snu-agent-api

Interact with ServiceNow instances via the SN ScriptSync Agent API.

Updated Jul 20, 2026
One-click install
npx skills add https://github.com/A865732/PDI-SNSyncScript --skill snu-agent-api-a865732
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snu-agent-api
Source: https://github.com/A865732/PDI-SNSyncScript/tree/main/agentrules/skills/snu-agent-api
Command: npx skills add https://github.com/A865732/PDI-SNSyncScript --skill snu-agent-api-a865732

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bridges the gap between AI assistants and ServiceNow, enabling programmatic control over instance records, file synchronization, and system metadata without manual browser interaction.

Core Features & Use Cases

  • Command Execution: Perform record operations like query, update, and create artifacts directly through the Agent API.
  • Instance Management: Discover and manage multiple ServiceNow instances with automated freshness tracking and connection health checks.
  • Use Case: An AI agent can automatically create a new Script Include, update a Business Rule, or query incident records across multiple development instances by leveraging the HTTP transport layer.

Quick Start

Use the snu-agent-api skill to verify the connection to your ServiceNow instance and list all available commands.

Frequently Asked Questions about snu-agent-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ServiceNow record creation and updates from an AI agent?

You can automate ServiceNow record operations by using the SN ScriptSync Agent API to facilitate record manipulation, allowing AI agents to query, update, and create artifacts directly across instances.

What is the SN ScriptSync Agent API used for in ServiceNow automation?

The SN ScriptSync Agent API provides a comprehensive interface for AI agents to interact with ServiceNow, enabling programmatic control over instance records, file synchronization, and system metadata.

Can I use HTTP transport to synchronize files with multiple ServiceNow instances?

Yes, the API supports system synchronization across HTTP or legacy file-based transports, enabling an AI agent to automatically manage and update artifacts across multiple development instances.

Does this API handle connection health checks and instance discovery for ServiceNow?

Yes, the interface includes instance management features that discover and manage multiple ServiceNow instances with automated freshness tracking and connection health checks.

Do I need authentication to execute commands and query incidents via the Agent API?

Yes, the Agent API ensures secure, authenticated communication between your development environment and ServiceNow instances before executing any command or query operations.