Plyco Chatbot

This is the admin page. The chatbot widget should be embedded on your website using the embed script below.

Embed Instructions

<script>
  (function() {
    var script = document.createElement('script');
    script.src = '/embed.js';
    script.async = true;
    document.head.appendChild(script);
  })();
</script>

Optional: Override the widget URL

<script>
  window.PLYCO_WIDGET_URL = 'https://custom-domain.com/embed';
</script>

🔧 Environment

Production Mode

🌐 Current URL

📚 API Endpoints

  • /api/v1/chat - Main chat endpoint
  • /api/v1/vision - Image analysis
  • /api/health - Health check
  • /api/metrics - Usage metrics