Your agent knows what you want to build. Give it the tools to build it on ServiceNow. Discover the right operations, review the changes, and deploy with a workflow you can run again.
One native CLI. Your agent. Your instance. Your code.
The deliverable is more than generated code. It is a reviewable manifest, deployed records, and checks you can run after the next change.
Three tables. An authenticated API. Duplicate-aware processing. A routing rule you can change.
Describe the application to an agent with terminal access. It queries sn for operations and input schemas, so it has a concrete interface to work against.
The agent authors a JSON manifest. Review the intended scope, update set and steps. Preflight catches issues before execution; a plan shows the proposed writes.
Execute the manifest, validate persisted records and run the declared checks. Keep the result for the next deployment, requirement change or drift review.
A successful API response is a start. Check the records, references and update-set capture that make the application deliverable.
Reuse stable record identities, rerun the manifest and check for drift. Give the next agent a durable artifact instead of another chat transcript.
Tables, fields, business rules and script includes. Discover supported operations and author their inputs in a manifest.
Catalog items, variables, policies and flows. Work with related records through operations that understand their connections.
Validate persisted configuration, run declared tests and inspect drift. Choose checks appropriate to the application.
See Event Queue's manifest, API behavior and change workflow. Adapt it to a fresh development scope.
Explore the applications →Ready? $50/seat/month. Pick your team size at checkout.
Subscribe →Manifest-driven ServiceNow configuration with AI assistance.
Pick the number of seats at checkout. Billed monthly.
sn upgrade pulls the latestDedicated support and unlimited licensing for growing consultancies and agencies.
Volume licensing with SLA-backed support.
Want to try it for free and give feedback? Send me an email and I’ll set you up.
sndev.io is also a documentation MCP server giving AI agents searchable
access to ServiceNow APIs — 453 scripting classes, 1,698 REST endpoints,
14,687 table schemas. Point your agent at https://sndev.io/mcp and it
can search the indexed ServiceNow documentation on demand.
{
"mcpServers": {
"servicenow": {
"url": "https://sndev.io/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}