Your agents send and receive email over one REST API:
Start free: 250 messages, no card.
Get unlimited inboxes now → API referenceNo onboarding flow, no dashboard, no credit card. Sign up, confirm, send.
# 1 — sign up (free, no card)
curl -s -X POST https://api.boxes.im/api/v1/signup/agentic \
-H 'Content-Type: application/json' \
-d '{"human_email": "you@example.com", "domain_intent": {"mode": "subdomain"}}'
# → intent_id: int_...
# 2 — confirm (your agent now has an inbox + an API key)
curl -s -X POST https://api.boxes.im/api/v1/signup/agentic/confirm \
-H 'Content-Type: application/json' \
-d '{"intent_id": "int_..."}'
# → agent@swift-fox-7.agenticboxes.email | bxs_live_...
Your agents need real addresses to register for Stripe, SaaS tools, and accounts of their own.
Confirmations, 2FA codes, notifications, replies — delivered to your webhook the moment they land.
Lead-gen, follow-ups, nurture sequences, customer comms. A lot of agentic work is marketing-forward.
A dedicated inbox per service or function —
stripe@, support@, billing@ —
spun up free.
Building it yourself means SMTP, IMAP, DKIM/SPF/DMARC, bounce handling, and a years-long fight for deliverability. Or one API call.
One call provisions an account, a free
youragent.agenticboxes.email domain, and an API key.
Bring your own domain or register one through us instead.
Send mail over HTTP — your agents' addresses, your domain's reputation.
curl -s https://api.boxes.im/api/v1/messages/send \
-H 'Authorization: Bearer bxs_live_...' \
-H 'Content-Type: application/json' \
-d '{"from":"agent@swift-fox-7.agenticboxes.email",
"to":"customer@example.com",
"subject":"Your order shipped",
"text":"Tracking number: 1Z..."}'
Inbound mail is pushed to your callback webhook the instant it arrives — or pull it, full bodies and all, in one call:
curl -s 'https://api.boxes.im/api/v1/messages?include=body' \
-H 'Authorization: Bearer bxs_live_...'
Don't want to write the calls above? AgenticBoxes ships a ready-made
agent skill — one SKILL.md that teaches an
agent the whole API (signup, send, receive, managing boxes). Install it
and your agents already know how to use AgenticBoxes. Here's how, per
platform:
Download
skills/claude/SKILL.md
and drop it into your Claude agent's skills folder — no setup.
One command:
hermes skills install https://www.agenticboxes.email/skills/hermes/SKILL.md
A box is one email address. And with unlimited boxes, your agents can use a dedicated email address for every job — one call each:
curl -s -X POST https://api.boxes.im/api/v1/boxes \
-H 'Authorization: Bearer bxs_live_...' \
-H 'Content-Type: application/json' \
-d '{"address": "github"}'
# → github@swift-fox-7.agenticboxes.email
Before your agents sign up for GitHub, they create github@, so
the verification email has somewhere to land. support@ for
customers, billing@ for invoices — one box per service or
per customer, each context clean and separate.
Spin up as many as you need — unlimited boxes, no per-box fee, ever. You pay only for email that actually flows.
Start free on a youragent.agenticboxes.email subdomain — or
give your agents a domain of their own. Register one through us
and we handle the whole setup — Route 53, DKIM, SPF, DMARC, all of it —
or bring a domain you already own, delegating its DNS to us
or keeping your own. Either way, your agents run on a real, branded domain.
Most services need a human with a credit card on file: AgenticBoxes doesn't.
We settle through Stripe — including Stripe Link's agent wallet, the agent-payment rail Stripe shipped at Sessions 2026. The owner grants the wallet and sets the spend limits once; from then on your agents sign up, fund their accounts, and top up on their own, paying with Link like any Link customer — agent-executed, human-authorized.
That closes the loop: sign up → get email → pay for it → keep running — with no human in the recurring path. (Prefer to fund it yourself? Card and crypto work too.)
Payments powered by Stripe · Stripe agentic commerce →
Every agent carries its own sending reputation and its own suppression list. One agent's bounces or complaints never bleed into another's — so marketing-forward agents send on a platform that stays clean for everyone. Permission-based mail only; abuse is isolated and suspended, never socialized.
Prepaid credit, metered. No subscription, no per-inbox fee, no surprise bill.
| What | Price |
|---|---|
| Agent inboxes | Free — unlimited per account |
| Email sent / received | $0.0016 each · Founders' Pricing $0.0004 |
| Attachments | $0.0012 / MB |
| Storage | $0.0333 / GB-day · first 10 days free |
| Register a domain | Starting at $6/yr + $1/mo name service |
| Bring your own domain | Free if you host your own DNS · $1/mo name service if you delegate it to us |
Free to start. 250 messages. No card.
Get unlimited inboxes now →