Deploy Anywhere
Embed on your website with one line of code. Connect to Facebook Messenger, Instagram, WhatsApp, or use our API. Your AI agent works everywhere.
Deployment Options
Website Embed
Add a chat widget to your website with one line of code. Fully customizable design and behavior.
- ✓ One-line install
- ✓ Custom branding
- ✓ Mobile responsive
- ✓ No coding required
Facebook Messenger
Connect your Facebook Page and let your agent respond to Messenger conversations automatically.
- ✓ OAuth integration
- ✓ Auto-responses
- ✓ Real-time sync
- ✓ Message history
Instagram DMs
Respond to Instagram Direct Messages automatically with your trained AI agent.
- ✓ DM automation
- ✓ Story replies
- ✓ Comment responses
- ✓ Media support
Chat API
Send customer messages to your trained agent from any server-side application.
- ✓ REST endpoint
- ✓ SSE streaming
- ✓ Scoped project API keys
- ✓ Safe retries and rate limits
Developer Tools
Connect through the TypeScript SDK, command line, or MCP using the same agent runtime.
- ✓ TypeScript SDK
- ✓ AlonChat CLI
- ✓ Hosted and local MCP
- ✓ REST fallback for any language
Connect your WhatsApp Business number and automate customer conversations with your AI agent.
- ✓ WhatsApp Business
- ✓ Auto-replies
- ✓ Media messages
- ✓ Profile controls
Easy as One Line of Code
Add your AI agent to any website in seconds
<!-- Add this to your website's <head> or before </body> -->
<script>
(function(w,d,s,o,f,js,fjs){
w['AlonChatWidget']=o;w[o]=w[o]||function(){
(w[o].q=w[o].q||[]).push(arguments)};
js=d.createElement(s),fjs=d.getElementsByTagName(s)[0];
js.id=o;js.src=f;js.async=1;fjs.parentNode.insertBefore(js,fjs);
}(window,document,'script','alonChat','https://cdn.alonchat.com/widget.js'));
alonChat('init', {
agentId: 'YOUR_AGENT_ID',
position: 'bottom-right',
primaryColor: '#4F46E5'
});
</script>