Skip to content

Why am I rate limited?

You've hit your tier's daily run cap or per-minute API rate. Wait for reset or upgrade. The error message tells you which limit + when it resets.

Last updated: 2026-05-04

What rate limits exist

LimitFreeProBusinessAgency
Daily tool runs (web app)5500 (fair-use)1,0002,000
API requests/minute603001,000
Concurrent API requests525100
Workflow runs/hour1502001,000
Agent runs/month502001,000

Diagnosing your rate-limit error

The error message includes:

  • Which limit was hit ("daily run cap", "per-minute API", etc.).
  • Reset time (e.g. "resets in 2h 13min" or "resets at midnight UTC").
  • A direct upgrade link if applicable.

Common causes

  1. Free tier daily cap of 5. Most common. Either wait until midnight UTC or upgrade to Starter ($9 → 50/day).
  2. Burst API calls. Sustaining >60/min on Pro hits the per-minute limit. Add backoff/retry logic in your client.
  3. Concurrent calls. Running 10 parallel workers on Pro tier (max 5 concurrent) — half your requests queue.
  4. Daily fair-use cap on Pro. 500/day. If you genuinely need more, contact sales (we usually grant case-by-case).
  5. Account flagged for abuse. If we detect automation that violates ToS, your limit drops to 0. Check email for explanation.

Fix actions

  • Wait for reset (always shown in error message).
  • Upgrade tier — generous one-click upgrade flow at /pricing/.
  • Optimize: cache responses, batch where possible, use webhooks instead of polling.
  • Contact support if you think the limit is wrong (e.g. "I'm Pro but it says I'm rate-limited at the Free cap").

Was this helpful?

0 / 0 people found this helpful

Still stuck? Contact support