> ## Documentation Index
> Fetch the complete documentation index at: https://lemonslice.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Integrate a LemonSlice-managed video agent into your own frontend

<img src="https://mintcdn.com/lemonslice/tsOXb52SM_uB3PRH/images/hosted_diagram.png?fit=max&auto=format&n=tsOXb52SM_uB3PRH&q=85&s=88dbc451a87f985cf307896fadee27b3" alt="Hosted Diagram" width="2190" height="425" data-path="images/hosted_diagram.png" />

## What is the LemonSlice Hosted Pipeline?

The Hosted Pipeline is a fully-managed conversational AI service. Use it when you want to control the frontend experience while letting LemonSlice handle everything else.

## How to use

1. Create an agent in the LemonSlice [web app](https://lemonslice.com/agents) and copy the `agent_id`.
2. Initiate a session by hitting the documented REST endpoint to create a Daily room (`POST /liveai/rooms`) that all realtime audio/video streams through.
3. Join that room from your frontend using [Daily.co](https://www.daily.co/) UI/SDK components.

See the [Daily integration](/docs/hosted/integrations/daily-room-integration) for the full setup flow, or start from the [hosted Daily starter project](https://github.com/lemonsliceai/lemonslice-examples/tree/main/01-hosted-daily-app). For production UI patterns (readiness, error handling, timeouts), see [Production checklist](/docs/reference/production-checklist).

## Pricing

View pricing for hosted agent sessions on the LemonSlice [pricing](https://lemonslice.com/pricing?productType=hosted#products) page.
