BidirectionDocs
Open the console

Create an API key

Server-side credentials, shown once. Who can see them and how to revoke.

SettingsAPI keys

API keys are server-side credentials for calling the Bidirection API from your own backend. They are not the key your website widget uses — that one comes from the agent's own page. See Install the script.

Who can see this page: Owners, Admins and Developers. Everyone else sees "Developer access required" and should ask an admin for the Developer role.

Create one#

  1. Open Settings, then the API keys tab.
  2. Press Create key.
  3. Give it a Key name that says where it runs — "Production backend" or "CI". Scope one key per service or environment so you can revoke precisely.
  4. Press Create key.
  5. Copy the secret from the dialog now. Press Done when you have stored it.

What the list tells you#

ColumnMeaning
NameWhat you called it
KeyThe prefix only, the rest masked
StatusActive or Revoked
Last used"Never" until the key authenticates something
CreatedWhen it was made

Last used is the fastest way to find a key nothing is using before you revoke it.

Revoke a key#

Press the bin icon on the key's row and confirm. It stops working immediately and anything still using it starts failing to authenticate. This cannot be undone.

Revoked keys stay in the list, marked Revoked, so the record of what existed survives.