# AgentPhone

> AgentPhone gives AI agents their own phone numbers, handling voice calls and SMS through a single unified webhook with real-time transcription and MCP support.

AgentPhone, built by Relay Innovations, Inc. and backed by Y Combinator, provides AI agents with dedicated US and Canadian phone numbers provisioned instantly via a single API call. It unifies voice and messaging into one webhook handler, letting agents call, text, and respond without requiring separate pipelines for each channel.

## What It Is

AgentPhone is a telephony infrastructure layer designed specifically for AI agents rather than human users. Where general-purpose telecom platforms like Twilio offer low-level building blocks, AgentPhone bundles real-time transcription, text-to-speech, automatic conversation threading, and MCP (Model Context Protocol) support into a single agent-ready API. Developers point a webhook at their agent, and AgentPhone delivers both inbound voice calls and SMS messages in the same event format.

## How the Unified Webhook Works

The core design decision is a single webhook format for both voice and messaging channels. When a call comes in, AgentPhone transcribes it in real time and forwards the text to the webhook. The agent replies with text, and AgentPhone converts that reply to speech for the caller. SMS messages arrive through the same handler in the same shape, so one piece of code handles both channels without branching logic.

## Integration Paths

AgentPhone supports four integration methods:
- **Python SDK** (`pip install agentphone`)
- **Node.js SDK**
- **REST API**
- **MCP server** (`npx agentphone-mcp`)

The MCP server path lets Claude Code, Cursor, Windsurf, Cline, Zed, and any other MCP-compatible client provision numbers, send messages, and handle calls through native tool use without writing custom integration code. The homepage also lists integrations with Google ADK, LangChain, Vercel AI SDK (chat-sdk.dev), and sim.ai.

## Target Use Cases

AgentPhone is built for autonomous agent workflows where a phone identity is required:
- **AI receptionists and workers** that need to receive and place calls
- **Sales and lead follow-up** agents that call prospects on behalf of a human
- **2FA and verification inboxes** so autonomous agents can receive one-time codes from services like Stripe or GitHub
- **On-call engineering flows** where an agent needs to be reachable by phone
- **Coding agents** (e.g., OpenClaw/Hermes) that need a phone number to interact with external services

## Ecosystem Position

The homepage lists logos for Google, LangChain, Replit, Vercel, Stripe, Alchemy, and Y Combinator as part of the "agent ecosystem" context. AgentPhone positions itself as complementary to these platforms rather than competitive, providing the telephony layer that agent frameworks lack natively. The FAQ explicitly contrasts AgentPhone with Twilio, noting that AgentPhone is purpose-built for AI agents with unified webhooks, threading, transcription, and MCP already included.

## Current Status

AgentPhone is actively available and backed by Y Combinator. The product supports US and Canadian phone numbers at launch, with additional countries described as "coming soon." The MCP server, Python SDK, Node.js SDK, and REST API are all listed as current integration options on the live site.

## Features
- Instant US and Canadian phone number provisioning via API
- Unified webhook for voice calls and SMS messages
- Real-time voice transcription
- Automatic text-to-speech for agent replies
- Automatic conversation threading
- Native MCP server support
- Python SDK
- Node.js SDK
- REST API
- 2FA and verification inbox for autonomous agents
- Sales and lead follow-up calling
- AI receptionist workflows
- On-call engineering flow support
- Compatible with Claude Code, Cursor, Windsurf, Cline, Zed, and any MCP client

## Integrations
Google ADK, LangChain, Vercel AI SDK, sim.ai, Claude Code, Cursor, Windsurf, Cline, Zed, OpenAI, Replit, Stripe, GitHub

## Platforms
MACOS, WEB, API, DEVELOPER_SDK, CLI

## Pricing
Freemium — Free tier available with paid upgrades

## Links
- Website: https://agentphone.ai
- Documentation: https://docs.agentphone.ai/
- Repository: https://github.com/AgentPhone-AI
- EveryDev.ai: https://www.everydev.ai/tools/agentphone
