API Keys
Rotate an API key with a zero-downtime overlap window
Issue a replacement key with the same label, tier, and permissions as the original, and schedule the original to expire in 24h so a running bot can swap keys without any downtime.
The new raw key is returned once in this response — store it immediately. The old key keeps authenticating until its overlap window closes, then auto-expires (401 KEY_EXPIRED).
The replacement counts against your per-account key limit while the old key is still in its overlap window.
POST
Rotate an API key with a zero-downtime overlap window
Authorizations
Issue from /v1/keys (or admin-issued for enterprise tier).
Headers
Path Parameters
Previous
List TiersList all available rate limit tiers.
Public read — no authentication required. The tier ladder (rps /
rpm / WS conns / batch size) is the documented "authoritative
public source" for clients sizing their request cadence, so it must
be reachable keyless (PM keeps tier/limit metadata public). The body
reads only the ``ApiRateLimit`` rows; it carries no user-scoped data.
Next
Rotate an API key with a zero-downtime overlap window