For AI agents: the complete documentation index is available at /examples/kitchen-sink/llms.txt, the full documentation bundle is available at /examples/kitchen-sink/llms-full.txt, and this page is available as Markdown at /examples/kitchen-sink/references/api/errors.md.

Error Codes

All errors return a JSON body with code, message, and optional details.

CodeHTTP StatusDescription
auth_required401Missing or invalid authentication
forbidden403Insufficient permissions
not_found404Resource does not exist
validation_error422Request body failed validation
rate_limited429Too many requests
internal_error500Unexpected server error