Most "AI email" demos point a model at a human's mailbox over OAuth. You connect your Gmail, the agent reads your threads, drafts replies, maybe sends one. That's fine when the agent is acting on your behalf — a copilot riding shotgun in your inbox.

It falls apart the moment you want the agent to be its own participant. Picture an onboarding agent that registers your test tenant on a SaaS every CI run, or a research agent that needs a developer account on a data source, or a QA bot that signs up, verifies, and tears down a fresh account for each test. Every one of those flows hits the same wall: the service emails a verification link or a one-time code, and there's no human inbox to send it to. Borrowing your personal Gmail for that is wrong on every axis — security, isolation, cleanup, and the simple fact that you don't want a thousand throwaway signups landing in your real inbox.

What the agent actually needs is a real, disposable mailbox it fully controls. Ephemeral. Per-run. Provisioned at the start of the task, torn down at the end. That's exactly what a Nylas Agent Account is, and that's what this post builds: an agent that signs itself up for a service and reads its own verification email or OTP, end to end.