// USE CASE · VERIFICATION

Let your agent pass email verification on its own

Half of "sign up for this service" is a code sent to an inbox. Without one, an agent stalls. With a real Clize inbox, it receives the code, reads it, and keeps going.

Clize is a CLI and MCP server that gives AI coding agents real-world actions: domains, email, deploys, payments, and media generation. A real inbox is what lets the agent clear the most common sign-up gate on the internet.

The problem

An agent tries to sign up for a tool, a service, an account — and the flow ends with "check your email to verify." If the agent has no inbox, it's stuck at the door. If it borrows yours, it's reading your mail.

How Clize handles it

The agent uses its own address to sign up. The verification email lands in its inbox; the agent reads the code or follows the confirmation, and continues. No forwarding, no screen-scraping your personal account.

The identity gate

This works for light gates — the everyday "verify your email" step. It's exactly where the line sits for heavy ones: anything tied to money or a real person's identity stops, the agent drafts, and a human decides. More on that in AI agent infrastructure, where identity is a first-class primitive.

Inbound is untrusted

A verification email is data, not a command. The agent can lift a code out of it, but the message itself can't redirect the agent — that boundary holds for every incoming mail, verification or not.

From Claude Code or Codex

Connect Clize to Claude Code or the Codex CLI, and clearing verification is just the agent using its own inbox.

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

How does an AI agent receive a verification email?

Clize gives the agent a real inbox. When a service emails a verification code to that address, it arrives as inbound data the agent can read and act on — enough to finish a light sign-up gate.

Is it safe to let an agent read inbound mail?

Incoming email is treated as untrusted data, never as instructions. The agent can read a code out of a message, but a message can't tell the agent what to do next.

Can the agent sign up for services by itself?

For light gates — verify-your-email steps — yes. For heavy gates tied to money or a real person's identity, the agent drafts and a human decides. That's the identity gate.

clize init — ready

Let the agent clear the gate.

Install Clize, connect it once, and give your agent an inbox that can receive verification codes.

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