Drop a script tag, hand it your API key — your users get a fully featured chat widget with Microsoft SSO, voice input, and RAG-backed answers from your own knowledge base.
Built for multi-tenant production use. Each feature is independently toggleable
via the init() config.
Drop the script tag and call init().
SSO, audio, and theming are all opt-in via config.
<!-- 1. Load the widget script --> <script src="https://your-backend.com/widget.js"></script> <!-- 2. Initialise --> <script> window.VeoChat.init({ apiKey: 'your-tenant-api-key', apiEndpoint: 'https://your-backend.com', botName: 'Aria', // Optional: Microsoft SSO ssoEnabled: true, msClientId: 'your-azure-app-client-id', // Optional: voice input + TTS audio replies audioEnabled: true, // Optional: theming theme: { primaryColor: '#6366f1', position: 'bottom-right', }, }); </script>
The widget is live on this page — click the indigo bubble in the bottom-right corner to open the chat. Sign in with your Microsoft account and start a conversation backed by your knowledge base.