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

# LiveKit

> Real-time voice infrastructure for the Voice agent.

LiveKit is the runtime infrastructure the Voice agent uses to place and receive calls. Connecting LiveKit (with your telephony provider wired in alongside) is what makes the Voice surface come alive.

## What it unlocks

* **The Voice surface** in the cockpit.
* **The COD-confirmation loop** for D2C brands shipping cash-on-delivery orders.
* **Inbound and outbound calling** with a brand-voice TTS layer and a tool-using LLM.
* **Call transcripts and recordings** in the cockpit, attached to the proposals the calls produce.

## Scopes / wiring

LiveKit is configured with project credentials plus a telephony provider (Twilio, or equivalent) for the actual PSTN leg. The cockpit stores those credentials encrypted at rest and reads them per-brand at call time.

## Where data flows

* **LiveKit → cockpit:** session metadata, transcripts, recordings, and outcomes. Stored against the brand the call was placed for.
* **Cockpit → LiveKit:** outbound call initiation, in-call tool use, and session control.

## Usage

Voice runtime is metered in **minutes per month** against your plan's voice pool. See **Pricing → Usage limits** for current allowances and overage behaviour.

<Card title="Connect LiveKit" icon="arrow-right" href="https://meshpilot.app/dashboard/settings">
  Open Settings → Integrations.
</Card>
