Default policy
Every key starts with these defaults:
All keys share the same 600/min default. Per-key overrides aren’t in the settings UI yet. Get in touch if your integration needs a higher cap.
When you hit the limit
You get429 Too Many Requests with a Retry-After header in seconds:
Choosing a key budget
A few guidelines:- For an interactive integration like an internal tool or one-user script, leave the default alone. You won’t hit 600/min under normal use.
- For background jobs and batch imports, pace the worker fleet so the combined rate stays under 600/min. If you need a higher cap, get in touch.
- For untrusted clients like browser extensions, public widgets, or embeds, mint a short-lived key per surface. Per-key isolation means a leaky client burns its own budget instead of starving the rest of the workspace.