LiveKit Chat Plugin Test
Real-time AI chat with contact form integration and user info passing to agent.
🎉 System Status
LiveKit Chat Plugin Server (Port 3001)
Turnpoint Agent Connected with Authentication
Contact Form Integration Active
User Info Transmission Enabled
🚀 How to Test:
- Click the chat bubble in the bottom-right corner
- Fill out the contact form (First name, Last name, Phone, Email)
- Click "Continue Chat" to start the conversation
- Send messages to the AI agent
- Your contact info is automatically passed to the agent with every message
🎯 URL Parameters (Optional):
Override the auto-detected settings with URL parameters:
?embed-key=KEY- Use an embed key (preferred, e.g.,?embed-key=ek_live_xxx)?api-url=URL- Override API URL (e.g.,?api-url=http://localhost:8000)?agent-id=ID- Override Agent ID (legacy fallback)?plugin-host=HOST- Override the host servingchat-plugin.min.js?plugin-src=URL- Provide the full script URL (takes precedence overplugin-host)
Examples:
- Test with embed key:
?embed-key=ek_live_xxxxx&api-url=http://localhost:8000 - Test with legacy agent ID:
?api-url=http://localhost:8000&agent-id=your-local-agent-id
📦 CDN Integration Example:
External websites can now embed this chat using an embed key:
<script src="https://chat-plugin.frontdeskpro.ai/cdn/chat-plugin.min.js" data-embed-key="ek_live_your_key_here" async> </script>