Documentation Index
Fetch the complete documentation index at: https://orchestrator-docs.hexoforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
JSON error body
Most errors use a singledetail string:
Validation errors (422)
Validation failures returndetail as an array of objects:
HTTP status quick reference
Endpoint pages list status codes for each route. In general:- 401 — Credentials are wrong, missing, expired, or revoked.
- 403 — Credentials are valid but access is denied (for example IP blocked, account disabled, feature off).
- 429 — Rate limit exceeded; use
RateLimitheaders for backoff.