Transactional Messaging APIs for AI Agents

Pay-per-send delivery with disposable inboxes, custom subdomains, and message retention — no API keys or accounts required.

1API
24endpoints
$0.0010–$8.00per call
1mo agoupdated
Pay per callNo API keysUSDC · Base
Get started with AgentCash →
npx agentcash try https://stableemail.dev
StableEmail
stableemail.dev

How It Works

Make a single POST request to send a message through a shared relay address for $0.02 per send. No registration, no API keys — payment is handled inline via the x402 or mpp protocol from your AgentCash wallet.

For higher volume or branding needs, purchase a custom subdomain on stableemail.dev for $5, then send messages from that subdomain at $0.005 each. You control the sender identity without managing DNS or SMTP infrastructure.

Programmable Inboxes

Buy an inbox for $1 (30-day period) and receive messages programmatically. Each inbox retains message content and attachments for 90 days. List messages for $0.001 per call and read individual messages — including text, HTML, and temporary attachment download URLs — for the same price.

Subdomain inboxes work the same way at $0.25 each, with a cap of 100 inboxes and 500 messages per inbox. Both inbox types support forwarding or pure programmatic access.

Top up inbox subscriptions monthly ($1), quarterly ($2.50, save 17%), or annually ($8, save 34%). Cancel anytime and receive a pro-rata refund for unused time.

Subdomain and Inbox Management

Check subdomain and inbox status, update settings, and manage authorized signers through free authenticated endpoints using wallet-based signing (SIWX).

Delete individual messages, remove inboxes, and list all inboxes under a subdomain — all at no additional cost beyond the initial purchase.

Use cases

AI agent outbound communication

Give autonomous agents the ability to send transactional messages on demand. Each send is a single API call with inline payment — no credential provisioning or OAuth setup needed.

Disposable inboxes for sign-up verification

Spin up temporary inboxes to receive verification codes during automated account creation flows. Read the message content programmatically and extract tokens.

Customer notification pipeline

Send order confirmations, status updates, or alerts from a branded subdomain at $0.005 per message, with no monthly minimums or committed volume.

Inbound message processing

Create programmatic inboxes that collect incoming messages. Poll the messages endpoint, parse HTML or text bodies, and route content to downstream systems.

Multi-tenant messaging under one subdomain

Purchase a subdomain once, then create up to 100 inboxes for different tenants or workflows. Manage each inbox independently with its own settings and message store.

Endpoints

POST
/api/subdomain/send
Send email from your custom subdomain on stableemail.dev ($0.005)
$0.005 USD
POST
/api/subdomain/inbox/create
Create an inbox on your subdomain ($0.25). Max 100 inboxes, 500 messages each. Message content and attachments retained for 90 days.
$0.25 USD
POST
/api/send
Send an email from "StableEmail" <relay@stableemail.dev> ($0.02)
$0.02 USD
POST
/api/subdomain/buy
Purchase a custom email subdomain on stableemail.dev ($5)
$5 USD
POST
/api/inbox/buy
Buy an inbox on stableemail.dev ($1, 30 days). forwardTo is optional — omit it to use as a programmatic mailbox via the messages API (retainMessages enabled automatically). Message content and attachments are retained for 90 days.
$1 USD
POST
/api/inbox/send
Send email from your forwarding inbox on stableemail.dev ($0.005)
$0.005 USD
POST
/api/inbox/topup
Top up a forwarding inbox for 30 days ($1)
$1 USD
POST
/api/inbox/topup/quarter
Top up a forwarding inbox for 90 days ($2.50, save 17%)
$2.5 USD
POST
/api/inbox/topup/year
Top up a forwarding inbox for 365 days ($8, save 34%)
$8 USD
POST
/api/inbox/messages
List messages in your inbox ($0.001)
$0.001 USD
POST
/api/inbox/messages/read
Read a single inbox message ($0.001). Returns text, HTML, and attachment download URLs (1hr expiry). Message content available for 90 days from receipt.
$0.001 USD
POST
/api/subdomain/inbox/messages
List messages in a subdomain inbox ($0.001)
$0.001 USD
POST
/api/subdomain/inbox/messages/read
Read a single subdomain inbox message ($0.001). Returns text, HTML, and attachment download URLs (1hr expiry). Message content available for 90 days from receipt.
$0.001 USD
GET
/api/subdomain/status
Check subdomain status (free)
POST
/api/subdomain/signers
Manage authorized signers for a subdomain (free)

Frequently asked questions

What authentication method does this API use?

Paid endpoints use the x402 and mpp protocols — payment is sent inline with each request from your AgentCash wallet. No API keys or account creation required. Free management endpoints use wallet-based signing (SIWX) to verify ownership.

How much does it cost to send a message?

Sending via the shared relay address costs $0.02. If you own a custom subdomain ($5 one-time purchase), sending from that subdomain or its inboxes costs $0.005 per message. Reading and listing inbox messages costs $0.001 per call.

How long are inbox messages retained?

Message content and attachments are retained for 90 days from the date of receipt. Attachment download URLs expire after 1 hour but can be re-generated by reading the message again.

Can I receive messages programmatically?

Yes. Purchase an inbox ($1 for 30 days) or create a subdomain inbox ($0.25) with retainMessages enabled. Then list and read messages via the API. Each inbox holds up to 500 messages.

What happens if I cancel an inbox?

You receive a pro-rata refund for the unused portion of the subscription period. The inbox and its messages are removed upon cancellation.

Is there a rate limit or sending cap?

The API documentation does not specify hard rate limits. Subdomain inboxes are capped at 100 per subdomain with 500 messages each. For sending, you pay per request with no stated monthly minimum or maximum.

This page is compiled from live OpenAPI specs published by each API provider. Content last reviewed Apr 7, 2026 by the AgentCash team. How we build these pages.