Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.goantiai.com/llms.txt

Use this file to discover all available pages before exploring further.

All errors return a consistent JSON structure:
{
  "error": {
    "code": "AGENT_NOT_FOUND",
    "message": "The requested agent does not exist or is not accessible",
    "request_id": "req_01HX..."
  }
}

Common error codes

CodeHTTP StatusWhat it means
AUTH_INVALID_CREDENTIALS401Wrong client_id or client_secret
AUTH_AGENT_REVOKED401Agent has been permanently revoked
AUTH_AGENT_SUSPENDED403Agent is suspended
POLICY_SCOPE_DENIED403Policy doesn’t allow the requested scope
AGENT_NOT_FOUND404Agent doesn’t exist in your workspace
POLICY_NOT_FOUND404Policy doesn’t exist
VALIDATION_ERROR400Request body failed validation
RATE_LIMIT_EXCEEDED429Too many requests — check Retry-After header

Request IDs

Every response includes an X-Request-ID header. Include this in any support request.