CAST AI Rate Limits Overview The CAST AI REST API enforces rate limits per API key. The autoscaler agent communicates cluster state at 15-second intervals. For custom API integrations, implement exponential backoff and request queuing to avoid hitting limits. Prerequisites - CAST AI API key configured - Understanding of the API endpoints you call Rate Limit Behavior | Aspect | Value | |--------|-------| | Rate limit scope | Per API key | | Response on limit | HTTP 429 with header | | Agent sync interval | Every 15 seconds | | Recommended polling | No more than once per 30 seconds | Instructio…