Create API credentials
API Credentials issues OAuth client-credential pairs for machine-to-machine access — your own automation reading the audit trail, or exporting policy.
- Create credential, name it for the thing that will use it.
- Choose scopes — read-only ones like
audit:readwhere possible. - Optionally restrict it to an IP allowlist and set an expiry.
- The secret is shown exactly once. Store it in your secret manager before closing the dialog.
Rotating and revoking
- Reissue secret generates a new secret; the old one stops working immediately.
- Revoke disables the credential for good. It can't be undone — create a new one.
Both actions ask for confirmation, and name the credential in the prompt, because both break whatever is currently using it.
API Credentials — create a scoped, expiring credential. The secret is shown exactly once.