Skip to main content
Standalone API keys are independent of platform accounts — meant for CI, scripts, or third-party integrations that shouldn’t need a login. Minting one (or setting R3AL_API_KEY) is also what switches the whole API from open to auth-required; see Authentication. Requires the Admin or Developer role when called with a session token.

Create a key

key is the real secret and is only ever returned once, in this response. It’s stored server-side only as a SHA-256 hash — there’s no way to retrieve it again later, only revoke and mint a new one.

List keys

Real, live usage — call_count and last_used_at update on every authenticated request that key makes.

Revoke a key

Permanently deletes the key (and its usage history). 404 if the id doesn’t exist.