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

# Introduction

> Welcome to Sayvy AI — Next-generation conversational voice agents and multi-channel automation engine

# Sayvy AI Documentation

Sayvy AI gives engineering and product teams ultra-low latency conversational voice AI infrastructure. Connect SIP trunks, WebRTC bidirectional audio streams, intelligent conversation workflows, and multi-channel automations (WhatsApp & SMS) with zero operational friction.

<Frame caption="Sayvy AI Architecture — Voice AI, WhatsApp Business API, and Real-Time Telephony">
  <img src="https://mintcdn.com/zeply/aHMAd7mmp9eAMdUN/images/og-image.svg?fit=max&auto=format&n=aHMAd7mmp9eAMdUN&q=85&s=48e4efbc7a952d03e9bfcf4921eba9b5" alt="Sayvy AI Platform Banner" width="1200" height="630" data-path="images/og-image.svg" />
</Frame>

***

## Quick Navigation

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Create your first voice agent and place a live test call in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Generate and manage scoped Bearer tokens to secure your API requests.
  </Card>

  <Card title="Voice Agents" icon="robot" href="/agents/overview">
    Configure system prompts, LLM parameters, neural voices, and tools.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the full REST API specification, pagination, and status codes.
  </Card>
</CardGroup>

***

## Developer Console & API Access

Manage voice agents, view live call transcripts, configure webhooks, and generate scoped credentials directly from the **Sayvy AI Console**.

<Frame caption="Sayvy AI Developer Portal — API Key and Workspace Management">
  <img src="https://mintcdn.com/zeply/2YU1I6dB1E7z7Sf-/images/api-key-page.png?fit=max&auto=format&n=2YU1I6dB1E7z7Sf-&q=85&s=20a8f5a08eb7b93f4e1d6f2ffd85c77f" alt="Sayvy AI Developer API Keys Dashboard" width="1918" height="952" data-path="images/api-key-page.png" />
</Frame>

### Provisioning Credentials

1. **Create Scoped Keys**: Generate dedicated keys with granular permissions (`agents:read`, `calls:dispatch`, `campaigns:manage`).
2. **Set Expiration**: Protect mission-critical deployments with automatic key rotation or non-expiring production secrets.

<Frame caption="Creating a new scoped API credential in the Sayvy AI Console">
  <img src="https://mintcdn.com/zeply/2YU1I6dB1E7z7Sf-/images/create-api-key.png?fit=max&auto=format&n=2YU1I6dB1E7z7Sf-&q=85&s=16c232e325a4be76a0cbb60ccc40c7d0" alt="Generate Secret API Key Modal" width="1918" height="949" data-path="images/create-api-key.png" />
</Frame>

3. **Secure Your Secret**: Copy and store your secret key immediately in your environment variables or secret manager.

<Frame caption="API key generated — copy and securely store in your environment">
  <img src="https://mintcdn.com/zeply/2YU1I6dB1E7z7Sf-/images/after-create-api-key.png?fit=max&auto=format&n=2YU1I6dB1E7z7Sf-&q=85&s=b1c7d4533271fe567876876f4ad03183" alt="API Key Generated Successfully" width="1918" height="952" data-path="images/after-create-api-key.png" />
</Frame>

***

## Architecture Highlights

```mermaid theme={null}
graph LR
    User[Phone / WebRTC User] --> Gateway[Twilio / LiveKit Gateway]
    Gateway --> Pipecat[Pipecat Realtime Engine]
    Pipecat --> LLM[LLM / Tool Calling]
    Pipecat --> TTS[Neural Voice Synthesis]
    Pipecat --> SayvyCore[Sayvy AI Backend API]
    SayvyCore --> DB[(PostgreSQL & Redis)]
```

* **Sub-500ms Audio Latency**: Streaming speech-to-text (Deepgram Nova-2), LLM token streaming (Claude 3.5 Sonnet / GPT-4o), and neural text-to-speech pipelines (Cartesia & ElevenLabs).
* **Bi-directional Interruption Handling**: Real-time conversational barge-in allows users to interrupt natural speech smoothly.
* **Multi-channel Execution**: Automatically dispatch WhatsApp follow-ups, trigger webhooks, and log structured transcripts into your CRM.
