Skip to main content

AI Agents

This page explains how to configure AI agents that power the Workflows and Action Hub features in the application.

Agents overview

Before you begin

  • You need the Configuration role to view this page.
  • You need Owner access on the Configuration role to create or delete agents.

View agents

Go to Admin > Agents to see a table of all configured agents.

ColumnDescription
IDAgent ID (sortable)
NameAgent name (localized)
TypeHow the agent is activated: CHAT or BUTTON (sortable)
Interaction ModeMULTI_TURN (conversation) or SINGLE_TURN (one exchange) (sortable)
PagesWhere the agent appears, for example BACKOFFICE_PRODUCTS or SALES_HUB_QUOTE_EDITOR
Date CreatedWhen created (sortable)
Date UpdatedWhen last modified (sortable)

Create an agent

  1. Click New Agent.
  2. Fill in the agent details:
FieldRequiredDescription
Agent nameYesAgent name (localized with language switcher)
DescriptionNoAgent description (localized)
Welcome MessageNoMessage shown when the agent dialog opens (localized)
TypeYesCHAT or BUTTON
Interaction ModeYesSINGLE_TURN (one exchange) or MULTI_TURN (conversation)
PagesNoWhere the agent appears in the UI, for example SALES_HUB_QUOTE_EDITOR or BACKOFFICE_PRODUCTS. You can type a custom value.
Webhook URLYesThe endpoint that receives agent requests
Webhook Timeout (ms)NoRequest timeout in milliseconds (default: 30000)
Signature SaltNoSecret for request signing
Basic Auth UsernameNoHTTP Basic Auth username (requires password if set)
Basic Auth PasswordNoHTTP Basic Auth password (requires username if set)

A chat agent uses Type CHAT with Interaction Mode MULTI_TURN. It supports a welcome message and a description.

Edit Agent dialog for a chat agent

The lower part of the dialog contains the webhook configuration and security settings.

Webhook and security configuration

A button agent uses Type BUTTON with Interaction Mode SINGLE_TURN.

Edit Agent dialog for a button agent

  1. Click Save.

Edit an agent

Click any row in the list to open the edit dialog. Update the fields you need and click Save.

Delete agents

  1. Select one or more agents using the checkboxes.
  2. Use the delete action.
  3. Confirm the deletion.

Filter agents

FilterTypeDescription
PagesMulti-value chipsFilter by page
TypeMulti-select dropdownFilter by type (CHAT or BUTTON)
Interaction ModeMulti-select dropdownFilter by interaction mode