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

# Overview

> Partner integrations for Cartesia TTS and STT in your own app—not Cartesia-hosted agents.

Cartesia provides first-party speech APIs and SDKs, and integrates with many other products and developer frameworks. The pages in this section describe each path at a high level; detailed setup usually lives in partner documentation and repositories.

## Prerequisites

You’ll need these for almost every integration below. Individual pages also list extras (partner accounts, runtimes, SDK installs).

* **[Cartesia API key](https://play.cartesia.ai/keys)** — create and manage keys in the Playground.
* **A voice** — pick one in the Playground or API; see [Choosing a voice](/build-with-cartesia/capability-guides/choosing-a-voice) and [Voice IDs](/build-with-cartesia/tts-models/voice-ids).

## Integrations

<CardGroup cols={2}>
  <Card title="LiveKit" icon="circle" href="/integrations/live-kit">
    Realtime rooms and agents—Cartesia via LiveKit Inference or the Cartesia plugin.
  </Card>

  <Card title="Pipecat" icon="cat" href="/integrations/pipecat">
    Python voice and multimodal agents with official Cartesia TTS/STT services.
  </Card>

  <Card title="Twilio" icon="phone" href="/integrations/twilio">
    Programmable Voice and Media Streams with Cartesia TTS (Node walkthrough).
  </Card>

  <Card title="Tencent RTC" icon="tencent-weibo" href="/integrations/tencent-rtc">
    TRTC realtime media with Cartesia for conversational AI workloads.
  </Card>

  <Card title="Thoughtly" icon="phone" href="/integrations/thoughtly">
    No-code phone agents; Cartesia is the default voice stack for new agents.
  </Card>

  <Card title="Rasa" icon="robot" href="/integrations/rasa">
    Rasa Pro voice assistants with Cartesia as the TTS backend.
  </Card>

  <Card title="Vision Agents (by Stream)" icon="camera" href="/integrations/vision-agents-by-stream">
    Stream’s Vision Agents framework with a Cartesia TTS plugin.
  </Card>

  <Card title="MCP" icon="comment" href="/tools/ai/mcp">
    `cartesia-mcp` for Cursor, Claude Desktop, and other MCP clients.
  </Card>
</CardGroup>
