X-API-KEY
header; it is not accepted in a query string or in the body.
Creating a key
In the management UI: Settings → API Keys. The key is shown once at creation and never again — only a digest of it is stored.Role
Every key has a role. The narrowest role an integration needs isApiClient: it can
send events and ask for decisions, but cannot reach rule or user management.
Rotating a key
Keys do not expire; rotation is your call. The order that avoids downtime:1
Create the new key
The old one keeps working.
2
Deploy your services with it
Make sure they have all switched over.
3
Delete the old one
Requests with a deleted key get
401.