NowAIKit
Get started
Use cases Pricing Docs Contact Get started
Built into v4 26 AI skills MCP · A2A · Direct

Apex: your AI platform engineer

Scan · Review · Build · Ops · Docs

26 capabilities covering all ServiceNow artifact types. Instance scanning, code review, test planning, documentation generation, and deployment operations, built into NowAIKit v4.0.0 via MCP (stdio, SSE, HTTP), A2A protocol, or Direct API mode. No separate install needed.

cli npx nowaikit run scan-health --provider anthropic
nowaikit · apex 26 SKILLS
NowAIKit APEX product banner NowAIKit APEX product banner
The skill map

Five specialist clusters, one core

Every skill routes through the same NowAIKit core: your credentials, your permission tiers, your audit log.

APEX 26 AI skills · NowAIKit v4
Scan & Monitor 6 Health, security & performance audits
Review & Audit 4 Code quality, ACLs & script analysis
Build & Generate 9 Scaffolds, rules, flows & catalogs
Operations 3 Triage, deploy & risk assessment
Documentation 4 App docs, runbooks & release notes
In conversation

Ask once, get a scored scan

Apex runs inside your AI client. One natural-language request triggers a full instance scan with severity-ranked findings.

Claude Desktop · NowAIKit v4.0.0 MCP
U Scan my dev instance for security issues and technical debt
N
Instance Scan Complete · dev12345
2 Critical 5 High 12 Medium 8 Low
Top findings:
• ACL gap on cmdb_ci table (admin role bypass) · Critical
• 14 script includes using deprecated API · High
• 3 business rules running synchronous REST calls · High
Quick start

Up and running in one command

Install NowAIKit and connect it to your AI client in seconds.

Install Install NowAIKit v4.0.0. Apex capabilities are included.
npm install -g nowaikit
MCP mode Setup and configure your AI client automatically.
npx nowaikit setup
Direct API mode Run any capability standalone from the CLI.
npx nowaikit run scan-health --provider anthropic

That is it. NowAIKit v4.0.0 includes all Apex capabilities built in. Use MCP mode (stdio, SSE, or HTTP) for AI client integration, the A2A protocol for agent-to-agent workflows, or Direct API mode for standalone CLI usage with 83% token savings.

The 26 skills

The full skills matrix

Five specialist skill sets that cover the full lifecycle of ServiceNow development and operations. Every capability was tested against a live ServiceNow instance. Open any output link to see the full terminal run.

CategorySkillWhat it doesReal output
ScanInstance HealthPerformance, configuration hygiene, and platform compliance across every moduleview →
ScanSecurity PostureACL gaps, over-permissive roles, exposed endpoints, and elevation-of-privilege risksview →
ScanTechnical DebtDead scripts, duplicate logic, deprecated APIs, and customisations that slow your upgradesview →
ScanUpgrade ReadinessBreaking changes, skipped scripts, deprecated features, and version-specific migration blockersview →
ScanCMDB IntegrityOrphaned CIs, missing relationships, stale discovery data, and class hierarchy issuesview →
ScanAutomation ConflictsOverlapping business rules, competing flows, contradictory UI policies, and circular triggersview →
ReviewCode ReviewLine-by-line review of Business Rules, Script Includes, Client Scripts, and UI Actions for anti-patterns and performance trapsview →
ReviewBulk Script AnalysisReview all scripts in a scope or update set with categorised findings and fix suggestionsview →
ReviewACL AuditMap effective permissions per role, highlight gaps and overly broad rules, identify escalation pathsview →
ReviewFlow AnalysisAudit flows and subflows for error handling gaps, missing fault paths, and inefficient data pillsview →
BuildBusiness RulesCorrect trigger timing, conditions, and script following before/after/async patternsview →
BuildClient ScriptsonChange, onLoad, onSubmit with g_form patterns and GlideAjax callbacksview →
BuildScoped AppsTables, roles, ACLs, menus, and module navigation from a natural language descriptionview →
BuildATF Test SuitesPositive, negative, and boundary-condition tests from existing scripts. New in v4.0.0: Build-ATF-Suite generates complete test suites with setup/teardown, data providers, and parameterised test stepsview →
BuildFlows & SubflowsTriggers, actions, conditions, and fault paths for Flow Designerview →
BuildPortal WidgetsHTML, client script, server script, CSS, and Angular providersview →
BuildUI Builder ComponentsData resources, event handlers, and composition patterns for Next Experienceview →
BuildREST APIsVersioned endpoints, schemas, authentication, rate limiting, and error handlingview →
BuildCatalog ItemsVariables, UI policies, client scripts, workflow/flow, and approval rulesview →
OpsDeployment PlanningRunbooks with pre-checks, execution steps, rollback procedures, and post-deployment validationview →
OpsChange Risk AssessmentAnalyse update set contents, affected tables, ACL changes, and downstream dependenciesview →
OpsIncident TriageCorrelate error logs, recent changes, and affected CIs to find probable root causeview →
DocsScript DocumentationParameters, return values, dependencies, side effects, and usage examplesview →
DocsApp DocumentationArchitecture, data model, security model, integrations, and operational proceduresview →
DocsRelease NotesAuto-generated from update sets with categorised changes and rollback instructionsview →
DocsOperational RunbooksStep-by-step procedures, troubleshooting trees, escalation paths, and SLA timelinesview →
View the full gallery →
Real reports

Download sample reports (PDF)

Branded PDF reports with charts, severity metrics, and clickable ServiceNow links. Every finding, property, plugin, and record number links directly to your instance. White-label them with your own company name, colour, and logo for client-ready deliverables.

Download full audit report (all 6 capabilities, 286 KB)
Two ways to run

MCP mode or Direct API mode

Use NowAIKit through your AI client via MCP, or run capabilities standalone from the command line.

MCP mode Works with any MCP-compatible AI client. NowAIKit registers all capabilities automatically and your AI routes to the right one based on natural language. Supported clients Claude DesktopCursorVS Code CopilotWindsurfClaude Code
npx nowaikit setup
Direct API mode NEW Run any capability standalone from the CLI, no MCP client required. NowAIKit calls the AI provider directly, bypassing MCP tool schemas for massive token savings. Supported providers AnthropicOpenAIGoogle GeminiOllamaLM Studio Bring your own subscription, no API key Claude CodeCodex Already pay for Claude Code or Codex? Run with --provider claude-cli or --provider codex-cli and skip API keys. Use Ollama for a fully local run.
npx nowaikit run scan-health --provider anthropic
83% Token savings with Direct API mode. MCP tool schemas consume ~88K tokens per session. Direct mode sends only the capability prompt (~15K tokens), dramatically reducing cost and improving response speed.
How it works

Three steps to full instance intelligence

From setup to comprehensive analysis in minutes.

01
Setup Run npm install -g nowaikit then npx nowaikit setup to auto-configure. One command registers all 450+ tools and 26 capabilities with your AI client via MCP, or use Direct API mode for standalone CLI.
02
Invoke Type a natural language command in your AI client: Claude, ChatGPT, Cursor, VS Code Copilot, Windsurf, or Claude Code. The AI routes to the right Apex capability automatically.
03
Result Get comprehensive analysis, generated code, documentation, or deployment plans. Results are structured, actionable, and ready to use. No post-processing needed.
Artifact coverage

Covers every ServiceNow artifact

NowAIKit understands 30+ artifact types across the entire ServiceNow platform.

Business Rules Script Includes Client Scripts UI Policies UI Actions UI Pages UI Macros Scheduled Jobs Flow Designer Subflows Actions Scripted REST APIs Transform Maps Import Sets ACLs Roles Tables & Fields Catalog Items Record Producers Workflows Notifications SLAs Assignment Rules Data Policies Fix Scripts Update Sets Properties Script Actions MID Server Scripts Portal Widgets Angular Providers Relationships
Compatibility

Works with any MCP-compatible AI

NowAIKit uses the Model Context Protocol. Connect it to your favourite AI client.

Claude ChatGPT Cursor VS Code Copilot Windsurf Claude Code
Questions

Frequently asked questions

Part of the NowAIKit ecosystem

Apex AI Skills are built on NowAIKit Core. Explore the rest of the ecosystem.

Ready to scan your ServiceNow instance?

Get started with one command. 450+ tools and 26 capabilities, zero configuration, works with any MCP-compatible AI or standalone via Direct API mode. All 26 skills ship inside NowAIKit v4.