Open the workspace
The website assistant is available on every plan, including Free.
DEVELOPER DOCS
Add the hosted Kelsie assistant to almost any business website with one script or iframe. Kelsie uses the offerings, pricing, hours, policies, and public business details already configured in your workspace. Booking tools are optional.
QUICK START
The website assistant is included on every plan. It reads only public business information; if the business enables bookings, it can also direct customers to the hosted booking flow. Pro adds white label: turn it on in Settings → Branding and the assistant carries your business name only, with no Kelsie marks.
The website assistant is available on every plan, including Free.
Copy the final part of your Kelsie booking-page URL.
Replace the placeholder and add it to your website.
One script tag adds a floating chat bubble to every page. Replace YOUR_BUSINESS_SLUG with the slug from your public booking URL - kelsieai.com/s/river-studio uses river-studio. Optional attributes: data-position="left", data-color="#111723", data-offset="24".
<script
src="https://kelsieai.com/widget.js"
data-business="YOUR_BUSINESS_SLUG"
async
></script>Prefer the assistant inline on a contact page? Drop the iframe wherever it should live.
<iframe
src="https://kelsieai.com/embed/YOUR_BUSINESS_SLUG"
title="Ask Kelsie"
loading="lazy"
allow="microphone; autoplay"
style="
width: min(420px, calc(100vw - 32px));
height: min(620px, calc(100vh - 32px));
border: 0;
background: transparent;
"
></iframe>This version keeps Kelsie available at the bottom-right of the site. Check that it does not cover cookie controls, checkout actions, or mobile navigation.
<div style="position: fixed; right: 20px; bottom: 20px; z-index: 9999;">
<iframe
src="https://kelsieai.com/embed/YOUR_BUSINESS_SLUG"
title="Ask Kelsie"
loading="lazy"
allow="microphone; autoplay"
style="width: min(420px, calc(100vw - 32px)); height: min(620px, calc(100vh - 32px)); border: 0;"
></iframe>
</div>We can help with responsive sizing, content-security policies, and matching the assistant placement to your website. Custom API access is not part of this preview.
Email developer support