Quickstart: Embed widget on your website
Goal: Live chat widget on your site in ~10 minutes.
Prerequisites
Section titled “Prerequisites”- Assistant with at least one knowledge base attached
- Access to your website HTML or CMS
Step 1 — Create deployment
Section titled “Step 1 — Create deployment”- Go to Deployments → Create.
- Type: Web widget.
- Select your assistant.
- Environment: Production.
Step 2 — Allowed domains
Section titled “Step 2 — Allowed domains”- In deployment settings, open Security → Allowed domains.
- Add your site, e.g.
https://www.yourbusiness.comorhttps://*.yourbusiness.com. - Save. The widget will not load on unlisted domains.
Optional: JWT identity verification
Section titled “Optional: JWT identity verification”If your site has logged-in users, enable Require identity verification and set a shared secret. See JWT verification.
Step 3 — Appearance
Section titled “Step 3 — Appearance”- Set primary color (default accent:
#F97316). - Choose light or dark theme.
- Set greeting message and optional suggested questions.
Step 4 — Embed code
Section titled “Step 4 — Embed code”<script src="https://widget.chatevo.ai/chat.js" data-deployment-id="YOUR_DEPLOYMENT_ID" data-api-base="https://api.chatevo.ai" async></script>Paste before </body> on every page where chat should appear.
Step 5 — Verify
Section titled “Step 5 — Verify”- Open your website.
- Confirm the chat bubble appears.
- Send a test message.
Troubleshooting
Section titled “Troubleshooting”- Widget missing? → Widget not showing
- Blocked domain? → Domain not allowed