Widget demo
This page simulates a customer website embedding the chat widget. Create a publishable API key in the tenant panel, then set it below.
Setup
- Log in to the tenant panel → API Keys → create a Publishable key
- Replace
pk_live_YOUR_KEYin the snippet below - Reload this page — the chat bubble appears bottom-right
Embed snippet (edit apiKey)
<!-- Add before </body> on any site -->
<script>
window.ChatSaaS = {
tenantId: 'YOUR_TENANT_ID',
apiUrl: 'https://api.bigpanel.cloud',
apiKey: 'pk_live_YOUR_KEY',
};
</script>
<script src="https://api.bigpanel.cloud/widget.js" async></script>Get your tenant ID from the widget settings page in the tenant panel.