BUILD #011 Embeddable Widget

Install Reception AI on any website.

This page shows the public endpoint and the real script tag for the floating website widget.

Widget configuration

Visitor id: creating...

Paste the snippet below before the closing body tag on a customer website.

Reception AIPublic intake

Ask a question about services, pricing, booking or support.

Embed snippet

Copy this into the target website.

<script
  src="http://localhost:3000/autopilot-widget.js"
  data-organization-slug="demo-company"
  data-api-url="https://api.autopilot-one.com/api"
  data-title="Reception AI"
  async
></script>

Public API contract

POST /api/public/reception-ai/message
{
  "organizationSlug": "your-company-slug",
  "message": "Customer question",
  "conversationId": "Optional follow-up conversation id",
  "visitorId": "Stable anonymous visitor id",
  "widgetToken": "Optional public widget token",
  "websiteUrl": "https://customer-site.example"
}