Skip to main content
Updated in 4.65 The Agent Copilot workspace is the interface that displays the Agent Copilot on the contact center side. The workspace includes the widgets that represent the Agent Copilot Nodes that you configure in the Agent Copilot Flow. You can configure widget size and arrangement in the workspace, and display different types of content in it, including HTML, adaptive cards, or iframes. To configure the Agent Copilot workspace, you need to set the Agent Copilot grid. Other Agent Copilot Nodes provide functionality to the widgets in the workspace.

Agent Copilot Grid

The Agent Copilot grid is a JSON object that defines the size and arrangement of the tiles, through tile IDs, in the workspace. The following table shows the JSON properties you use to configure the Agent Copilot grid:
To configure the Agent Copilot grid, you have the following options:
Use the Copilot: Set Grid Node to configure the grid directly in the Agent Copilot Flow:
  1. In Build > Flows, create an Agent Copilot Flow
  2. Add a Copilot: Set Grid Node after the Start Node. You can use the following example as a reference:

Tile ID

Each tile must have a unique tile ID, for example, transcript-tile, because the tile ID corresponds to a JSON key. You need to use the tile ID in the respective Agent Copilot Node to map it correctly to the tile in the workspace. If Agent Copilot receives updates for a tile ID that isn’t in the Agent Copilot configuration, the tile isn’t rendered. Additionally, a warning indicator is displayed in the lower-right corner of the workspace, indicating that an unknown tile update has been received. In these cases, check the tile IDs in your Agent Copilot grid.

Transcript Tile

The Transcript Tile acts as a chat interface and allows human agents to read messages from end users and reply to them directly in the workspace. The tile ID of the Transcript Tile is transcript and must be included in your Agent Copilot configuration. This tile is intended for chat use cases in standalone Agent Copilot applications. For voice-related scenarios, use the Copilot: Transcript Tile Node. To activate the Transcript Tile, go to the Copilot section in the Endpoint settings and use the settings in Transcript Tile:
Last modified on May 28, 2026