Rate Limits
CubeStack applies rate limits to ensure fair usage and platform stability.Default Limits
Rate Limit Headers
Every API response includes rate limit information:Exceeding the Limit
When you exceed the rate limit, the API returns a429 Too Many Requests response:
Best Practices
- Cache responses when possible
- Use pagination to reduce the number of requests
- Implement exponential backoff on
429responses - Contact support if you need higher limits