Dashboard guide
Settings
Grab the integration code, and issue or revoke API keys.
Settings is the pair of screens that sits outside the experiment cycle. You only need to come here on the day you wire up the integration, and on the days you issue or revoke a key.
What each screen handles
Section titled “What each screen handles”| Screen | What it does |
|---|---|
| Install | Shows integration code with your project’s keys filled in, ready to copy. It is split into step one, routing your AI calls through the gateway, and step two, collecting user behavior |
| API Keys | Issues and revokes keys. Issued keys are listed with their name, type, prefix, and creation date |
The two kinds of keys
Section titled “The two kinds of keys”| Key | Where it is used | Where it lives |
|---|---|---|
Calling Key (ck-abto-…) | Every AI call going through the gateway | Server environment variables only |
Event Key (ek-abto-…) | Behavior collection in browsers and apps | Safe even if exposed |
Revocation applies immediately and apps using that key stop right away. Right after revoking, undo is available. Making separate keys per environment, such as production and CI, and telling them apart by name keeps things manageable.
The full integration walkthrough is in Get started.