Each API key can make up to 120 requests a minute. That’s plenty for normal use — it’s just there so one key can’t overwhelm things. Every response tells you where you stand, with these headers:Documentation Index
Fetch the complete documentation index at: https://sentralbee.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
X-RateLimit-Limit— how many requests you get per minute.X-RateLimit-Remaining— how many you have left right now.X-RateLimit-Reset— when the count resets, as a Unix timestamp.
If you go over
You’ll get a429 response with a Retry-After header telling you how many seconds to
wait:
429s in the first place is to watch X-RateLimit-Remaining and
spread big jobs out instead of firing everything at once.