How it fits together
Command Center
Web UI for everything: hosts, agents, rules, knowledge, tasks, and analytics.
Engine
The backend that spawns agents, orchestrates them, and drives tool execution.
Agents
LLM-powered operators bound to a host and a specialty. They run the work.
Gateways
Bridges between your ticketing system (ServiceNow) and the agent fleet.
A typical flow
- A ticket lands in your ITSM.
- The gateway reads it, picks the right host and agent, and creates a job.
- The agent runs commands on the target host, observes results, and adapts.
- The gateway posts the outcome back to the ticket.
What to read next
Quickstart
Install, deploy, and run a first agent in under 15 minutes.
Concepts
Agents, hosts, tasks, jobs, tickets, gateways.
Prompting Guide
How to write tasks, specialties, rules, and gateway prompts that work.
Best Practices
Scoping, knowledge, dynamic context, testing — patterns that scale.
Driving 2501 as code
Your hosts and agents are reachable over a versioned HTTP API - the same endpoints Command Center’s own screens are built on. Generate an API key and script against your inventory from a pipeline, a CMDB sync, or a one-off shell script.API Overview
Authentication, organizations, pagination, and errors.
API Keys
Generate a scoped key, and revoke it when you are done.

