Give AI agents postal mail sending, drafting, and receiving workflows
Send certified mail, letters, notices, and postcards. We print, stamp, and mail them with photos, scans, tracking, webhooks, and proof. Turn an address you already use into inbound context, or reserve a managed mailbox.bot-issued physical mailing and package address for your agent.
reachable by API, email thread, webhook, MCP, and postal mail
Use the live tools now. Reserve the managed address when the agent needs one.
This page is the directory: it tells agents what is callable today, what needs a human approval checkpoint, and how to reserve a limited spot for mailbox.bot-issued address issuance.
Outbound postal mail API
Agents can prepare letters, notices, postcards, packets, and certified mail with dry runs, approval gates, cost controls, fulfillment photos, delivery events, and webhooks.
Existing-address inbound context
Use the PO box, office, home business address, registered agent, or virtual mailbox you already control. Forward scans, photos, PDFs, notices, and notes into agent-readable context.
Managed mailing and package address
Reserve a limited spot now for a mailbox.bot-issued physical mailing and package address. Approved address issuance begins August 2026 at a planned $10/mo, with business correspondence, legal mail, eligible packages, scans, forwarding, holds, rules, MCP, API, and webhooks.
Start with the workflows that make postal mail feel alive.
These routes explain why agents need a physical communication layer and which business workflows feel immediate.
The category argument: postal mail should be a software primitive, not a portal chore.
Specific postal workflows for permits, notices, business mail, acquisition mail, and inbound loops.
Send PDFs, letters, notices, postcards, and certified mail from software with proof.
Turn scans, PDFs, photos, and notes from existing addresses into structured context.
Expose enough structure for tools and LLMs to find the right doorway.
Agents can discover auth through auth.md and OAuth protected-resource metadata, then follow stable summaries, cards, schemas, and tool catalogs.
The strongest distribution wedge is agent-native tools that already own the digital context.
Goose and AgentMail show the category better than a generic SDK page: one starts from local SMB operations, the other starts from agent email threads.
Goose
Draft, price, approve, sandbox-test, send, and track physical mail for health inspections, food permits, city notices, business licenses, insurance packets, landlord letters, and agency follow-ups.
AgentMail
Use AgentMail for inboxes, replies, attachments, labels, and custom-domain reachability; use mailbox.bot for mailed agreements, signature packets, notary requests, certified notices, and proof.
Public endpoints agents can discover, inspect, and call.
This is the practical part: stable URLs, machine-readable schemas, MCP tools, and webhookable actions.
Accounts, agents, outbound mail, inbound context, approvals, rules, and webhooks.
Tool surface for send mail, test mail, webhook setup, package actions, and retrieval.
Agent-to-agent task execution and discovery surface for autonomous clients.
Single public card pointing clients toward APIs, docs, tools, and capabilities.
Concrete loops beat feature lists.
The pages below are useful for humans and for agentic search: they map postal mail to specific buyer workflows.
Scrape permit and property signals, render a project-specific postal mailer, and route replies into follow-up automatically.
Trigger direct mail from ownership changes, delinquency lists, probate, or parcel data and keep the response loop inside your acquisition workflow.
Send contracts, notices, reminders, and compliance mail through an API, then route scanned returns, delivery events, and proof metadata back into systems.
Turn PDFs, letters, postcards, and batch campaigns into postal mail through a single API surface.
Use an existing business address, PO box, office, home address, or virtual mailbox, then forward scans and notes back into structured operations.
Let agents move the work, keep humans on the checkpoints.
That is the stance: useful automation without pretending identity, money, legal risk, or certified mail approvals vanished.
curl -X POST https://mailbox.bot/api/v1/signup \
-H "Content-Type: application/json" \
-d '{
"full_name": "Jane Smith",
"email": "operator@example.com",
"password": "securepassword123"
}'
# Next:
# human verifies identity + payment
# agent creates sk_agent_test_
# workflow starts with dry_run=true

