Integrate Your Way
Four methods. Any platform. Under a minute.
Chat Widget
One script tag, zero backend code. Your AI agent appears as a floating chat bubble on any website. Persistent sessions, image uploads, and real-time streaming included.
REST API
Full CRUD operations, streaming responses, scoped API keys. Send messages, manage agents, retrieve conversations — standard HTTP calls.
Webhooks
Get notified in real-time. Events: conversation.created, message.created, lead.captured, goal.completed. Signed payloads with HMAC verification.
WebSocket
Real-time streaming for chat. WebSocket channels for bidirectional communication. Sub-second latency.
Works on Every Platform
WordPress
Paste in Appearance → Theme Editor → header.php, or use a 'Header Scripts' plugin
Shopify
Go to Online Store → Themes → Edit Code → theme.liquid, paste before </body>
Wix
Settings → Custom Code → Add Code → Body End
Squarespace
Settings → Advanced → Code Injection → Footer
Custom HTML
Add the script tag before </body> in your HTML
React / Next.js
Add to _app.tsx or root layout component via next/script