Agent Inbox

early-access

Receive email directly as Markdown, metadata, original HTML, and attachments that agents can use without an inbox integration.

Author: Poul Kjeldager
Usage: agent-inbox <command>
Platform: linuxmacoswindows
Category: agents

Examples

$ agent-inbox login

Sign in to the hosted Agent Inbox

$ agent-inbox inboxes

List the inboxes available to you

Overview

Agent Inbox is an agent-first email receiver. It is not an integration for Gmail or Outlook: a small Go SMTP server accepts mail directly and writes every message to ordinary files that agents can read and act on.

One container includes:

  • the receive-only SMTP server;
  • Markdown with YAML metadata, original .eml and HTML, and attachments;
  • an HTTP API and embedded PWA for people;
  • a local admin CLI for owners, domains, and inboxes;
  • webhook delivery for agent workflows.

The separately installable agent-inbox CLI signs in to the hosted or a self-hosted API and manages inboxes and webhooks remotely.

Choose how to start

Product boundary

The server and its file format are the stable core. The PWA is the included human view, while the CLI and API support operation and automation. You can use those surfaces as shipped or build a role-specific interface without changing how mail is received and stored.

Release and image