Getting Started
Go from a blank dashboard to a voice agent taking real calls in about ten minutes.
Samwad is a voice AI agent platform. You describe how a conversation should go, and an agent handles inbound and outbound phone calls for you — answering questions, qualifying leads, booking appointments, or routing to a human, in Hindi, English, or code-mixed conversation.
This guide gets your first agent live. For a deeper look at scripting and knowledge bases, see Building an Agent.
From the dashboard, go to Agents → New Agent.
Give it a name and pick a starting template close to your use case (support, sales, appointments) — or start from blank.
Write the opening line and a few core instructions in the script editor. Keep the first version simple; you can refine tone and edge cases after your first test calls.
Select the voice and language — Hindi, English, or code-mixed.
Under Numbers, either port an existing business number or provision a new one. Assign the number to the agent you just created, and set whether it handles inbound calls, outbound campaigns, or both.
Use the built-in test call from the agent editor to talk to your agent before it goes live. You can also trigger a test call via the API:
curl -X POST https://api.samwad.ai/v1/calls \
-H "Authorization: Bearer $SAMWAD_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent_id": "agt_123",
"to": "+919876543210",
"test": true
}'Listen for natural pacing, correct handling of interruptions, and whether it sticks to the script under off-topic questions. Iterate on the script until it feels right, then flip the agent to Live.