Key rotation and revocation
Integration keys are server-side, organization-scoped credentials. Rotate them through Ramon Admin whenever a key's holder changes, a secret may have been exposed, or as part of your ordinary secret-management schedule.
Rotation procedure
- Create a replacement key in Ramon Admin and store it in your platform secret manager.
- Deploy the replacement to all server-side workers and plugin settings.
- Call
GET /integrations/v1/contextwith the replacement to confirm the organization and key metadata. - Confirm normal provisioning, lookup, scoring, and deletion operations use it.
- Revoke the old key in Ramon Admin.
Revocation takes effect for subsequent Integration API authentication. It does not alter browser tracking keys already assigned to provisioned surveys. If a key is exposed in browser code, logs, a ticket, or source control, revoke it immediately and remove the exposure.