Retrieve the account
GET /v2/me (no scope needed; tier cheap)
-1 in limits means unlimited.
The api_key object
status is active, expiring (rotated, still valid until expiring_at), expired or revoked. secret is only non-null on create and rotate responses.
Endpoints
All need thekeys:write scope. A key can never be granted a scope its creator does not hold, and scopes are immutable after creation.
Create
allowed_ips accepts IPv4 addresses or CIDRs and exact IPv6 addresses (up to 20 entries).