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

# Recipes

> Browse runnable Voice.ai recipes for text-to-speech, voice agents, and integrations.

Browse runnable Voice.ai recipes, from standalone example scripts to end-to-end integration examples.

<CardGroup cols={1}>
  <Card title="voice-ai-examples Repository" icon="book" href="https://github.com/voice-ai/voice-ai-examples">
    Browse the full public examples repository.
  </Card>
</CardGroup>

## Text to Speech

<CardGroup cols={2}>
  <Card title="TTS Clone" icon="microphone" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_clone.py">
    Clone a voice from reference audio.
  </Card>

  <Card title="Voice CRUD" icon="sliders" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_voice_crud.py">
    Create, list, get, update, and delete voices.
  </Card>

  <Card title="HTTP Speech" icon="volume-high" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_generate_speech.py">
    Generate one complete audio response over HTTP.
  </Card>

  <Card title="HTTP Speech Streaming" icon="waveform" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_generate_speech_stream.py">
    Stream audio over HTTP as it is generated.
  </Card>

  <Card title="Pronunciation Dictionaries" icon="book" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_pronunciation_dictionary_crud.py">
    Create, import, version, download, and delete managed pronunciation dictionaries.
  </Card>

  <Card title="Single-Context WebSocket" icon="code" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_websocket_single_context.py">
    Single-generation WebSocket example.
  </Card>

  <Card title="Multi-Context WebSocket" icon="code" href="https://github.com/voice-ai/voice-ai-examples/blob/main/tts_websocket_multi_context.py">
    Multi-context WebSocket example.
  </Card>
</CardGroup>

## Voice Agents

<CardGroup cols={2}>
  <Card title="Agent Webhook Receiver" icon="robot" href="https://github.com/voice-ai/voice-ai-examples/blob/main/webhook_receiver_server.py">
    Simple server for receiving agent webhooks.
  </Card>
</CardGroup>

## Integrations

<CardGroup cols={2}>
  <Card title="Telnyx Media Streams TTS" icon="phone" href="https://github.com/voice-ai/voice-ai-examples/tree/main/telnyx_media_streams_tts">
    Telnyx relay examples with setup instructions.
  </Card>

  <Card title="LiveKit Plugins VoiceAI" icon="code" href="https://github.com/voice-ai/livekit-plugins-voiceai-example">
    LiveKit Agents example repo using the Voice.ai TTS plugin.
  </Card>
</CardGroup>
