Skip to main content
Bota enforces per-project rate limits to protect platform stability.

Response Headers

Rate limit headers are returned on every request:

Handling 429s

  • Back off with exponential retry.
  • Prefer webhooks over polling.
  • Cache read-heavy data when possible.