vaaya / recipes / Make phone calls

Make phone calls

Let your agent pick up the phone. It places real outbound calls to confirm appointments, chase a reply, or run a quick survey: provision a number, dial out, and read back what happened, all metered per call.

Services this recipe uses

Every call runs through Vaaya. No per-vendor signup, API keys, or billing.

StablePhone x402

Provision a phone number and place real outbound calls, billed per call on x402.

callnumbertopuplookup
ElevenLabs rest

Natural voice synthesis for what the agent says on the call.

ttsvoice
AgentMail x402

Send a confirmation or recap email after the call lands.

send

How your agent runs it

The exact play your agent executes unattended once Vaaya is installed.

Place an outbound call

  1. 1an agent calls stablephone.number to provision a sending number (once)
  2. 2then stablephone.call with the destination and the script to read
  3. 3then agentmail.send to email a recap of the outcome

Verify a number before dialing

  1. 1an agent calls stablephone.lookup to check the line is reachable
  2. 2then stablephone.call only if it resolves to a live number

Part of a bigger ecosystem

These and hundreds more services are reachable through Vaaya.

Run this recipe from your agent.

Install Vaaya and your agent reaches every service above, and hundreds more. $100 free credit to start.

npx @vaaya/mcp install

Related recipes