Rate Limits
CubeStack applies rate limits to ensure fair usage and platform stability.Default Limits
| Plan | Requests per Minute |
|---|---|
| Free | 60 |
| Pro | 300 |
| Enterprise | Custom |
Rate Limit Headers
Every API response includes rate limit information:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per window |
X-RateLimit-Remaining | Remaining requests in current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
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