Before you embed
Make sure you already have:- a WebChat channel
- a linked bot
- the correct allowed origins
- the website where you want to install the widget
Step 1: Create a WebChat channel
- Open Channels -> WebChat.
- Click Connect WebChat.
- Select a bot.
- Add a display name and optional allowed origins.
- Save the channel.
Step 2: Customize the widget
- Open Settings -> Customize Widget or Chat Experience -> Customize.
- Choose the WebChat channel.
- Set the theme, title, height, position, colors, border radius, and starter suggestions.
- Save the configuration. The current customization flow can also generate a production iframe snippet for you.
Step 3: Choose an embed method
Iframe embed
Use an iframe when you want a direct, predictable installation. This option is intended for tiers that include iframe embed support.Script embed
Use the script when you want a simpler install path managed by the widget runtime. This is the safest default if you want the standard widget install flow.Validate the install
- Load the site and confirm the widget appears.
- Send a test message and confirm the bot replies.
- Open Inbox and verify the conversation was recorded.
- Confirm the origin is allowed if you restricted the channel.
Current widget behavior
- First message before the conversation is ready: users can type from the starter screen before the widget finishes creating the conversation. BoundBot sends that first message automatically once the session is ready, so the opening question is not lost.
- Muted conversations: if the conversation is muted for human handoff, WebChat skips the AI reply until auto reply is turned back on. This is the same mute state used by the Stop Auto Reply action.
The current customization page focuses on live preview, saved UI settings, and production iframe code generation. The actual install still depends on your WebChat public key and the embed patterns shown here.
Troubleshooting
Iframe does not load- Check the
/embed/chathost. - Check the
publicKey. - Check
NEXT_PUBLIC_WEB_BASE_URLandNEXT_PUBLIC_API_BASE_URL.
- Add the exact origin to the channel configuration, including protocol.
- Make sure the API streaming route is reachable.
- If you use a reverse proxy, confirm it does not buffer server-sent events.
Related pages
WebChat
Create the channel, set allowed origins, and manage the public key before you embed.
Playground
Test the same live WebChat pipeline before you install it on a production site.
Quickstart
Follow the fastest route from signup to a working website chat bot.
WordPress plugin
Use the plugin when you would rather not paste embed code manually.

