- Create an agent
- Deploy its first version
- Dispatch a live outbound call
Prerequisites
- A Feather account and API key
- At least one configured STT config, TTS config, LLM config, and voice
- An outbound phone number configured in your Feather organization
Step 1: Create an Agent
This example creates a voice agent with a prompt, default model selections, and no knowledge base yet.agent.id and agent.version.id.
Step 2: Deploy the Version
Only deployed versions handle live traffic.Step 3: Dispatch a Test Call
Use direct dispatch to place a single outbound call without creating a workflow.Step 4: Inspect the Conversation
After the call completes, you can review:Next Steps
Once the basic call flow works, expand into one of these:SMS Threads
Start text conversations from deployed text agents.
Workflows
Automate call and text sequences over time.
Knowledge Base
Ground answers in your own documents.
Calendars
Let agents find availability and book meetings.