Provider-neutral CLI for managing voice agents, calls, prompts, and related resources. Retell is the first and only provider today.
The package is voice-agent-cli. It requires Node.js 22 or newer and provides vac as the canonical binary plus voice-agent as an equivalent alias.
npm install --global voice-agent-cli
vac --version
vac retell --helpUpgrade to the latest stable npm release later with:
vac upgradeAuthenticate with an environment variable or the interactive login:
export RETELL_API_KEY=your_api_key
vac retell agents list --fields agent_id,agent_name
# Or save provider-scoped credentials:
vac retell loginnpm ci
npm run build
npm link
vac retell --helpThe documentation site covers installation, the provider model, Retell compatibility, prompt workflows, command reference, architecture, development, and releases.
npm run typecheck
npm test
npm run build
npm run test:packageMIT. See LICENSE.