Security
API keys
Keys are bound to an organization tenant. Raw secrets are shown once at creation; only a SHA-256 hash is stored server-side.
Scopes
Write routes reject read-only keys with
403 forbidden.
Authentication surfaces
Key rotation
- Create a new key in Settings → API Keys
- Deploy the new key to your agents
- Revoke the old key - revoked keys return
401immediately
Share links
Read-only public share links allow secure access to a specific subset of audit events. The generated link URL embeds a secure one-time secret token (e.g.,shr_ULID_SECRET) which authorizes the auditor’s browser to fetch the compliant views. Access can be revoked at any time from the dashboard.