For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rate Limiting

  • Limit: 300 requests per 60-second window, per client IP

  • Key: CF-Connecting-IP header (provided by Cloudflare)

  • Applied to: POST /auth and all /v2/* endpoints

  • On exceed: HTTP 429 with ERR_PUBLIC_API_RATE_LIMITED and a Retry-After header

Last updated