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

# Deploy Overview

> Connect your agents to telephony and integrate with your stack using SDKs

This section covers how to deploy your Vatel AI agents into production: connect phone lines, use SIP, or integrate via our SDKs in your own applications.

## Telephony

<Columns cols={2}>
  <Card title="Twilio" icon="phone" href="/deploy/telephony/twilio">
    Connect your agent using Twilio for voice and phone numbers.
  </Card>

  <Card title="SIP" icon="signal" href="/deploy/telephony/sip">
    Connect via SIP for maximum flexibility and carrier choice.
  </Card>
</Columns>

## SDKs

<Columns cols={2}>
  <Card title="Python" icon="code" href="/deploy/sdk/python">
    Integrate Vatel into your Python applications.
  </Card>

  <Card title="JavaScript" icon="code" href="/deploy/sdk/javascript">
    Integrate Vatel into your Node.js or browser applications.
  </Card>

  <Card title="Go" icon="code" href="/deploy/sdk/go">
    Integrate Vatel into your Go applications.
  </Card>
</Columns>
