UseCases of ServiceNow SDK in day to day development or Testing activities
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2026 05:01 AM
Hi All,
We're looking to migrate to ServiceNow SDK and right now the use cases for us is to not build any new applications but to use SDK in building Agents for our day to day activities. Like: Auto Generate Tests, Code Assistance, adding agents for Peer review.
I wanted to understand if any one of you are using the above usecases. Can i build agents in VSCode for Servicenow day to day work and can i generate test cases using @setupworkspaceTest or /tests from Agent mode of GPT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@KeerthiKonidala - Give a try for "Build Agent" inside IDE or Studio which uses SDK in background.
I have been using it for Code Assistance, Auto Generate Tests, Illustrations for architecture, creating README files for applications
For using VS Code to generate Agentic stuff - YES you could do this
Look here: https://servicenow.github.io/sdk/api/aiagent-api
For Peer review stuff - I am unsure.
Thanks,
Anu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Thankyou @anubhavkapoor76 , I've developed SDLC Agentic lifecycle by using Servicenow Extension in VScode. But its only limited.
https://servicenow.github.io/sdk/api/aiagent-api - This looks interesting. Will give it a try. Thankyou.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
See the SDK documentation here: https://servicenow.github.io/sdk/guides/building-ai-agents-guide
https://servicenow.github.io/sdk/guides/atf-guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thankyou @Jay_Couture . This will fundamentally solve the biggest problem we have today (Test Automation)