Documentation
Documentation
Widget SDK
Embed the chat widget on your site with one line of JavaScript. Customize colors, position, languages.
Read moreBot API
Build chatbots and AI agents that send messages, transfer to humans, and upload files.
Read moreWebhooks
Receive real-time events: chat started, message sent, agent status changed, and 9 more.
Read moreSupervisor API
Read-only API for building dashboards and analytics on top of BXLivechat data.
Read moreQuick start
Embed the widget on your site:
index.html
<script>
window.__bxlivechat = { orgId: "YOUR_ORG_ID" };
(function(d,s){
var j = d.createElement(s);
j.src = "https://widget.bx-livechat.com/bxlivechat.js";
j.async = true;
d.head.appendChild(j);
})(document,"script");
</script>