Embed anywhere
Put a VOXOS agent on any website.
Two copy-paste snippets — a floating chat bubble for sitewide install, or an inline iframe to drop into a single page.
Option A · Floating bubble (recommended)
One-line script tag
Add this once before </body>. A chat bubble appears in the bottom-right of every page.
<script
src="https://voicepulse-hub.lovable.app/voxos-widget.js"
data-agent="inbound-sales"
data-color="#7c3aed"
data-position="bottom-right"
data-label="Chat with us"
async
></script> Option B · Inline iframe
Embed directly inside your page
Use this when you want the chat to sit inside specific content, like a pricing or contact page.
<iframe
src="https://voicepulse-hub.lovable.app/embed/inbound-sales"
width="100%"
height="640"
style="border:0; border-radius:16px; max-width:420px;"
allow="microphone; autoplay; clipboard-write"
title="VOXOS Chat"
></iframe>Available agents
Kira
cold-outboundCold Outbound Specialist
Runs outbound campaigns end-to-end. Opens the call, delivers a tight software-services pitch, handles brush-offs, books the demo.
Open standalone →Ava
inbound-salesInbound Sales Agent
Answers website + phone inquiries 24/7. Sells the software service the customer asks about, then naturally introduces a relevant upsell.
Open standalone →JavaScript API
Once the script loads, a global window.Voxos is available.
Voxos.open(); // open the chat panel
Voxos.close(); // close the chat panel
Voxos.toggle(); // toggle open/closed
Voxos.setAgent("cold-outbound"); // swap the active agent