# AgenticEmail - full reference for LLMs > API-first email infrastructure for AI agents. Programmatic inboxes, send and receive over a REST API, webhooks, real-time events, custom domains, SDKs, and an MCP server. ## What AgenticEmail is AgenticEmail is the email layer for AI agents. It exposes email as a clean API so an agent can own a real, two-way inbox without SMTP or IMAP plumbing: - Inboxes - create, list, and delete addressable inboxes at runtime; give each agent, task, or user its own address. - Send - a REST API for outbound email with threading, attachments, and HTML; custom domains with automated SPF, DKIM, and DMARC. - Receive - inbound email is parsed and delivered as structured JSON, with full threading. - Events - every inbound message, delivery, open, and bounce fires a signed webhook and a real-time WebSocket event. ## The problems it solves 1. Agents need a real inbox, not just a way to send. Transactional senders are outbound-only. AgenticEmail gives each agent a provisioned, addressable inbox it can send from and receive to. 2. Receiving email is hard. MIME parsing, attachments, and threading are painful. AgenticEmail returns clean JSON and pushes it to your webhook or WebSocket the instant it lands - no polling. 3. Provisioning and deliverability slow teams down. Inboxes are created in one API call, and custom domains ship with SPF, DKIM, and DMARC generated for you. ## What AgenticEmail provides - Programmatic inboxes - created at runtime, organized with labels and lists, with routing for inbound mail. - Send and receive - REST API, threading, attachments, parsed inbound JSON. - Webhooks and real-time events - signed webhooks and a WebSocket feed for messages, deliveries, opens, and bounces. - Custom domains - bring your own domain with automated SPF, DKIM, and DMARC. - SDKs and MCP - type-safe TypeScript and Python SDKs and a hosted MCP server that exposes email as a native agent tool. ## Pricing - Free - 3 inboxes, 1,000 emails/month, shared sending domain, webhooks and real-time events, TypeScript and Python SDKs, community support. - Pro - unlimited inboxes, 50,000 emails/month, custom domains (SPF/DKIM/DMARC), scoped API keys, MCP server access, labels/lists/routing, email support. - Enterprise - volume and high-throughput sending, dedicated IPs, SMTP and IMAP access, SSO/SAML, 99.9% uptime SLA, dedicated support. ## Key pages - Home: https://agenticemail.com/ - Pricing: https://agenticemail.com/pricing (machine-readable: https://agenticemail.com/pricing.md) - Docs: https://agenticemail.com/docs ## Documentation - Introduction (https://agenticemail.com/docs): What AgenticEmail is and how to install the SDK and authenticate. - MCP server (https://agenticemail.com/docs/mcp): Give any model-based agent email as a native tool with the AgenticEmail MCP server. - Receiving email (https://agenticemail.com/docs/receiving): React to inbound email in real time with webhooks and WebSocket events. - Quickstart (https://agenticemail.com/docs/quickstart): Create an inbox and send your first email with the AgenticEmail SDK. ## Contact - Email: hello@agenticemail.com - GitHub: https://github.com/agenticemail