Field 01 — Declaration of contents · email infrastructure for AI agents
Every inbound message is parsed, classified, extracted to your schema — and screened for prompt injection — before your agent reads a single word.
Free tier. No card. Your agent can sign itself up over MCP.
{
"classification": "invoice",
"confidence": 0.95,
"extraction": {
"vendor": "Globex Corporation",
"amount": 3750
},
"sanitization": [{
"kind": "hidden_text",
"detail": "white-on-white div removed"
}]
}Field 02 — Notice
Raw email is attacker-controlled input. Hidden text, zero-width characters, HTML your parser trusts and your model obeys — piped straight into your agent's context, with its tool access and its credentials. Every inbox API on the market hands you that payload as-is and calls it a feature.
An inbox for an agent isn't a pipe. It's a trust boundary.
Field 03 — Mechanism
Fail-closed, always: a flagged or unscannable message is never dropped and never guessed at — your agent gets the cleaned text, the flags, and no hallucinated extraction. You see every byte we removed.
Field 04 — Proof of processing
{vendor, amount}at 0.95 confidence. The dashboard shows raw-vs-comprehended side by side for every message. This page isn't a mockup of the product.Field 05 — Live inspection
No signup, no API key. Mint a real mailbox below and send it an email — watch it arrive comprehended, right here, in the time it takes the pipeline to run.
We'll mint a real mailbox on the spot. Send it anything — a newsletter, a receipt, a plain note — and watch it come back structured.
Field 06 — Quickstart
claude mcp add --transport http postfleet https://api.postfleet.ai/api/mcp \
--header "Authorization: Bearer $POSTFLEET_KEY"An agent with this MCP endpoint provisions its own address and starts processing mail — no dashboard required. REST if you'd rather drive.
Field 07 — Postage
Every message on both tiers gets the full sanitization treatment. Comprehension is what you pay for; safety isn't a paid feature.
Field 08 — Dispatch
agent-hello@mail.postfleet.ai is a Postfleet mailbox — an agent reads it.