Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Maik Skoddow
Tera Patron
find_real_file.png
I recommend bookmarking this article so that you are automatically notified by email when changes are made by me.
If you miss any content, please leave it as a comment and I will add it to this article.
 
Table of Contents

My library Knowledge Sources To Go is very popular, but it was intended mainly as a thematically grouped guide to standard sources and was provided by me as a PDF file. For certain topics, however, there is so much content that I can no longer include it in that document, as it cannot continue to grow forever.

For this reason, I have decided to handle such topics in individual community articles like this one instead.

 

 

What is the ServiceNow SDK?

 

The ServiceNow SDK is a software development kit that lets developers build and modify scoped ServiceNow applications as source code locally in Visual Studio Code Desktop, using the ServiceNow Fluent language to define application metadata alongside server-side JavaScript modules and third-party libraries, and then compile and deploy them to a ServiceNow instance via a dedicated command-line interface (now-sdk) that handles authentication, initialization or conversion of apps, metadata transformation, building, and installation, enabling modern, source-driven development workflows with Git-based version control and offline development.

 

Screenshot 2026-03-22 162437.png

 

Product Documentation

Entry point to the official product documentation

 

ServiceNow SDK Examples repository on GitHub

This repository contains sample code illustrating the ServiceNow SDK and Fluent language. You can read, play with or adapt from these samples to create your own application.

 

 

 

Trainings

 

-

 

 

Articles & Blog Posts

 

 

 

 

Podcasts & Videos

 

2024-03-13 by ServiceNow Dev Program

[NOW-SDK walkthrough pt. 1] Setting up the ServiceNow SDK and CLI in the Washington DC Release

Join me, as I explore the latest enhancements to the ServiceNow SDK in the Washington DC release.

 

2024-04-19 by ServiceNow Dev Program

[NOW-SDK walkthrough pt. 2] Linking the ServiceNow SDK to a source control like GitHub

Welcome to another episode of Creator Toolbox! Today, we’re exploring the exciting new features in ServiceNow’s Xanadu release, focusing on the ServiceNow Integrated Development Environment (IDE) and the latest updates to the ServiceNow SDK. Join Chuck Tomasi, Earl Duque, Patrick Wilson, and Jay Couture as they guide you through a hands-on demo

 

2025-09-26 by NOW Hacks 

How to use ServiceNow SDK

If you are interested in using the ServiceNow SDK (Software Development Kit) you can

  • Use it to strictly manage a scoped application (global and app customizations coming soon) installation and store it in source control of your choosing (such as git)
  • Use the Domain Specific Language from ServiceNow called Fluent to manage metadata
  • Use JavaScript ES Modules or Typescript to write code to run in ServiceNow
  • Test your JavaScript Script Includes, ES Modules, and Typescript using JEST (or other) testing framework

 

2025-10-01 by NOW Hacks 

Navigating ServiceNow SDK and Fluent Development: An In-Depth Workshop

This is a video about Navigating ServiceNow SDK and Fluent Development: An In-Depth Workshop

 

 

 

Troubleshooting

 

Known Error Portal

 

Pre-configured filter for the respective topic. Remove the query string or modify the filters on the left side if you want to narrow down the search results in a different way.

 

 

Selected Articles

-

 

Version history
Last update:
2 hours ago
Updated by:
Contributors