Skip to main content

Documentation Index

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

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

Errors

The Platform API uses standard HTTP status codes and a consistent JSON error body.

Error format

{
  "error": {
    "code": "validation_error",
    "message": "name is required",
    "field": "name"
  },
  "meta": {
    "requestId": "req_abc123"
  }
}

HTTP status codes

StatusMeaning
400Bad request — missing field or invalid payload
401Unauthorized — invalid, revoked, or env-mismatched API key
403Forbidden — resource belongs to another org
404Not found
429Rate limit exceeded
500Server error — retry with backoff

Support

When reporting issues, include meta.requestId, HTTP method, path, and timestamp. Email support@coraltalk.com.