Receive email directly as Markdown, metadata, original HTML, and attachments that agents can use without an inbox integration.
agent-inbox <command>$ agent-inbox loginSign in to the hosted Agent Inbox
$ agent-inbox inboxesList the inboxes available to you
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:
.eml and HTML, and attachments;The separately installable agent-inbox CLI signs in to the hosted or a self-hosted API and manages inboxes and webhooks remotely.
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.
registry.agentics.dk/agentics/pks-agent-inbox:latestCommands and configuration for the remote Agent Inbox CLI.
agent-inbox <command>
Install the Agent Inbox CLI, sign in, list inboxes, and connect an email event to an agent workflow.
agent-inbox login && agent-inbox inboxes
Run the Agent Inbox SMTP server, file store, API, PWA, and admin CLI in one container on infrastructure you control.
docker run registry.agentics.dk/agentics/pks-agent-inbox:latest