Endpoints
POST /v1/agents/invoke
Execute an agent with the provided input. Returns output, usage statistics, and session ID when applicable.
Request body:
GET /api/agents
List available agents with metadata, pricing, and capabilities.
GET /api/agents/:id
Detailed information about a specific agent including inputs, outputs, pricing, and deployment options.
GET /api/credits/balance
Current credit balance. Useful before making agent calls.
GET /api/activity
Agent usage history and credit transactions with pagination and date filters.
Authentication
All API requests must include your API key in theAuthorization header:
Base URL
Generate API key
Create a key in User Hub → Developer