API Keys¶
Manage API keys programmatically. See Authentication for key types and rotation.
Create a key¶
Response
{
"id": "key_123",
"type": "live",
"secret": "nimbus_live_sk_...",
"created_at": "2026-06-18T12:00:00Z"
}
Secret shown once
The secret field is only ever returned in this create response.
Store it immediately — Nimbus cannot show it to you again.
List keys¶
Returned keys never include the secret field.
Rotate a key¶
The old key remains valid for 24 hours; see Authentication → Rotating keys.