Widget Demo Page

This page demonstrates how the EP Agent Platform Widget looks when embedded on an external website.

How to test it:

  • Look for the floating chat button in the bottom right corner of your screen.
  • Click the button to open the chat interface.
  • Send a message to verify connectivity with the backend agents.

Integration Code

To add this widget to your own application, paste the following snippet just before your closing </body> tag:

<!-- EP Agent Platform Widget -->
<script 
  src="https://your-instance.com/widget.js" 
  data-host="https://your-instance.com"
  data-accent="#3b82f6" 
  defer
></script>