Quick start
Retell is the only provider currently registered by src/providers/retell/register.ts.
Authenticate
Section titled “Authenticate”Use an environment variable for automation:
export RETELL_API_KEY=your_api_keyvac retell agents list --limit 1Or save a provider-scoped configuration interactively:
vac retell loginThe login command writes the global XDG configuration by default. Use vac retell login --local to write ./.voice-agent.json instead.
Discover commands
Section titled “Discover commands”vac retell --helpvac retell agents --helpvac retell calls --helpvac retell prompts --helpCommand output is JSON by default. Filter large resource payloads with --fields where the command exposes it:
vac retell agents list --fields agent_id,agent_name,channelvac retell transcripts list --limit 10 --fields call_id,call_statusContinue with Configuration or the Prompt workflow.