Integrations Overview

Connect your AI agent to the channels your customers use most. 8bit-ai supports web widgets, Telegram, WhatsApp, and phone integrations — each designed for seamless deployment with minimal configuration.

app.8bit-ai.com
Integrations page

Overview

8bit-ai provides four integration channels that connect your AI agent to end users. Each channel operates through a common architecture: incoming messages are routed to your agent, processed through the configured LLM and knowledge base, and responses are streamed back in real-time. The platform handles message formatting, delivery guarantees, and channel-specific features automatically.

Unified Agent Logic

One agent configuration powers all channels. System prompts, knowledge bases, and LLM settings are shared across every integration attached to the agent.

Per-Channel Context

Conversation threads are isolated per channel and per user. A WhatsApp conversation is independent from a web widget session with the same end user.

Streaming Responses

All channels support real-time streaming. Users see responses appear progressively as the AI generates them, reducing perceived latency.

Centralized Monitoring

All sessions from every channel appear in the Sessions dashboard with consistent logging, analytics, and export capabilities.

Web Widget

The web widget is the quickest way to put your AI agent in front of users. Embed a JavaScript snippet on any website to add a fully functional chat interface. Customize colors, positioning, and behavior through configuration options.

Setup Difficulty

Minimal — copy and paste one script tag

Best For

SaaS products, marketing sites, support portals

Customization

Full theme, position, behavior, and event hooks

Read the Web Widget guide

Telegram

Connect your agent to a Telegram bot and reach over 900 million monthly active users. The integration uses Telegram's webhook API for instant message delivery and supports typing indicators, streaming responses, and rich formatting.

Setup Difficulty

Easy — create a bot via BotFather, paste the token

Best For

Customer support, community bots, notifications

Customization

Webhook security, secret tokens, per-agent bots

Read the Telegram guide

WhatsApp

Integrate with WhatsApp Business API to handle customer conversations on the world's most popular messaging platform. Requires a WhatsApp Business Account and Meta's API approval. Supports message templates for proactive outreach, rich media, and interactive replies.

Setup Difficulty

Moderate — requires WhatsApp Business Account setup

Best For

Retail, hospitality, service businesses

Customization

Message templates, webhook routing, media attachments

Read the WhatsApp guide

Phone / SIP

Add voice capabilities to your AI agent with phone integration. Supports SIP trunking for direct PBX connectivity and cloud providers like Twilio and Vonage. Incoming calls are answered by your agent with text-to-speech and speech-to-text pipelines for natural voice conversations.

Setup Difficulty

Moderate to Advanced — requires telephony provider

Best For

Call centers, support hotlines, voice assistants

Customization

Voice models, language, call routing, IVR menus

Read the Phone/SIP guide

Feature Comparison

Compare capabilities across integration channels to choose the right fit for your use case.

FeatureWeb WidgetTelegramWhatsAppPhone/SIP
Setup Time< 5 minutes10 minutes1-2 days (approval)30-60 minutes
Streaming ResponsesYesYesYesYes (voice streaming)
Rich MediaMarkdown, imagesMarkdown, files, stickersTemplates, images, documentsVoice only
Conversation HistoryBrowser storageTelegram cloudMeta serversSession logs
Proactive MessagesNoYes (via API)Yes (templates)Outbound calls
AuthenticationOptional (JWT)Bot token + secretAPI key + webhook secretSIP auth / API key
Multi-languageBrowser localeChat languagePhone languageTTS/STT languages
Custom BrandingFull controlBot name & avatarBusiness profileVoice & greeting

Multi-Channel Deployments

You can connect multiple integrations to a single agent. A customer might start a conversation on the web widget and continue it on Telegram — each channel maintains its own session context. Consider using the Sessions API to build unified cross-channel experiences.