Regenerate API Key
Regenerates a new API key for the current workspace.
PATCH
Regenerate API Key
Regenerate the current workspace API key. This immediately invalidates the previous key.
Before calling
- Coordinate a deployment that updates every backend service using the old key.
- Confirm that no client-side code depends on the workspace key.
- Make sure the caller has permission to manage API keys.
Rollout pattern
- Regenerate the key from a secure admin backend or the dashboard.
- Store the new key in your secret manager.
- Redeploy services that call Ringg APIs.
- Verify with
GET /workspace.
Regenerate API Key
