Get Embed Code

Chat Configuration
Embed Code

Add this code to your website:

<div 
  id="ai-chat-container" 
  data-aichat-container 
  data-aichat-system-prompt="You are a helpful customer service agent."
  data-aichat-welcome-message="Hello! How can I help you today?"
  data-aichat-theme-color="#0070f3"
  data-aichat-input-placeholder="Type your message..."
  data-aichat-max-height="500px"
  data-aichat-width="100%"
  data-aichat-show-timestamps="true"
></div>

<script src="/api/embed"></script>

Instructions:

  1. Copy the code above and paste it into your HTML where you want the chat to appear.
  2. Make sure your backend API supports CORS if embedding on external domains.
  3. The embed script must be hosted on your domain or a trusted CDN.
  4. For testing, you can view an example demo page.