A floating chat bubble widget that provides instant customer support. The widget appears as a small button in the corner of your website and expands into a full chat interface when clicked.
Token-based via script parameters
<script src="https://your-domain.com/api/embed.js?agent_id=YOUR_AGENT_ID&token=YOUR_TOKEN&widget=true"></script>
<script>
CentralAI.embed({
agentId: 'YOUR_AGENT_ID',
widget: true,
position: 'bottom-right',
bubbleColor: '#70FF5B',
bubbleText: 'Chat with us'
});
</script>