The ServiceNow software development kit (SDK) provides the core libraries and tools for authoring applications with application metadata written in code using the ServiceNow Fluent language, as well as server-side JavaScript modules and third-party libraries. The SDK aims to transform the ServiceNow development experience by providing a source-driven model with modern, industry-standard development paradigms.
- Node.js
v18.16.1
or later - npm
v8.19.3
npm install -D @servicenow/sdk
npx @servicenow/sdk init
- Using the ServiceNow SDK
- Overview of the ServiceNow Fluent Language
- Installing the Fluent VS Code Extension
View the release notes on the ServiceNow documentation site.