🤖 AI Assistant Widget - Direct Embed Demo

Method 1: Full Page Embed (window.widgetConfig)

Widget will load here using window.widgetConfig method
<script>
  window.widgetConfig = {
    assistantId: "689af21ee1b7c40d053d014d",
    assistantName: "Tommy.AI",
    apiUrl: "https://api-chat.tommytalk.ai/api/v2",
    streamApiKey: "vzs96v8m4v9s",
    theme: "light",
    bypassName: true,
    bypassEmail: true,
    showHeader: true
  };
</script>
<script src="widget-direct.js"></script>

Alternative: Direct iFrame Embed

<iframe 
  src="https://widget.tommytalk.ai/embed-direct.html?assistantId=689af21ee1b7c40d053d014d&assistantName=Tommy.AI&theme=light&bypassName=true&bypassEmail=true"
  style="width: 100%; height: 600px; border: none;"
  allow="microphone">
</iframe>