Skip to content

Voice Agent CLI

Manage voice agents through a stable JSON-first command line interface. Retell is the first and only provider today.

vac is the canonical executable. Provider commands live below an explicit namespace, so current commands start with vac retell. voice-agent is an equivalent long alias.

Terminal window
vac retell agents list --fields agent_id,agent_name
vac retell transcripts list --limit 10
vac retell prompts pull agent_123

Install the public package from npm:

Terminal window
npm install --global voice-agent-cli
vac --version

See Install and run for source installation and provider authentication.