Last updated September 2, 2026

How I gave my Grok bots email without giving them Gmail.

Aaron Makelky explains how he uses Cloudflare Workers and a domain he owns to give Grok Bot receive-only email addresses without putting the bots inside Gmail. His interoffice-mail model keeps the mail slots portable while Cursor remains an optional clerk.

Your bots need email, not individual Gmail accounts

Aaron did not want Grok Bot inside his personal Gmail or a separate Google account for every bot. He built the mail system with Grok Bot, Cloudflare Workers, and a domain he owns.

The important part is that the mail system survives outside Grok Bot. If he moves to Hermes or another tool later, the work is not stuck inside the old bot.

Think interoffice mail, not individual inboxes

The setup borrows the old interoffice-mail model. A delivery reaches one mail room, then the message gets sorted into a labeled slot instead of every bot receiving a full email account.

In the demo, a workshop inquiry belongs in the pipeline slot, a pressure-test message goes to test, and the task for the video goes to creative.

The Cursor clerk is optional

Aaron uses a cloud Cursor automation as the clerk. It documents receipts in GitHub and sorts each message into the right lane, but it is not the mail room and can be replaced.

The domain keeps the work portable

The receive-only addresses and mail slots live on a domain Aaron owns. If Grok Bot is rate limited or replaced, another agent tool can connect to the same system and pick up where it left off.

The page includes a copy-to-agent button and a public GitHub skill that walks through the setup one question at a time.

Common questions

What is an AI agent email inbox?

It is a receive-first address for sending work into an agent workflow. The durable part is the inbox and stored receipt, not the bot that reads it.

Does this require Cursor or another cloud agent?

No. The first version receives and stores mail with no hosted agent running. An optional sorter can classify messages or create GitHub files later.

Can it send email?

Not in the starter setup. It is receive-only by design. Sending and automatic replies need a separate approval and security review.

Does it replace Gmail?

No. It gives an agent workflow a separate intake address while leaving your human mailbox alone.

What do I need to set it up?

You need a domain you control, a Cloudflare account, and an agent that can inspect the connected Cloudflare account. The skill checks current plans and features before recommending the build.

Is the skill tied to one AI platform?

No. Agent platforms sit behind replaceable adapters, so the stored mail survives a move to another tool.