Skip to main content
All API keys are rate-limited to protect the platform and ensure fair usage across workspaces.

Default Limits

Response Headers

Every response includes rate limit headers:

Exceeding the Limit

When you exceed the rate limit, you’ll receive a 429 Too Many Requests response:
The Retry-After header indicates how many seconds to wait before retrying.

Best Practices

Use bulk operations

Prefer records.bulk_create and lists.bulk_add_entry over individual calls when creating multiple items.

Cache reads

Cache objects.list and views.list responses — schemas change infrequently.

Respect Retry-After

Always honor the Retry-After header. Exponential backoff is recommended.

Request higher limits

Contact support to increase your per-key limit up to 10,000 requests/minute.

Configuring Limits

Workspace owners can adjust per-key rate limits:
  1. Go to Settings > Developers > API Keys
  2. Click the key you want to modify
  3. Set the Rate Limit field (100 to 10,000)
  4. Save