Skip to main content

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:
Upgrade your plan in the console to increase limits.

Best practices

  • Use idempotency keys to safely retry without double-submitting.
  • For agent workflows, use the batch-tasks Agent Skill to submit multiple tasks concurrently without hitting per-request limits.
  • Subscribe to webhooks instead of polling to avoid unnecessary GET requests.