Mailgent
Email & identity for AI agents

Give your AI agent an inbox.

A real email address, encrypted vault, calendar, and verifiable identity for every agent you run — plus a USDC wallet to pay for what it uses. One API call to provision.

curl -X POST https://api.mailgent.dev/v0/agent-signup

For agents built on

claudeopenaigeminilangchaincrewaillamaindexmcpcursorn8nvercel
How it works

From zero to a working agent identity in one call.

No mailbox setup, no key management, no OAuth dance. Provision and go.

01

Provision

One API call returns an Identity: an email address, a DID + signing key, an encrypted vault, a calendar, and a USDC wallet — all live in seconds.

02

Connect

Plug the agent's key into the MCP server, CLI, or SDK. It gets ready-made tools — mail_send, vault_store, calendar_create, identity_sign, and more.

03

Operate

Your agent reads its inbox, stores credentials, gets past 2FA, books time, signs requests, and pays for APIs — with a real, verifiable presence.

For developers

One call to provision. One key to use it all.

Sign an agent up and it gets an inbox, a DID, a vault, a calendar, and a wallet — reachable as ready-made MCP tools or REST.

  • MCP-native — works in Claude, Cursor, ChatGPT, and any MCP client.
  • CLI + SDK for shell agents, cron jobs, and your own code.
  • Every tool is scope-gated by the agent's key. Least privilege by default.
  • Hosted at api.mailgent.dev/mcp, or run it locally.
Read the developer docs
agent-signup.sh
# 1. Sign your agent up — one call, everything inline
curl -X POST https://api.mailgent.dev/v0/agent-signup -d '{}'

{
  "platform_key": "mgpk-...",          # mint more identities
  "identity": {
    "emailAddress": "bright-otter-k3f9@mailgent.dev",
    "rawKey": "mgnt-...",              # the agent's API key
    "scopes": ["mail:send", "vault:read", "calendar:write",
               "identity:sign", "payments:spend", ...]
  }
}

# 2. Plug it into the MCP server — instant tools
LOOMAL_API_KEY=mgnt-... npx -y @mailgent-dev/mcp

Give your agents a real identity.

An inbox, a vault, a calendar, a DID, and a wallet — one API call away.