VoiceRun CLI

The VoiceRun CLI (vr) is the primary tool for building and releasing voice agents. It handles the full workflow from scaffolding a project to routing production traffic through an entrypoint.

What You Can Do#

  • Create agent projects with vr init
  • Push code to VoiceRun with vr push
  • Debug agents interactively with vr debug
  • Release to organization-scoped environments with vr release
  • Test agents locally with vr test
  • Manage entrypoints, organization 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