Prerequisites
Before installing, make sure you have:- Python 3.11 or later
- A Zero Runtime auth token — get these from the Zero Runtime dashboard
- API keys for any AI/voice providers you plan to use (e.g., STT, TTS, LLM providers)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn to install the Zero Runtime Python SDK, connect to the runtime, and build voice AI agents with Python 3.11+.
pip install zeroruntime
export ZERORUNTIME_TARGET=us2.zeroruntime.ai:443
export ZERORUNTIME_AUTH_TOKEN=<your-auth-token>