Agent Number

Agent Number — developer documentation

Persistent US mobile phone numbers for AI agents, issued by REALLY (a real wireless carrier). One subscription gives your agent a number that handles both SMS and voice. Pay once in USDC; your wallet is the account identity.

Why this exists

Most "phone number for an AI" services are VOIP wrappers around Twilio. Agent Number is different: the numbers we issue are real cellular mobile numbers on live wireless spectrum. Two-factor codes deliver. Carrier-verified voice works. Downstream services treat them like real consumer lines, because they are.

You connect via MCP (Model Context Protocol, recommended for agent runtimes) or REST (for HTTP-first clients). The same operations are available either way.

Where to start

If you're …Read
New here, evaluatingQuickstart → 2-minute round-trip from zero to a working number
Building an agent with Anthropic / OpenAI / etc.MCP integration
Building a server-side integrationAPI reference below + Auth
Setting up paymentPayment — x402 and MPP rails
Adding voice (calls, not just SMS)Voice

Surface at a glance

One hostname, three namespaces:

Trust signals

API reference

Browse per-endpoint pages — each one carries the full request / response schema, code samples in nine languages (curl, JS, Node, Python, Go, PHP, Ruby, Rust, Java), and every status code. Pick the endpoint you care about from the sidebar, or start with one of these:

Programmatic clients: the canonical machine-readable spec is at /openapi.json.