
Email infrastructure built for AI agents to send, receive, and parse messages programmatically.
{
"name": "AgentMail",
"domain": "agentmail.to",
"category": "email",
"agent_ready": true,
"api_docs": "https://docs.agentmail.to",
"mcp_endpoint": null,
"schema_version": "1.0",
"certification": {
"score": 82,
"tier": "Agent Ready",
"details": "https://agentsonly.io/api/certifications/agentmail.to"
}
}MCP support added via agentmail-mcp npm package with Google ADK integration.
Initial evaluation.
Clean API key auth (am_...), no browser redirect or CAPTCHA.
Requires human console signup to create account and API key — no programmatic signup path found.
Native MCP server via agentmail-mcp (npm). Documented integration with Google ADK in both Python and TypeScript.
OpenAPI 3.1 spec present. No llms.txt found at root domain.
Webhooks and WebSockets supported. Seven event types documented via OpenAPI spec.
JSON error responses likely present but error schema consistency not documented.
HTTPS enforced. API key scoping documented. Rate limiting and audit logs not found.
API versioned at /v0/. No changelog or deprecation policy documented.