You're viewing the Kitchen Sink example - every writedocs feature combined in one site.

Rate Limits

This page sets frontmatter mode: wide - it drops the right-hand table of contents and widens the article slightly, useful for a page whose main content (the table below) benefits from the extra horizontal room.

Every response includes three headers reporting your current rate-limit status:

HeaderMeaning
X-RateLimit-LimitThe total number of requests allowed in the current window
X-RateLimit-RemainingRequests left before the next reset
X-RateLimit-ResetUnix timestamp (seconds) when the window resets

Limits by tier

TierRequests / minuteBurst capacityConcurrent connections
Free60102
Pro6005010
Enterprise6,00020050

Exceeding your limit returns 429 Too Many Requests with a Retry-After header (seconds). Respect it - repeatedly retrying before it elapses can trigger a temporary, stricter penalty on top of the normal limit.

See Introduction for the token-bucket formula these limits are based on.