Key handling
- Store API keys in server-side environment variables.
- Do not send API keys in query strings.
- Use separate keys for separate integrations when possible.
- Rotate keys immediately if they are exposed.
API access is paid-plan gated. Public docs and
/openapi.json remain accessible without an API key.Request IDs
Every API response includes anX-Request-Id header and a request_id field in the JSON body.
Include the request ID when contacting support.