Access Keys
Access Keys are long-lived credentials for calling Dendra APIs and for posting data to a station webhook. Open them from System > Settings > Access Keys.
There are two kinds of keys:
- User Keys act as you. Use them for Connect RPC (and related HTTP) calls.
- Org Keys belong to an organization. Curators and admins can create, rotate, and delete them. Purpose Ingest data is required when posting to a Station Webhook.
Create a Key
Section titled “Create a Key”- Go to
System>Settings>Access Keys. - Choose User Keys or Org Keys. For organization keys, select an organization (you need curator or admin).
- Click
Generate, enter a name (and a purpose for org keys), thenSave. - Copy the key from the reveal panel and store it somewhere safe. Click
Donewhen you have copied it.
Rotate or Delete
Section titled “Rotate or Delete”- Rotate (organization keys only) issues a new secret with the same key ID, so webhook integrations that selected this key do not need an update. The old secret stops working.
- Delete revokes the key. Clients and webhooks that still send it will fail until you choose another key.
You cannot change a key’s name or purpose after it is created.