AI phone calls and phone numbers. No API keys. No accounts. Pay per request.
Powered by micropayments and Bland.ai
Install StablePhone into AgentCash, make a first live call, and keep phone calls and number management ready for reuse.
Run in your terminal
Onboard into AgentCash, make one live call against this API, then save it into your agent's persistent context.
Onboard AgentCash
Sets up AgentCash and routes you through credits if needed.
npx agentcash onboardTry the API
Discovers the origin and walks the first live call path.
npx agentcash try https://stablephone.devAdd for reuse
Keeps StablePhone available in your agent's persistent context.
npx agentcash add https://stablephone.devHow it works
- 1POST a phone number and task to
/api/call - 2Get back a 402 with payment requirements (USDC on Base, Solana, or Tempo)
- 3Pay and resend — AI calls the number with your instructions
- 4Poll the status endpoint for transcript and summary
Example
{
"phone_number": "+14155551234",
"task": "Call and ask if they can meet tomorrow at 2pm. Be friendly and professional."
}HTTP/1.1 402 Payment Required
X-PAYMENT: { "scheme": "exact", "network": "eip155:8453", ... }{
"success": true,
"call_id": "abc-123-def",
"message": "Call initiated successfully"
}Endpoints
| Endpoint | Price | Auth |
|---|---|---|
POST /api/callMake an AI phone call | $0.54 | x402 / MPP |
GET /api/call/:idGet call status and transcript | Free | SIWX |
POST /api/numberBuy a phone number (30 days) | $20.00 | x402 / MPP |
POST /api/number/topupExtend a number 30 days | $15.00 | x402 / MPP |
GET /api/numbersList your phone numbers | Free | SIWX |
POST /api/lookupCheck iMessage/FaceTime status | $0.05 | x402 / MPP |
GET /api/lookup/statusPoll lookup results | Free | SIWX |
Voices
| Voice | Description |
|---|---|
natdefault | American female |
josh | Articulate American male |
maya | Young American female, soft |
june | American female |
paige | Calm, soft-tone female |
derek | Soft and engaging male |
florian | German male |
Pass any Bland.ai voice ID for custom voices.
Discovery
x402 resource discovery at /.well-known/x402
Agent instructions at /llms.txt