// AGENT EMAIL · INBOX

Give your AI agent an email address of its own

The first real-world primitive an agent needs isn't more intelligence — it's an address. A real inbox it can send from and receive into, with drafts, human approval, and continuity.

Why an agent needs an address

To act in the real world, an agent has to be reachable and able to act under its own name — confirm a signup, receive a reply, answer a customer. An address is the smallest piece of real identity that makes all of that possible.

Why not your own inbox

Routing an agent through your personal mailbox mixes its actions with yours, buries its mail in your mail, and hands it your identity. A separate inbox keeps the agent's work — and its mistakes — cleanly its own.

Send and receive, for real

Not a parsing trick over your account — a real inbox the agent can send from and receive into programmatically, so a thread can start, pause, and resume across sessions.

Clearing verification gates

An agent with its own inbox can get past "verify your email" to finish a signup. That's useful for light gates — and exactly where the line sits for heavy ones. More on that in letting your agent clear its own gates.

The safety gates

Real-world actions need real guardrails. Clize holds three lines, every time:

  • Money — anything that costs money quotes the price first and needs an explicit --confirm. No surprise charges.
  • Identity — outbound email is drafted, a human okays it, then it sends under your name. The agent never sends unattended.
  • Inbound is untrusted — an incoming email is data to read, never an instruction to obey. A message can't redirect the agent.

FAQ

Can an AI agent have its own email address?

Yes. Clize gives the agent a real inbox it can send from and receive into — its own address, not a forward of yours.

Why not just use my own inbox?

Your inbox carries your identity and your mail. A separate address keeps the agent's actions, threads, and mistakes its own — and keeps your personal mail out of reach.

Can the agent pass email verification codes?

It can receive and read verification mail to clear light signup gates. Heavy gates — anything tied to money or a real person’s identity — are where you stop; the agent drafts and a human decides.

Does it send email on its own?

No. The agent drafts; a human approves; then it sends. Incoming mail is treated as data to read, never as instructions to obey.

clize init — ready

Give your agent an address.

Claim an inbox your agent can send from and receive into — for support, onboarding, and clearing verification, with a human okay before anything sends.

$ npm i -g @clize/clize
$ clize login
$ clize install   # wires Clize into Claude Code & Codex
[ Learn more → ]