Unkey Dev Rate Limits
Two distinct notions of rate limiting apply to Unkey. First, Unkey's own management API (api.unkey.com / api.unkey.dev) is subject to workspace rate limits that scale with plan tier; commonly cited figures are on the order of ~60 requests/second on the Free tier rising to ~600 requests/second on paid tiers, but exact numbers are set per workspace and should be confirmed against current documentation. Second, and more importantly, rate limiting is a first-class product: the ratelimit.* endpoints let you define and enforce your own fixed-window limits for any identifier, independent of API keys, including per-identifier overrides within a namespace. Per-key ratelimits can also be attached at key creation or verification time.
Unkey Dev Rate Limits is the machine-readable rate-limit profile for Unkey on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include API Keys, Rate Limiting, Authentication, Rate Limiting, and Quotas.