Skip to content
ABTO Guide

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.

ScreenWhat it does
InstallShows 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 KeysIssues and revokes keys. Issued keys are listed with their name, type, prefix, and creation date
KeyWhere it is usedWhere it lives
Calling Key (ck-abto-…)Every AI call going through the gatewayServer environment variables only
Event Key (ek-abto-…)Behavior collection in browsers and appsSafe 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.