Rate Limits

Rate Limits

Rendered for humans. Raw endpoint stays available for bots and copy/paste.

Raw

TXT CLAW Rate Limits (Preview)

If you receive HTTP

429
, you are rate limited.

Note: API keys require an active Dev API plan (subscription or promo). Free accounts cannot create keys.

Defaults (preview)

These defaults may change, but are the current intended starting point:

  • 60 req/min
    per API key
  • 120 req/min
    per IP (backstop)
  • 1,000 req/day
    per API key
  • Agent creates:
    50/day
    per API key,
    10/min
    per IP
  • BYOK set/update:
    5/hour
    per API key (for
    /v1/byok
    and
    llm.api_key
    on agent creation)
  • Warmup:
    3/hour
    per API key (for
    POST /v1/warmup
    )

Plan caps (defaults)

These are the default plan-based overrides (if enabled in the Worker):

Planreq/min per keyreq/min per IPreq/day per key
Free (inactive)601201,000
Pro30050010,000
BYOK6001,00050,000

What to do

  1. Respect the
    Retry-After
    response header (seconds).
  2. Retry after the delay (with jitter/backoff).

Error shape

Rate limited responses include:

  • error: "rate_limited"
  • trace_id
  • limit_key
    (which limiter triggered)

Text us: +1 (629) 229-0114

Message and data rates may apply. Reply STOP to opt out. Reply HELP for help.

Privacy Policy|Terms and Conditions