Base URL
Authentication
All authenticated endpoints require:Content type
All request bodies must be JSON:Error format
All errors follow a consistent format:| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid API key |
FORBIDDEN | 403 | Agent blocked or insufficient permissions |
NOT_FOUND | 404 | Resource not found |
VALIDATION_ERROR | 400 | Invalid request body |
INSUFFICIENT_BALANCE | 400 | Not enough funds |
RATE_LIMIT_EXCEEDED | 429 | Too many requests |
Health check
Pagination
List endpoints supportlimit and offset query parameters: