Deploy Your Agent

Deploy Your Agent

Connect your thinnestAI agent to any channel — websites, messaging apps, phone calls, voice, and APIs.

Deploy Your Agent

Once you've built and tested your agent, deploy it to reach users wherever they are. thinnestAI supports deployment across chat, voice, and API channels — all from a single agent configuration.

Chat Channels

ChannelTypeLead CaptureSetup Time
Web WidgetWebsite embedForm-based (configurable)2 minutes
REST APIServer-to-serverVia API5 minutes
WhatsAppMessagingAutomatic (phone number)15 minutes
TelegramMessagingAutomatic (username, name)10 minutes
SlackWorkspaceAutomatic (user ID, channel)15 minutes
TeamsWorkspaceAutomatic (user ID, name)20 minutes
WordPressCMS PluginForm-based5 minutes
Other PlatformsDiscord, customVariesVaries

Voice Channels

ChannelTypeUse CaseSetup Time
Phone CallsTwilio / Vobiz SIPInbound & outbound phone calls15 minutes
Voice WidgetBrowser WebRTCVoice button on your website5 minutes
WebRTC / LiveKitCustom WebRTCCustom voice UI, mobile apps, kiosks1 hour
Voice APIREST APIProgrammatic call control10 minutes

How It Works

Every channel connects to the same agent — same instructions, same tools, same knowledge base. The only differences are:

  1. Input/output format — Chat channels use text. Voice channels use speech-to-text and text-to-speech. thinnestAI handles the translation.
  2. Session management — Each user on each platform gets their own persistent conversation session.
  3. Lead capture — Messaging platforms automatically capture contact info (phone, username, etc.) as leads. Web widgets can show a configurable lead form.

Quick Start

Chat — Add a widget to your site:

<script
  src="https://app.thinnest.ai/embed.js"
  data-agent-id="YOUR_AGENT_ID"
  async
></script>

Voice — Add a voice button to your site:

<script src="https://cdn.thinnest.ai/widget.js"></script>
<script>
  ThinnestAI.init({
    agentId: 'YOUR_AGENT_ID',
    apiKey: 'YOUR_PUBLIC_KEY'
  });
</script>

For phone calls and messaging platforms, navigate to your agent's Deploy tab in the dashboard.

Multi-Channel Strategy

Deploy the same agent across chat and voice simultaneously:

  • Website widget + Phone — Text chat for browsing, phone for complex issues
  • Website + WhatsApp — Capture web visitors and continue conversations on WhatsApp
  • Slack + Teams — Internal support bot available in both workspaces
  • Voice widget + Phone — Browser voice for web visitors, phone for everyone else
  • API + Widget — Custom frontend with fallback widget for other pages

All leads from every channel appear in your unified Leads dashboard, filterable by platform.

On this page