What is the registry?
The Agent Registry is a centralized catalog of every AI agent in your organization. It serves three core functions:
- Inventory — discover and track all agents (internal and platform-managed)
- Governance — assign owners, policies, and approval chains
- Compliance — map agents to controls and standards
Whether your agents live in your repo, a SOAR platform, or a managed service, they all appear in one place with consistent metadata.
Discovery
During onboarding, Arx scans your environment and auto-discovers agents:
- Custom agents — Python, Go, Node.js scripts from your repo
- Platform agents — Slack bots, integrations, managed services
- SOAR workflows — Splunk SOAR, Tines, Microsoft SOAR playbooks
- Automations — Zapier, Make, workflow automations
Each discovered agent receives a registry entry with:
- Owner assignment
- Connector list and permissions
- Risk classification
- Compliance mapping
- Last activity timestamp
Metadata
Each registry entry captures key facts about the agent:
Ownership & responsibilities
Every agent has an assigned owner. Owners are responsible for:
- Responding to approvals — reviewing high-risk action requests
- Maintaining policies — updating connector permissions and blast radius
- Compliance updates — keeping control mappings current
- Version management — tracking releases and rollbacks
Arx notifies owners of new approval requests, policy violations, and compliance drift.
Search & filtering
Find agents by:
Owner
Show me all agents owned by priya@...
Environment
Filter by prod, staging, dev
Connector
Which agents use Splunk? CrowdStrike?
Status
Active, inactive, or flagged
Compliance
Missing controls or non-compliant
Risk
High-risk, high-velocity agents
Approval routing
When an agent's action requires approval, Arx automatically routes it to the right person based on the agent's registry entry:
- Primary approver: the agent owner
- Escalation: team lead or compliance manager
- Final authority: CISO for critical changes
Routing rules are defined in the agent's policy. Override on a per-action basis if needed.