Limits
When you hit a limit
Both limit types return HTTP 429 with different error codes:RATE_LIMIT_EXCEEDED(429) — request rate limit hit; retry with exponential backoffCONCURRENT_LIMIT_EXCEEDED(429) — too many open WebSocket connections; close idle connections first