StableEmail Send (Shared Domain) is a paid API for AI agents from stableemail.dev, paid per call via MPP or x402, $0.02/call, status unknown (last checked 2026-09-14, last successful call 2026-06-04).
Sends an email from a shared stableemail.dev domain via the StableEmail API
Send email (shared domain)
A confirmation response indicating whether the email was successfully delivered, along with a message ID or send status from the StableEmail API.
POSThttps://stableemail.dev/api/sendUse this endpoint when you need to send a one-off or automated email quickly without setting up a custom domain or inbox. It is ideal for agent workflows, transactional notifications, or lightweight email delivery where a shared stableemail.dev sender address is acceptable. Choose the custom inbox send endpoints if you need a branded sender address.
{
"to": [
"zero-qa@agentmail.to"
],
"text": "This is a test email to verify the StableEmail API is functioning correctly.",
"subject": "Test Email from StableEmail API",
"username": "testuser123"
}| Field | Type | Description |
|---|---|---|
| cc | array | |
| to | array | |
| html | string | |
| text | string | |
| replyTo | string | |
| subject | string | |
| attachments | array |
{
"from": "\"StableEmail\" <relay@stableemail.dev>",
"success": true,
"messageId": "0100019e960d9adc-5409547c-e5c5-432f-9ebb-0ff07b0ef815-000000"
}Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"