BryceG
ServiceNow Employee

We have released version 4.3 of the SDK, you can find release notes here: https://github.com/ServiceNow/sdk/releases/tag/v4.3.0

This adds initial support for Flow and Service Catalog, along with some other new APIs!

Comments
WORKFLOW-COWBOY
ServiceNow Employee

Excellent work! This is an amazing milestone. 

Any chance we could get some additional examples added to https://github.com/ServiceNow/sdk-examples ? 

Also, when I deploy the Flow it is installed as Inactive. Is it possible to set it as Active in Fluent or will I need to manually Activate the Flow? 

Tommy Jensen
Giga Guru

In SDK 4.5.0 I am trying to use the official documentation with Github Copliot as described in the documentation via the example as listed below

But it cannot load the llms-full.txt file and when I try it directly in the browser nothing is downloaded and the browser just hangs.


---------------------------
Before generating any ServiceNow Fluent SDK code:
1. Read the local project's package.json and find the version of @Servicenow/sdk in dependencies.
2. Fetch https://servicenow.github.io/sdk/versions.json and find the closest semver
match to the installed version.
3. Load the llmsFull URL from that version entry as your API reference.

Example: if package.json has "@servicenow/sdk": "4.5.0", fetch versions.json,
match "4.5.0", and load its llmsFull value as the API reference before coding.


Version history
Last update:
‎02-25-2026 02:57 PM
Updated by:
Contributors