Prerequisites
Before setting up the Endpoint, check whether these steps are done:Handover Configuration
To configure the Handover Settings of your Endpoint, follow these steps:- In the left-side menu of the Cognigy.AI interface, select Deploy > Handover Providers.
- Click + New Handover Provider and select Live Agent.
- Enter a unique name and click Save.
Handover to pre-configured Live Agent
Handover to pre-configured Live Agent
If the Handover to pre-configured Live Agent account option is activated, conversations will be transferred to the Live Agent account mapped to the current Cognigy.AI organization.For on-premises installation, make sure the following environment variables are set in the value.yaml configuration file.
Handover to manually configured Live Agent
Handover to manually configured Live Agent
To configure your Live Agent manually, follow these steps:
- In the handover provider settings, deactivate the Handover to pre-configured Live Agent account option.
- Enter the Base URL for the Live Agent instance. The Base URL is your Live Agent installation URL, extended by
/api/v1. For example, in the Live Agent trial environmenthttps://liveagent-trial.cognigy.ai/api/v1is the Base URL wherehttps://liveagent-trial.cognigy.aiis the Live Agent URL. - Enter the Account ID and the API Key. How to find the Account ID and the API Key, see sections below.
- Click Save to confirm your Live Agent settings.
Find an Account ID
You can find the account ID in the Live Agent URL of your Live Agent Inbox. To locate the ID, follow these steps:- Open your Live Agent account and go to Settings > Inboxes.
- In the Inboxes list, find the Inbox of your project, and click the Settings icon next to the Inbox.
- The Inbox settings will be displayed, and you will see the address line of your browser as follows:
https://liveagent-<your-environment>/app/accounts/<account-id>/settings/inboxes/<inbox-id>. For example, in the URLhttps://liveagent-dev.cognigy.ai/app/accounts/2/settings/inboxes/32852, the account ID is 2.

Find API Keys
- Click the Profile Settings icon of your account in the bottom-left corner of the Live Agent dashboard, then select Profile Settings in the selection menu.
- Find the Access Token section, showing your API Key.
- Copy the API Key and paste it into the API Key field in the Live Agent Authentication section of your handover provider settings in Cognigy.AI.