Test Integration
This page demonstrates the EolasFlow Voice Widget integration. Look for the floating button in the bottom-right corner.
Integration Code Used:
<script>
window.EolasFlowSettings = {
apiKey: 'demo_key_12345',
agentId: 'sara-demo-agent',
position: 'bottom-right',
greeting: 'Hello! I\'m Sara, your AI assistant. How can I help you today?'
};
</script>
<script src="./widget.min.js"></script>
Try It Out
Click the voice widget button to start a conversation!
Note: This is a demo mode. In production, you'll need a valid API key.