Skip to main content

Ask for help?

We are still updating our rate limit plan. Rate limits are subject to change as we adjust limits based on usage patterns and platform capacity.
  • Join our Discord community — Get help from the community and our team
  • Request a demoContact us for better customer support and to discuss your specific needs

Basics rate limits

We apply per-endpoint rate limits to protect the platform and ensure fair usage across all organizations.
Endpoint CategoryRate LimitScope
Users API60 requests/minutePer organization
Other APIs (excluding Logs & Gateway)60 requests/minutePer organization

When Limits Are Exceeded

When you exceed the rate limit, you’ll receive an HTTP 429 Too Many Requests response:
{
  "detail": "Rate limit exceeded",
  "retry_after": 30
}
The retry_after field indicates the number of seconds you should wait before retrying.