Rate limits
Understand the request limits applied to your API key.
Every API key is rate-limited on a per-endpoint, per-hour basis. Limits are generous for typical usage but exist to protect the platform from abuse.
These limits apply per API key. If you need higher limits for your use case, contact us at [email protected].
Every response includes rate limit headers:
When you exceed the limit, the API returns 429 Too Many Requests.
Best practices:
GET /v1/tools/executions/{id}, switch to webhooks so you don’t need to poll at all.