Mimeo documentation

Mimeo documentation

Mimeo is email automation you own. One install, one customer — yours. These docs cover both halves of how you run it: the web UI you click through, and the API your coding agent talks to.

A note on names: when these docs say Mimeo, they mean your Mimeo — your own instance of the app, holding only your data. Hosted, it lives at your-account-name.mimeoapp.com; self-hosted, it lives on whatever domain you put it on.

New here? Start with Getting started — six steps from first login to a working operation. Then How it fits together is the five-minute map of the pieces, and the glossary has every term.

Browse the docs

How Mimeo is put together

Your Mimeo instance owns the data and the logic — people, custom fields, tags, events, money history, emails, templates, tracking, and the send log all live in your own database. A pluggable sending provider handles delivery to the inbox. The Sending & domains section covers that whole side, starting with Set up sending — the wizard every new Mimeo opens with, which connects a provider (Postmark or Resend) and puts the links inside every message on your own connected sending domain, not your Mimeo's own hostname.

Everything that enters Mimeo from outside — a signup, a purchase, a renewal, an opt-in — arrives as an event. That one endpoint upserts the person, records first-touch attribution, appends to their timeline, and writes the money tables. If you learn one thing about the API, learn the event contract.

What's here today

Mimeo is shipping in stages, and these docs only describe what actually exists. Right now that's: people management and GDPR tooling, CSV import, custom fields and tags, the email library and editor with templates and previews, open and click tracking, the event API, and the subscription-management API — plus the whole automation engine: sequences, flows with dry runs and versions, the scheduled queue, guards, send windows, and the flow API.

And the daily-driver console: segments with watchdogs, broadcasts, reporting across emails, sequences, flows and broadcasts, the activity feed and event registry, the dashboard, and keyboard-first navigation.

The agent surface is here too: the CLI and a manager repo for anything you want reviewed as a diff, the MCP server for questions and one-off changes, the manager repo that carries both, and the reference section — the flow schema, the event contract, the repo layout and how to write your own sending adapter — written so an agent can operate a Mimeo from the docs alone.