AI Agent Management
Deploy
The Deploy surface is where your trained agent meets your users. Two featured channels are ready out of the box; everything else lives in the integrations grid.
Featured channels
The top of the Deploy page features two channels: the floating Chat widget for embedding on a site, and a ChatGPT-style Help page deployed standalone or under a path on your site (e.g. /help). Each card has a live preview that updates with your agent’s name, avatar, and welcome message.
Below the featured cards, a grid lists every other supported channel: WhatsApp, Slack, Messenger, Instagram, Phone, Email, Shopify, WordPress — and so on.
Chat widget
The floating bubble that opens a chat window. Toggle the channel on via the switch in the card header — the preview reflects your saved widget config the moment you do.
Embedding it
Click Manage on the widget card to grab the embed snippet. Paste it before </body> on every page where you want the bubble to appear. The snippet is a small loader that asynchronously fetches the widget — it never blocks your page.
Help page
A standalone, ChatGPT-style page with a centered “How can we help you today?” question box. Useful as the primary destination from your site’s help center link, or as the only surface for support if you don’t want a floating widget.
Click Setup on the Help page card to configure the URL — host it under /help on your domain, or use the Chatmount-hosted version with your subdomain.
- Inherits the same widget config as the floating bubble — colours, suggestions, etc.
- Indexed by search engines, unlike the modal widget — useful for SEO
- Mobile-first layout; works fine as the only mobile entry point
Channels grid
The grid below the featured row shows every other channel. Each tile has an icon, a one-line blurb, a docs button (deep-links to the integration’s setup guide), and a CTA that adapts to the channel’s state:
- Setup — the channel is available to your tier but not yet connected; click to start the connection flow
- Manage — already connected; click to edit settings or disconnect
- Upgrade to enable — your tier doesn’t cover this channel; click to see the upgrade options
Tier gates
Each channel has a minimum tier. The most common gates:
- Free / Hobby — Chat widget, Help page, basic email
- Plus / Standard — Slack, Shopify, WordPress, Phone (Beta)
- Pro — WhatsApp, Salesforce, Zendesk, Intercom
- Enterprise — custom integrations, SLA, dedicated support
When you click Upgrade to enable on a locked channel, the flow lands on the plan picker pre-filtered to plans that include that channel.
Related