Fastorama

Rate limits

The gateway enforces sliding-window limits (rateLimitAllow). When exceeded, responses are 429 with success: false and message: rate_limited. Edge (e.g. Cloud Armor) may add further throttling on api.* hosts.

Buckets

BucketLimitWindowApplies
public-api-global:<ip>40060sEvery /api/v1/* after routing succeeds
register:<ip>2060sPOST /auth/register/user
api-key-session:<ip>12060sPOST /auth/session/api-key
API key resolve120 / IP; 400 / key-hash prefix60sDuring Bearer API-key resolution

Best practices

  • Back off on 429; avoid tight retry loops.
  • Prefer webhooks for push events instead of polling where possible.