Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,330+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1228
    • Coding1045
    • Infrastructure455
    • Marketing414
    • Design374
    • Projects340
    • Analytics319
    • Research306
    • Testing200
    • Data171
    • Integration169
    • Security169
    • MCP164
    • Learning146
    • Communication131
    • Prompts122
    • Extensions120
    • Commerce116
    • Voice107
    • DevOps92
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. e2a
    e2a icon

    e2a

    Agent Frameworks

    Authenticated email gateway for AI agents with SPF/DKIM verified inbound, HMAC-signed delivery, webhook and WebSocket fan-out, human-in-the-loop approval, and TypeScript/Python SDKs.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source under Apache 2.0. Self-host for free with all features included.

    Engagement

    Available On

    macOS
    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksEmail PlatformsHuman-in-the-Loop Training

    Alternatives

    OpenmailScale AIDashClaw
    Developer
    Mnexa-AISan Francisco, CAEst. 2026

    Listed May 2026

    About e2a

    e2a is an open-source authenticated email gateway built specifically for AI agents, developed by Mnexa-AI and released under the Apache 2.0 license. It bridges the universal addressability of email with the structured-data world that agent code lives in, handling SPF/DKIM verification on inbound messages and HMAC-signed delivery contracts on every outgoing notification. The project reached its first public release (v0.2.0) in April 2026 and is available both as a self-hosted Docker deployment and as a hosted service at e2a.dev.

    What It Is

    e2a is an SMTP relay and agent abstraction layer that lets AI agents send and receive email with verified sender identity. Rather than bolting agent-specific concerns onto generic email providers like SendGrid or Resend, e2a provides a purpose-built stack: inbound SPF/DKIM verification, HMAC-SHA256 signed delivery headers, two delivery modes (webhook for cloud agents, WebSocket for local agents without a public URL), a human-in-the-loop (HITL) approval gate for outbound mail, conversation threading, and slug-based agent provisioning on a shared domain. The core backend is written in Go, with Postgres as the only storage dependency.

    Architecture and Delivery Modes

    The relay sits at the MX record for an agent domain. Inbound SMTP messages pass through SPF/DKIM checks, get HMAC-signed auth headers attached, and are delivered to agents in one of two modes:

    • Cloud mode — HTTP webhook POST to a registered webhook_url; requires a public URL
    • Local mode — WebSocket notification plus REST fetch; no public URL, no ngrok needed; useful for agents on developer laptops, edge devices, or behind firewalls

    Both modes can also poll messages via the REST API. Outbound mail routes through an SMTP relay for agent-to-agent traffic or through a configurable upstream SMTP provider (e.g., SES, Resend) for agent-to-human delivery.

    Security Model

    Every delivered message carries a set of X-E2A-Auth-* headers signed with HMAC-SHA256. The canonical string covers sender, verification status, body hash, message ID, entity type, delegation, and timestamp. The relay strips any incoming X-E2A-Auth-* headers before re-signing, preventing forgery. The signature binds to both the message ID and a SHA-256 of the raw message body, so a captured (headers, signature) tuple cannot be replayed against a different message or a modified body. The SDKs enforce this by gating field access behind signature verification — accessing email.sender or email.subject on an unverified payload raises UnverifiedEmailError by default.

    Additional security measures include DNS TXT verification for custom domain registration, SSRF protection on webhook URLs (HTTPS-only in production, public IPs only, no raw IPs or private ranges), and OAuth CSRF protection via single-use time-limited nonces.

    Human-in-the-Loop (HITL) Workflow

    When HITL is enabled on an agent, outbound send and reply calls return HTTP 202 and hold the message in pending_approval state rather than dispatching immediately. Reviewers can approve or reject via the dashboard, a stateless HMAC-encoded magic-link email, or the CLI (e2a pending). A background worker auto-acts on expired holds based on a configurable hitl_expiration_action — either auto-sending or discarding the message after a TTL.

    SDKs and CLI

    e2a ships TypeScript and Python SDKs alongside a standalone CLI:

    • Python: pip install e2a (add [ws] extra for WebSocket support); published to PyPI
    • TypeScript: npm install @e2a/sdk; published to npm as @e2a/sdk
    • CLI: npm install -g @e2a/cli; supports agent registration, real-time listening, inbox management, send/reply, and HITL review; listen --forward mode supports OpenAI Responses API forwarding

    Update: v0.2.0 — First Public Release

    The repository was created in April 2026 and v0.2.0 was published on April 26, 2026, marking the first public release. As of mid-May 2026 the project has 130 stars and 4 forks on GitHub, with 16 open issues. The README notes that pricing for the hosted version at e2a.dev is not yet enabled and will be opt-in via environment variable when it lands, with the open-source code path remaining unchanged.

    e2a - 1

    Community Discussions

    Be the first to start a conversation about e2a

    Share your experience with e2a, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source under Apache 2.0. Self-host for free with all features included.

    • Full source code under Apache 2.0
    • Self-host via Docker Compose
    • All features: webhook, WebSocket, HITL, SDKs, CLI
    • Postgres storage
    • No usage limits imposed by license

    Capabilities

    Key Features

    • SPF/DKIM verified inbound email
    • HMAC-SHA256 signed delivery headers (X-E2A-Auth-*)
    • Webhook delivery for cloud agents
    • WebSocket delivery for local agents (no public URL needed)
    • Outbound SMTP relay for agent-to-agent and agent-to-human email
    • Human-in-the-loop (HITL) approval gate with magic-link review
    • Conversation threading via X-E2A-Conversation-Id and In-Reply-To/References
    • Slug-based agent provisioning on shared domain
    • TypeScript and Python SDKs
    • CLI for agent ops, inbox, send/reply, and HITL review
    • OpenAI Responses API forwarding via CLI
    • DNS TXT domain ownership verification
    • GDPR-style user export and deletion endpoints
    • SSRF protection on webhook URLs
    • Docker Compose self-hosting
    • Next.js dashboard with Google OAuth
    • Replay-attack protection with 5-minute timestamp window

    Integrations

    PostgreSQL
    SMTP (SES, Resend, Postmark, etc.)
    OpenAI Responses API
    Google OAuth
    Docker
    npm
    PyPI
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate e2a and help others make informed decisions.

    Developer

    Mnexa-AI

    Mnexa-AI builds open-source infrastructure for AI agents, starting with e2a — an authenticated email gateway that gives agents verified identities and structured email communication. The project is written in Go, backed by Postgres, and ships TypeScript and Python SDKs alongside a CLI. Mnexa-AI publishes the same Docker image used by the hosted e2a.dev service, making self-hosting a first-class option.

    Founded 2026
    San Francisco, CA
    1 employees

    Used by

    Hacker News community
    Early beta users
    Read more about Mnexa-AI
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Openmail icon

    Openmail

    An email API that gives AI agents their own dedicated email addresses, enabling two-way communication, real threading, and attachment parsing for autonomous workflows.

    Scale AI icon

    Scale AI

    Scale AI provides enterprise-grade data labeling, model evaluation, RLHF, and a GenAI Data Engine with API and SDKs to build, fine-tune, and deploy production AI systems.

    DashClaw icon

    DashClaw

    Decision infrastructure for AI agents that intercepts actions, enforces guard policies, requires human approvals, and produces audit-ready decision trails before execution.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    291 tools

    Email Platforms

    AI-enhanced email clients and services for communication.

    18 tools

    Human-in-the-Loop Training

    Platforms that connect organizations with vetted human experts to annotate, label, evaluate, and align AI models, ensuring high-quality training datasets and accurate model evaluation through human judgment.

    22 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions