Overview
live-layer is a platform for building voice-first AI agents — agents that converse with your visitors, walk them through slide-based experiences, and embed anywhere with a snippet of code.
These docs serve two audiences:
Three ways to ship an agent
Once an agent is published, you have three integration paths. Pick based on how much control you need:
Hosted
The agent lives at
https://livelayer.app/a/your-slug. Share the link, embed in an iframe, print as a QR code. Zero code on your end. Learn more →Script tag
One line of HTML. The widget self-installs as a floating bubble or inline embed. Works on any site, any CMS. Learn more →
NPM package
@livelayer/reactand@livelayer/sdk. The full power of live-layer — page awareness, form filling, custom UIs, controlled sessions. Learn more →
What's in here
- Build — no-code product usage: agents, prompts, slides, knowledge bases.
- Develop — embed, SDK, webhooks, API.
- Recipes — full walkthroughs you can clone end-to-end.
- Reference — API reference, webhook events, errors.
Every docs page is also available as plain markdown — append .md to any URL, or copy the page from the action bar at the top. Perfect for pasting into Cursor, Claude Code, or any other coding agent.