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

# Integrations

> Connect Zelto to your voice provider, notification channels, and issue tracker.

Integrations are configured per organization under **Settings → Integrations**.
Each one stores its credentials encrypted at rest; only the org members you've
added can decrypt them.

Start with a **voice provider** — that's how calls get into Zelto. Then wire up
notifications and issue tracking as you need them.

## Voice providers

<Columns cols={2}>
  <Card title="Vapi" href="/docs/integrations/vapi" icon="phone">
    API key plus a webhook URL you paste into Vapi.
  </Card>

  <Card title="Retell" href="/docs/integrations/retell" icon="phone">
    API key plus a webhook URL you paste into Retell.
  </Card>

  <Card title="Speechify" href="/docs/integrations/speechify" icon="phone">
    API key plus a per-agent webhook URL you set in Speechify.
  </Card>

  <Card title="Telnyx" href="/docs/integrations/telnyx" icon="phone">
    API key to import your Telnyx AI voice assistants.
  </Card>

  <Card title="LiveKit" href="/docs/integrations/livekit" icon="phone">
    Forward each finished session from your LiveKit Agents worker.
  </Card>

  <Card title="ElevenLabs" href="/docs/integrations/elevenlabs" icon="phone">
    API key plus a post-call webhook you add in ElevenLabs, with hourly pull as backup.
  </Card>

  <Card title="Custom & other providers" href="/docs/integrations/api-call-upload" icon="upload">
    Bland, Pipecat, or any in-house stack — mint a key and POST calls.
  </Card>
</Columns>

Not sure which to pick? See
[Connect a voice provider](/docs/guides/connect-a-voice-provider).

## Notifications

Where Zelto posts updates — and, in Slack, where you chat with it.

* [Slack](/docs/integrations/slack) — OAuth, per-channel routing.
* [Google Chat](/docs/integrations/google-chat) — incoming-webhook URL.

## Issue tracking

* [Linear](/docs/integrations/linear) — OAuth. File an issue straight from a
  finding, with a link back, and sync the finding's status as the issue moves.

## AI access

* [MCP](/docs/mcp) — give Claude Code, Cursor, Codex, and other editors
  read/write access to your Zelto data over Model Context Protocol. Same API key
  model as the [REST API](/api-reference/agents/list-agents).
