The public API uses organization-scoped keys for server-to-server event
ingestion. Keys are write-scoped and begin with rk_.
Create a key
- Open the Reconify Dashboard.
- Go to Settings → API Keys.
- Create a key with write access.
- Copy the secret and store it in your secret manager.
The secret is shown only once. It cannot be recovered after creation or
rotation.
Never commit an API key, include it in logs, or send it anywhere except the
Authorization header over HTTPS.
See Authentication for request headers,
scopes, rotation, and key-handling guidance.