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
| Channel | Type | Lead Capture | Setup Time |
|---|---|---|---|
| Web Widget | Website embed | Form-based (configurable) | 2 minutes |
| REST API | Server-to-server | Via API | 5 minutes |
| Messaging | Automatic (phone number) | 15 minutes | |
| Telegram | Messaging | Automatic (username, name) | 10 minutes |
| Slack | Workspace | Automatic (user ID, channel) | 15 minutes |
| Teams | Workspace | Automatic (user ID, name) | 20 minutes |
| WordPress | CMS Plugin | Form-based | 5 minutes |
| Other Platforms | Discord, custom | Varies | Varies |
Voice Channels
| Channel | Type | Use Case | Setup Time |
|---|---|---|---|
| Phone Calls | Twilio / Vobiz SIP | Inbound & outbound phone calls | 15 minutes |
| Voice Widget | Browser WebRTC | Voice button on your website | 5 minutes |
| WebRTC / LiveKit | Custom WebRTC | Custom voice UI, mobile apps, kiosks | 1 hour |
| Voice API | REST API | Programmatic call control | 10 minutes |
How It Works
Every channel connects to the same agent — same instructions, same tools, same knowledge base. The only differences are:
- Input/output format — Chat channels use text. Voice channels use speech-to-text and text-to-speech. thinnestAI handles the translation.
- Session management — Each user on each platform gets their own persistent conversation session.
- 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.