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

  1. Log in to the tenant panel → API Keys → create a Publishable key
  2. Replace pk_live_YOUR_KEY in the snippet below
  3. 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.