Voice Agent CLI
Manage voice agents through a stable JSON-first command line interface. Retell is the first and only provider today.
One shell, explicit providers
Section titled “One shell, explicit providers”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.
vac retell agents list --fields agent_id,agent_namevac retell transcripts list --limit 10vac retell prompts pull agent_123Install the public package from npm:
npm install --global voice-agent-clivac --versionSee Install and run for source installation and provider authentication.
Where to go next
Section titled “Where to go next”- Learn why provider behavior stays isolated in Provider model.
- Configure Retell credentials in Configuration.
- Review upcoming API changes in Retell compatibility.
- Edit draft prompts safely with the Prompt workflow.