Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt

Use this file to discover all available pages before exploring further.

Use web chat to embed a chat widget in your website or web application.
Web chat uses a dedicated workflow. Unlike other channel types, you manage web chat channels by using a specialized command. Standard operations such as create, list-channels, get, export, and delete do not apply. For complete integration steps, see Agent Integration Guide.

Quick start: Generate web chat embed code

To integrate web chat with your agent, use the dedicated webchat embed command:
BASH
orchestrate channels webchat embed \
  --agent-name my_agent \
  --env live
This command generates HTML and JavaScript code that you can add to your website to embed the chat widget.

What you receive

The embed code includes:
  • A pre-configured chat widget
  • Automatic connection to your agent
  • Responsive design for desktop and mobile
  • Options to customize appearance and behavior

Next steps for web chat

For detailed instructions on:
  • Customizing the web chat appearance
  • Configuring advanced settings
  • Troubleshooting common issues
See the comprehensive Agent Integration Guide.