Website Assistant
Three ways to embed the chat
Every demo below runs the exact browser-origin flow a real client site uses: the visitor's browser talks directly to the Omnimas public API. Nothing is proxied through this site.
Dashboard
The full public REST flow with session, sources, token usage, and stable error codes laid bare. The internal/support view.
JavaScript snippet
A compact chat bubble rendered from a single <script> tag pasted into any page. Talks straight to the public API. This is the seed of the widget SDK.
Iframe embed
A LiveView chat served by Omnimas, embedded with one <iframe> plus a tiny resize listener. Zero custom JS UI and total CSS isolation.