Use cases

What AI agents actually use email for

Four jobs worth their own inbox, and the permission, rule and thread each one needs.

The shape is the same every time

Every job below is the same three decisions: which address the mail arrives at, how much the agent may do with it, and whether a person sees the reply before it leaves.

01

One address per job

A separate inbox keeps the blast radius small. Revoking one agent does not disturb the others, and the thread history stays with the job rather than with a person.

02

One permission level

Read only, read and draft, or send. Read-and-draft is the honest default for anything that touches money or a customer relationship.

03

One rule about approval

The inbox policy decides what is held: everything, new recipient domains, anything with an attachment, or nothing at all.

Four recipes

Pick one to see the inbound message, what the agent drafted, whether it went out, and the events the API emits along the way.

Read + send sasha@example.com

Annual billing?

Can I move my seat to annual billing before renewal?

Agent

Yes — three steps in your billing page, takes a minute.

Sent without review message.received · message.queued · message.accepted

What none of these solves

Worth saying out loud before you wire one of them up.

It does not decide for you

These are application permissions, not judgement. An agent with send access will send what it decides to send; the approval queue exists because that is sometimes the wrong call.

It is not prompt-injection proof

Nothing written in an inbound message can widen a grant — scopes are re-derived per request — but an agent can still be talked into a bad draft. Hold sends for review where the cost of a wrong one is high.

Acceptance is not delivery

A provider accepting a message means it was queued for the internet, not that it reached a person. Delivery updates arrive as separate events, and some never arrive at all.

Start with one

The fastest honest test is a test inbox: simulate an inbound message, let the agent draft, approve it, and read the events — without a real recipient anywhere.

Ready to try one of these?

Read the quickstart Create an inbox