Skip to content

Email for AI agents

A mailbox your agent can send from and receive to, over a REST API and a native MCP server. Hosted in the EU. An instant mailbox on every plan.

What every mailbox can do

Send an email

One POST sends an email. Idempotency-Key is required, so a retried request never sends the same message twice. The call returns 202 with a queued message object.

cURL

Receive email

The mailbox stores inbound mail and you read it over REST. Pass live=true to fetch from the source now, with a cached fallback. The response is a list envelope you paginate with next_cursor.

cURL

Read a one-time code

Agents often wait on a verification code. Fetch inbound with live=true and read the code the moment it arrives.

cURL

Use it as an MCP tool

Point any MCP client at the endpoint with a mailbox key. The mailbox's actions appear as tools. Transport is streamable-HTTP.

Endpoint

Scoped keys

Keys are issued from the dashboard, not over the API, so a leaked key cannot mint or revoke another. Each key carries one role: read, read_write, or management. sm_live_ keys are per-mailbox and work for REST and MCP; sm_mgmt_ keys are tenant-wide.

Shell

A mailbox on a Sairaph domain, or bring your own

Every paid plan includes an instant mailbox on a Sairaph domain (sairaph.email, sai.email, or sent.ac), with DKIM handled for you. Bring or buy a custom domain for your own address, or connect an existing Gmail, Google Workspace, or Yahoo mailbox and drive it through the same REST and MCP surface.

A webmail inbox for humans

The people on the account get a webmail inbox for the same mailbox: send, read, search, threads, and undo send. No ads.

Errors and rate limits

Errors return a typed envelope you can branch on. Over-limit responses return 429 with Retry-After.

JSON

EU hosting

Mailboxes and processing are hosted in the EU: OVHcloud storage and an Amazon SES relay in eu-west-1 (Dublin). Message bodies and mailbox credentials are encrypted at rest with a per-customer Fernet key, and credentials are never returned by any API or written to logs. Email is store-and-forward: once a message is delivered it travels to the recipient's server, wherever that is.

Start

An instant mailbox on every plan. Provision a mailbox, get a key, send your first email.

EU data residencyPer-customer encryptionNative MCP