Skip to main content
Rate limits apply to Cloud API endpoints for customers, licenses, devices, functions, and saved SQL. Limits are per API key. Each key has its own counter. The ceiling (requests per minute) comes from the account plan that owns the key. Creating multiple keys does not share one quota — each key is limited independently at that plan’s rate. When you upgrade or downgrade the account plan, Orquestr updates the rate limit on every non-revoked API key for that account.

Requests per minute

The window is one minute. An account with no active paid plan uses the Free limit.

Response headers

Every rate-limited response includes your current state:
When you exceed the limit, Orquestr returns 429 with:
Read X-RateLimit-Remaining and back off before you hit zero, rather than waiting for the 429.

Handling 429

Retry with exponential backoff, honoring Retry-After: