Agents API
The Agents API provides endpoints for monitoring agent health on the B2B Admin API (port 8001).
Note (May 26, 2026): Earlier versions of this page documented legacy B2C analysis endpoints (
POST /api/v1/analyze,GET /api/v1/analyze/history,GET /api/v1/analyze/{analysis_id}) from the Fashion reference implementation. The B2C surface has been removed; those endpoints no longer exist. New integrations should use the AI Gateway — see the Gateway Quickstart .
Agent & Runner Surfaces (B2B)
The legacy /api/v1/admin/agents/* endpoints were removed in #2267 (they return HTTP 410 Gone). Use the current surfaces instead:
GET /api/v1/agents/health— health overview for all registered agents (per-agent scores, status, latency, error rates)GET /api/v1/agents/{agent_name}/health— detailed health for one agentGET /api/v1/autopilot/templates— autopilot template registry (22 templates)GET /api/v1/admin/runners— managed runner control plane
Do NOT use /api/v1/admin/agents/health (that path also 410s); the correct agent-health path is /api/v1/agents/health.