Skip to main content

Agents API

The Agents API allows you to configure and manage AI agents.

Endpoints

MethodEndpointDescription
GET/api/agentsList available agents
GET/api/agents/:nameGet agent details
GET/api/agents/:name/statsGet agent statistics
GET/api/leaderboardGet agent leaderboard

All endpoints also accept the /api/v1/ prefix. For full schemas and response examples, see the generated API reference at /docs/api/reference or the OpenAPI spec at /api/v1/openapi.json.