VoiceRun CLI

The VoiceRun CLI (vr) is the primary tool for building and deploying voice agents. It handles the full workflow from scaffolding a new project to deploying it to production.

What You Can Do#

  • Create agent projects with vr init
  • Push code to VoiceRun with vr push
  • Debug agents interactively with vr debug
  • Deploy to environments with vr deploy
  • Test agents locally with vr test
  • Manage secrets, phone numbers, and telephony providers

Install#

pip install voicerun-cli

Or with uv:

uv tool install voicerun-cli

Sign In#

vr signin

Set Up Your Environment#

vr setup

This installs dependencies and configures editor integrations including MCP servers and AI coding skills.

For full installation options, setup details, and the complete command reference, see the VoiceRun CLI documentation.

cligetting-startedinstallation