Fleet Control

AGENTS MANAGEMENT

Register, monitor, and govern every agent in your fleet from a single control plane. Full lifecycle management with real-time status tracking.

<100msRegistration Time
100K+Concurrent Agents
<5msLookup Latency

See it in action

custodex.vercel.app
AGENTS MANAGEMENT — Custodex Dashboard

Every agent gets a verified identity on day one.

Agents are registered with unique fingerprints, certificate serial numbers, and SHA-256 hashed API keys. Supports MCP, A2A, and SDK protocols across LangChain, CrewAI, AutoGen, and custom frameworks.

from custodex import Custodex

custodex = Custodex(api_key="cus_xxx")

# Register agent with scopes
agent = await custodex.register_agent(
    name="customer_service_agent",
    scopes=["crm:read", "email:send"],
    owner_id="user_alice"
)

print(f"Agent ID: {agent.id}")
print(f"Fingerprint: {agent.fingerprint}")

Active. Suspended. Revoked. You decide.

Track agent status in real-time. Suspend agents immediately with reason logging. Revoke identities with instant propagation under 1 second. Every lifecycle event is audited and immutable.

See your entire agent fleet at a glance.

Real-time inventory dashboard with health indicators, risk profiling, and organizational structure. View agents by team, department, owner, or protocol. Track activity patterns, response latency, and error rates per agent.

Hot-path verification in under 10ms.

Every agent action is verified against identity and scopes before execution. API key verification runs under 10ms with 95%+ cache hit ratio. Scopes feed directly into the policy engine for real-time decisions.

POST /api/verify

{
  "apiKey": "cus_a1b2c3d4e5f6...",
  "action": "tool.search",
  "scope": "crm:read"
}

// Response
{
  "decision": "allowed",
  "agent": {
    "id": "agent_abc123",
    "name": "sales_analyzer",
    "scopes": ["crm:read", "analytics:write"]
  },
  "latencyMs": 3.2
}

What's included in
agents management

01

Unique identity generation with fingerprint and certificate serial

02

Multi-framework support: LangChain, CrewAI, AutoGen, MCP, custom

03

API key management with SHA-256 hashing

04

Owner-based access control for multi-tenant environments

05

Real-time status tracking: Active, Suspended, Revoked

06

Fleet overview dashboard with health and risk indicators