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

# AssemblyAI Documentation

> Build with our Voice AI Infrastructure

## Build with AI coding agents

<CardGroup cols={1}>
  <Card title="Build with AI coding agents" icon="robot" href="/coding-agent-prompts">
    Pin the integration prompt URL in your agent's `AGENTS.md` / `CLAUDE.md` / `.cursorrules`, or copy the full prompt directly. Works with Cursor, Claude Code, Copilot, Devin, and any other AI coding assistant.
  </Card>
</CardGroup>

## Explore our models

<CardGroup cols={3}>
  <Card title="Pre-recorded STT" icon="file-audio" href="/pre-recorded-audio/getting-started/transcribe-an-audio-file" />

  <Card title="Real-time STT" icon="microphone-lines" href="/streaming/getting-started/transcribe-streaming-audio" />

  <Card title="Voice Agents" icon="user-headset" href="/voice-agents/voice-agent-api" />

  <Card title="Speech Understanding" icon="message-waveform" href="/speech-understanding/getting-started" />

  <Card title="Guardrails" icon="train-track" href="/guardrails/getting-started" />

  <Card title="LLM Gateway" icon="sparkles" href="/llm-gateway/quickstart" />
</CardGroup>

## Deployment options

<CardGroup cols={3}>
  <Card title="API reference" icon="code" href="/api-reference" />

  <Card title="Integrations" icon="code-fork" iconType="duotone" href="/integrations" />

  <Card
    title="LiveKit"
    icon={
  <svg
    className="card-logo-icon card-logo-icon-livekit"
    viewBox="0 0 230 230"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    aria-hidden="true"
  >
    <path d="M137.857 92.4673H92.0903V138.234H137.857V92.4673Z" fill="currentColor" />
    <path d="M183.624 46.7178H137.857V92.4849H183.624V46.7178Z" fill="currentColor" />
    <path d="M183.624 138.234H137.857V184.001H183.624V138.234Z" fill="currentColor" />
    <path d="M229.374 0.950684H183.607V46.7178H229.374V0.950684Z" fill="currentColor" />
    <path d="M229.374 183.984H183.607V229.751H229.374V183.984Z" fill="currentColor" />
    <path d="M46.3409 183.984V138.234V92.4671V46.7178V0.950684H0.57373V46.7178V92.4671V138.234V183.984V229.751H46.3409H92.0902H137.857V183.984H92.0902H46.3409Z" fill="currentColor" />
  </svg>
}
    href="/voice-agents/livekit-u3-rt-pro"
  />

  <Card
    title="Pipecat"
    icon={
  <svg
    className="card-logo-icon card-logo-icon-pipecat"
    viewBox="0 0 332 332"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
    aria-hidden="true"
  >
    <path d="M45.7718 70.7701C50.4477 69.0096 55.7252 70.3307 59.0204 74.0864L101.936 123.001H230.064L272.98 74.0864C276.275 70.3307 281.552 69.0096 286.228 70.7701C290.904 72.5306 294 77.0042 294 82.0005V190H332V214H270V113.873L244.52 142.915C242.242 145.512 238.955 147.001 235.5 147.001H96.5C93.0452 147.001 89.7581 145.512 87.4796 142.915L62 113.873V214H0V190H38V82.0005C38 77.0042 41.0958 72.5306 45.7718 70.7701Z" fill="currentColor" />
    <path d="M270 238.001H332V262.001H270V238.001Z" fill="currentColor" />
    <path d="M0 238.001H62V262.001H0V238.001Z" fill="currentColor" />
    <path d="M128 198.001C128 206.837 120.837 214.001 112 214.001C103.163 214.001 96 206.837 96 198.001C96 189.164 103.163 182.001 112 182.001C120.837 182.001 128 189.164 128 198.001Z" fill="currentColor" />
    <path d="M236 198.001C236 206.837 228.837 214.001 220 214.001C211.163 214.001 204 206.837 204 198.001C204 189.164 211.163 182.001 220 182.001C228.837 182.001 236 189.164 236 198.001Z" fill="currentColor" />
  </svg>
}
    href="/voice-agents/u3pro-pipecat"
  />

  <Card title="Python SDK" icon="python" iconType="brands" href="https://github.com/AssemblyAI/assemblyai-python-sdk" />

  <Card title="JavaScript SDK" icon="js" iconType="brands" href="https://github.com/AssemblyAI/assemblyai-node-sdk" />
</CardGroup>
