Documentation Index
Fetch the complete documentation index at: https://docs.cubestack.app/llms.txt
Use this file to discover all available pages before exploring further.
Errors
The CubeStack API uses standard HTTP status codes to indicate success or failure.Error Response Format
Common Status Codes
| Code | Description |
|---|---|
200 | Success |
201 | Created |
400 | Bad Request — Invalid parameters or request body |
401 | Unauthorized — Missing or invalid API key |
403 | Forbidden — Insufficient permissions |
404 | Not Found — Resource does not exist |
409 | Conflict — Duplicate or constraint violation |
429 | Too Many Requests — Rate limit exceeded |
500 | Internal Server Error |