Documentation

Everything you need to build AI voice applications with SIP4AI. From quick-start guides to complete API reference.

Quick Start

Get up and running in under a minute. Install SIP4AI, configure your credentials, and start handling calls.

  1. 1
    Install — Run the install script
  2. 2
    Configure — Set your SIP and AI credentials
  3. 3
    Run — Start the server
Terminal
# Install SIP4AI
curl -sSL https://sip4ai.com/install.sh | bash

# Set credentials
export SIP_USERNAME=your_user
export SIP_PASSWORD=your_pass
export OPENAI_API_KEY=sk-...

# Run
sip4ai

More Resources