Prerequisites
Before configuring Artemis in Agent AI, verify you meet the following prerequisites on Artemis side:- An active project. For more details, see Create and manage projects.
- A configured model. For more details, see Create models.
- An active agent. For more details, see Create agents.
- An active deployment. For more details, see Create a deployment.
- An active connection. For more details, see Channels.
Configure Artemis in Agent AI
Step 1: Set up a connection in Artemis
- Sign in to Artemis.
- Create a Project, if you don’t have one.
- Go to Agents and create an agent.
- Go to Deployments > Environments and create a deployment in one of the following environments — Development, Staging, or Production.
- Go to the Channels tab and locate the Kore Agent Assist channel.
- Select Kore Agent Assist and select + New.
-
In the New Kore Agent Assist Connection window, enter the following details:
- Select Create.
- Select the connection you created.
-
In the Overview tab, note the Domain URL, Environment, App ID, and API Key. The App ID is the project ID, and the system generates the API Key when you create the connection.
Copy and store the API Key for future use, as it is visible only once. If you lose it, select the channel you created, go to the Overview tab, and select Rotate to regenerate the API key.
Step 2: Configure an Artemis app in Agent AI
Configuring an Artemis app in Agent AI is a three-step process: entering app details, selecting conversation metadata, and adding custom metadata. First request trigger Select one of the following options to define how Artemis receives its first request. These options are mutually exclusive. If you don’t select either option, Artemis doesn’t generate NBAs until the customer sends a message.
Conversation metadata
Select the metadata to pass to the Artemis app. This preserves context during transfers from automation to human agents.
Custom metadata
Add a custom metadata script in the code editor to pass to the Artemis app. The system validates and highlights errors as you enter the script.
To configure an Artemis app:
- Sign in to AI for Service.
- Go to Agent AI > Configurations > Linked Services > Agentic Configuration.
- Select + Add Agentic Copilot App.
- Enter the app name.
- Enter the Domain URL, Environment, App ID, and API Key from your Artemis app.
- Select Use ‘Trigger Welcome message’ as the first request to Agentic or Pass landing summary as first request to Agentic App.
- Expand the Pass Metadata section and select the metadata to pass.
- Expand the Add Custom Metadata section and enter your script in the code editor. Use the enlarge or copy buttons as needed.
- Select Test Connection & Save.