Limits
Workspace-level monthly quotas (applies to the
free plan):
Rate limit headers
When a limit is exceeded, the API returns 429 Too Many Requests:Quota exceeded
When your monthly quota is exhausted, job submissions return 429:Best practices
- Use idempotency keys to safely retry without double-submitting.
- For agent workflows, use the
batch-tasksAgent Skill to submit multiple tasks concurrently without hitting per-request limits. - Subscribe to webhooks instead of polling to avoid unnecessary GET requests.

