Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clustr-ai.com/llms.txt

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

All endpoints require Bearer token authentication. See Authentication.

Response format

All responses are wrapped in a standard envelope:
{
  "success": true,
  "data": { ... }
}
Error responses:
{
  "success": false,
  "error": {
    "message": "Description of the error",
    "code": "ERROR_CODE"
  }
}

Rate limits

API requests are rate-limited per API key. Contact support if you need higher limits.