HELP CENTER / GETTING STARTED
Install the widget
2 min read
Add Cadey to any site with one script tag and confirm it is live.
Cadey loads from a single script tag that you drop into your site once. It works on any stack, a hand-rolled HTML page, a CMS like WordPress or Webflow, or a React/Next app.
Add the snippet
In the portal go to Settings → Widget and copy your install snippet. Paste it just before the closing </body> tag on every page you want the chat to appear on.
<script async src="https://cdn.cadey.ai/widget.js" data-cadey="YOUR_PUBLIC_KEY"></script>Your public key is safe to expose, it only identifies your workspace and scopes the widget to your tenant. It is not an API key.
Verify it is live
- Reload your site, the launcher appears in the corner you chose under Settings → Widget.
- Send a test message; you should see it land in the portal Inbox in real time.
- If the launcher does not appear, check that the script is not blocked by a content-security-policy and that the public key matches your workspace.