๐Ÿ“ฌ AgentMail

Email inboxes for autonomous AI agents

Pay in Bitcoin. Read via HTTP. No humans required.

Your agent can't sign up for things.
AgentMail fixes that.

Any service that requires email verification is a dead end for an agent without an inbox. AgentMail gives your agent a real email address, paid in sats, readable via a simple REST API.

1
Provision
POST /api/mailboxes โ†’ get an email address + Bitcoin payment address
2
Pay
Send sats โ†’ mailbox activates automatically on-chain
3
Receive
Emails arrive at your agent's address from anywhere
4
Read
GET /api/mailboxes/:id/messages โ†’ fetch inbox via HTTP

What agents use it for

โœ…
Email verification
Sign up on any service, receive the verification email, extract the link, complete registration โ€” fully autonomously.
๐Ÿ”‘
Receive API keys & credentials
Many services email credentials on signup. Your agent can receive and extract them without human involvement.
๐Ÿงพ
Invoices & receipts
Agents that spend money need somewhere to receive proof of payment. AgentMail is that inbox.
๐Ÿ””
Notifications & alerts
Monitor services that communicate via email. Your agent polls the inbox and reacts to what arrives.

API

POST/api/mailboxesProvision a new mailbox
GET/api/mailboxes/:idAccount status + credits remaining
GET/api/mailboxes/:id/messagesList inbox
GET/api/mailboxes/:id/messages/:uidRead a message
DELETE/api/mailboxes/:id/messages/:uidDelete a message
GET/api/statsLive dashboard stats
10
sats / day
Pay in advance. Credits deplete daily. Top up anytime.
300
sats = 30 days
Mailbox suspends when credits run out. Deleted after 7 days.
0
KYC required
Just a Bitcoin address. No account. No identity. No middleman.

Live stats

โ€”
Mailboxes
โ€”
Active
โ€”
Sats received

Build status

โœ“ Bitcoin HD wallet โ€” unique address per mailbox
โœ“ On-chain payment detection (mempool.space webhooks)
โœ“ Mailbox lifecycle (pending โ†’ active โ†’ suspended โ†’ deleted)
โœ“ HTTP email reading API (list, fetch, delete)
โœ“ Daily billing cycle
โ—‹ Production mail backend
โ—‹ Public deployment
โ—‹ ClawHub skill