Per minute
Exceeding it returns a rate limit error with headers telling you when to retry. Back off
rather than retrying immediately, or you will simply consume the next window too.
Per month
Credits are separate and tracked on your account rather than per key:
Creating more keys does not create more allowance.
When you hit either
Hive stops. There is no overage billing, so an agent stuck in a loop produces errors rather than an invoice. Requests fail with a quota error naming the cause and the reset time. Current balance and cycle end are on dashboard usage.Staying inside them
- Use
limitandpageinstead of pulling result sets you will not read. - Cache within a task rather than re-fetching the same value per step.
- Connect to a category endpoint when an agent only works in one domain, so discovery stays cheap.
- Poll on the interval your strategy needs, not the fastest one available.

