Skip to main content
This guide explains how to configure Artemis in Agent AI to generate better next best action (NBA) suggestions in the Agent AI widget.

Prerequisites

Before configuring Artemis in Agent AI, verify you meet the following prerequisites in Artemis:

Step 1: Set up a connection in Artemis

  1. Sign in to Artemis.
  2. Create a Project, if you don’t have one.
  3. Go to Agents and create an agent.
  4. Go to Deployments > Environments and create a deployment in one of the following environments: Development, Staging, or Production.
  5. Go to the Channels tab and locate the Kore Agent Assist channel.
  6. Select Kore Agent Assist, then click + New.
  7. In the New Kore Agent Assist Connection window, enter the following details:
  8. Click Create.
  9. Select the connection you created.
  10. 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 click Rotate to regenerate the API key.

Step 2: Configure an Artemis app in Agent AI

Configuring an Artemis app in Agent AI is a four-part process: entering app details, choosing the first request trigger, selecting conversation metadata, and adding custom metadata.

Provide app details

Choose 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 generates NBAs only when a customer sends a message.

Select conversation metadata

Select the metadata to pass to the Artemis app. This preserves context during transfers from automation to human agents.

Add 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:
  1. Sign in to AI for Service.
  2. Go to Agent AI > Configurations > Linked Services > Agentic Configuration.
  3. Click + Add Agentic Copilot App.
  4. Enter the app name.
  5. Enter the Domain URL, Environment, App ID, and API Key from your Artemis app.
  6. Select Use ‘Trigger Welcome message’ as the first request to Agentic or Pass landing summary as first request to Agentic App.
  7. Expand the Pass Metadata section and select the metadata to pass.
  8. Expand the Add Custom Metadata section and enter your script in the code editor. Use the Enlarge or Copy buttons as needed.
  9. Click Test Connection & Save.