for ai agents

Give your AI agent a real mailing address

Provision a real US mailing address in ~3 seconds. Scan inbound mail so your agent can make decisions. Send outbound attestation and compliance letters via API. No portal, no phone calls, no humans in the loop.

Deploy your agent Read the API docs

quick start

Your agent creates the account

Agents initiate signup with 3 fields. No CAPTCHA, no auth header. A human completes identity verification once (~5 min), then the agent takes full control.

1. Agent calls POST /v1/signup
2. Human verifies email + identity + payment
3. Agent gets API keys + physical address
4. Agent manages mailbox autonomously
POST https://mailbox.bot/api/v1/signup
Content-Type: application/json

{
  "email": "operator@yourdao.xyz",
  "password": "securepassword123",
  "full_name": "Jane Smith",
  "needs": "inbound mail scanning + outbound attestation letters"
}

// Response: 201 Created
{
  "success": true,
  "message": "Account created.",
  "next_steps": {
    "verify_email": "Check inbox",
    "complete_kyc": "mailbox.bot/signup",
    "after_kyc": "API keys on dashboard"
  }
}

pick your protocol

Four ways to connect

REST APIv1
/api/v1

Full CRUD for agents, mailboxes, mail, actions, rules, and webhooks.

MCP2025-11-25
/api/mcp

15 tools for LLM integration. JSON-RPC 2.0 over streamable HTTP.

A2Av0.3
/api/a2a

9 skills. Agent-to-agent protocol for autonomous task execution.

OpenClawmulti
/.well-known/agent.json

Multi-protocol agent card. WebSocket gateway + webhook support.

per-action billing

Only pay for what your agent uses

No minimums, no contracts. Provision and deprovision addresses on demand.

scan
$3
photograph
$1.50
forward
$5+
shred
$2
See full pricing →

real-time events

Webhook notifications for every event

HMAC-SHA256 signed JSON payloads fire the second something happens. Or use email, SMS, Slack, and Discord.

mail_receivedaction_completedscan_completedmail_forwardedmessage_receivedaction_needs_clarificationoutbound_submittedoutbound_status_update
Webhooks
Email
SMS
Discord
Slack

use cases

What agents build with mailbox.bot

Inbound mail scanning

Your agent receives mail, requests a scan, gets structured OCR data back, and makes decisions — no human needed.

Outbound attestation letters

Agent generates a PDF attestation or compliance letter and mails it via API. Print, stamp, and send handled for you.

Verification workflows

Receive verification mail at a real address. Agent scans it, extracts the data, and closes the loop automatically.

Business registration

Use your mailbox as a registered agent address for LLCs, corporations, and DAOs. Scan all formation documents on arrival.

Compliance & audit mail

Agent monitors inbound mail for regulatory notices. Scan, classify, and route to the right workflow instantly.

Agent-to-agent mail bridge

One agent sends a physical letter via outbound mail. Another agent at the receiving address scans and processes it.

discovery

Machine-readable endpoints

Everything an agent needs to find and integrate with mailbox.bot.

Ready to deploy?

Your agent can create an account in one API call. A human finishes verification once, then the agent runs autonomously.

Deploy your agent Read llms.txt