LexeyLexey
HomePricingDocs
Sign in
Embedding your chat
Basics
  • Getting started
Features
  • Manage tab
  • Knowledge base
  • Conversations
  • Customer chat
  • Skills & automations
  • Quality assurance
  • AI safety
  • Billing & usage
Deployment
  • Embedding your chat
API
  • Customer Chat API
  • Management Chat API
  • Webhook events
  • API key management
Help
  • FAQ

Embedding your chat

Lexey provides three ways to deploy customer chat on your website.

1. Hosted page

Direct link to your full-page chat experience:

https://lexey.ai/chat/your-company-slug

Share this URL with customers, add it to your website, or use it in email signatures. It's also useful for sharing with your team to see how Lexey responds before you go live.

2. Chat widget (recommended)

Add a floating chat bubble to your website with a single script tag:

<script
  src="https://lexey.ai/embed/widget.js"
  data-tenant="your-company-slug"
  data-colour="#46B483"
  data-position="right"
></script>

The widget creates a floating bubble that opens an iframe panel when clicked. Configure the button colour and position via data attributes.

3. Iframe embed

Embed the chat inline on your page:

<iframe
  src="https://lexey.ai/embed/your-company-slug"
  width="400"
  height="600"
  style="border: none; border-radius: 12px;"
></iframe>

Custom URL

You can update your organization-specific URL in Settings → Embed. Custom URLs must be lowercase alphanumeric with hyphens, 4–60 characters.

Domain allowlisting

Restrict which websites can embed your chat by configuring allowed domains (up to 20) via the configuration agent. An empty list allows embedding from any domain.

We recommend enabling domain allowlisting to ensure your credits are only used by conversations on your own websites.

Bot protection

All embedded chat surfaces are protected by Cloudflare Turnstile — a privacy-friendly, invisible bot verification. Turnstile checks happen once when the user sends their first message. It's enabled by default and can be toggled off in Settings → Embed → Bot protection.

We recommend leaving bot protection enabled to make sure only humans can start conversations with your agent via the embedded chat widget.

Product

  • Features
  • Pricing
  • Use Cases

Documentation

  • Getting Started
  • Customer API
  • Management API

Company

  • Sign Up
  • Sign In
  • Terms of Service
  • Privacy Policy
© 2026 Re-X. All rights reserved.