Rate limits
Protective limits apply per tenant. Exceeding a request or run-creation limit returns HTTP 429 with a `Retry-After` backoff interval in seconds.
01
Tiers
- All plans: up to 120 API requests / minute per tenant.
- Run creation: up to 10 new runs / minute per tenant, in addition to the monthly allowance.
- Monthly runs: Free 150, Starter 200, Pro 500; Enterprise is defined by contract.
02
Best practice
- Use `Retry-After` as the minimum backoff interval before retrying.
- Batch polling: 1 request per 5 seconds is enough for run status.
- Poll run status until tenant webhook delivery is available.