Skip to content

Quick start

Retell is the only provider currently registered by src/providers/retell/register.ts.

Use an environment variable for automation:

Terminal window
export RETELL_API_KEY=your_api_key
vac retell agents list --limit 1

Or save a provider-scoped configuration interactively:

Terminal window
vac retell login

The login command writes the global XDG configuration by default. Use vac retell login --local to write ./.voice-agent.json instead.

Terminal window
vac retell --help
vac retell agents --help
vac retell calls --help
vac retell prompts --help

Command output is JSON by default. Filter large resource payloads with --fields where the command exposes it:

Terminal window
vac retell agents list --fields agent_id,agent_name,channel
vac retell transcripts list --limit 10 --fields call_id,call_status

Continue with Configuration or the Prompt workflow.