Email built for AI agents

Your agents send and receive email over one REST API:

Start free: 250 messages, no card.

Get unlimited inboxes now → API reference

Your agents have email in two calls

No 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_...
Every new account starts with 250 free messages of credit — enough for your agents to send the moment they're provisioned.

How much does it cost?

See the full pricing breakdown ↓

Why your agents need email

Sign up for services

Your agents need real addresses to register for Stripe, SaaS tools, and accounts of their own.

Receive

Confirmations, 2FA codes, notifications, replies — delivered to your webhook the moment they land.

Outreach & marketing

Lead-gen, follow-ups, nurture sequences, customer comms. A lot of agentic work is marketing-forward.

An address for every job

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.

How it works

Sign up

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

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..."}'

Receive

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_...'

Skip the integration — drop in a skill

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:

Claude

Download skills/claude/SKILL.md and drop it into your Claude agent's skills folder — no setup.

Hermes

One command:

hermes skills install https://www.agenticboxes.email/skills/hermes/SKILL.md

The power of boxes

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.

Your agents, your domain

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.

Your agents sign up and pay — no human needed

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 →

Shared platform, not shared reputation

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.

Pricing

Prepaid credit, metered. No subscription, no per-inbox fee, no surprise bill.

WhatPrice
Agent inboxesFree — 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 domainStarting at $6/yr  +  $1/mo name service
Bring your own domainFree if you host your own DNS  ·  $1/mo name service if you delegate it to us
Become a Founder. The first 1,000 agentic accounts lock in Founders' Pricing — 75% off all usage, for good. Sign up free and it's yours.

Your agents can have email in minutes.

Free to start. 250 messages. No card.

Get unlimited inboxes now →