Agent.Email: AI Agents Sign Up via curl, Claimed by Human OTP

AgentMail (YC S25) ran an experiment called Agent.Email — a signup flow designed for AI agents, not humans. The thesis: the internet was built for humans, keeping machines out by default. Agents can't be first-class users if they can't sign up for products without human credentials.
How It Works
- Agent needs an inbox and hits AgentMail via
curl. - Agent receives instructions via Markdown (or HTML if from a browser).
- Agent hits the sign-up endpoint with its human's email as a parameter.
- Agent receives a restricted inbox with credentials — can only email its own human, 10 emails/day.
- Agent emails the human asking for an OTP; human replies with the code.
- Restrictions are lifted once claimed.
- Sign-up endpoint is rate-limited hard by IP.
Currently it's 1:1 agent-to-human; many-to-one is next.
Design Changes from Human-First Assumptions
Building Agent.Email pushed AgentMail to revisit assumptions:
- CLI outputs now use a single column with consistent formatting — mixed delimiters are easy for humans but hard for agents to parse.
- Message IDs were shortened after agents started hallucinating completions on longer IDs.
Community Questions
- Is restricted-until-claimed the right trust model?
- Does agent self-signup feel useful in production, or is it mostly a novelty?
- Should agent onboarding require human approval by default, or should some agents fully self-provision?
- What additional measures can be taken for secure sign-ups?
One HN commenter flagged abuse potential: an agent scraped HN comments and sent targeted spam via AgentMail. The email included a List-Unsubscribe header pointing to api.agentmail.to. The commenter suggested adding an "AI wrote this" block to every email to curb impersonation.
📖 Read the full source: HN AI Agents
👀 See Also

Supreme Court Declines Review, AI-Generated Art Remains Uncopyrightable
The US Supreme Court declined to hear a case on copyrighting AI-generated art, letting stand lower court rulings that require 'human authorship' for copyright protection. This follows the Copyright Office's 2022 rejection of Stephen Thaler's request to copyright an image created by his algorithm.

Decoupled DiLoCo: Resilient Distributed Training Across Data Centers with Low Bandwidth
Google DeepMind's Decoupled DiLoCo trains LLMs across distant data centers using 2-5 Gbps WAN, with self-healing islands of compute that isolate hardware failures without degrading ML performance.

OpenClaw 2026.3.2 Update Disables Agent Tools by Default
OpenClaw 2026.3.2 disables all agent tool permissions by default, preventing tools like exec and web_fetch from working. The fix requires adding a configuration to openclaw.json.

Claude Code v2.1.199 Patches 20+ Bugs: SSL, Subagents, Daemon Crashes Fixed
Claude Code v2.1.199 fixes SSL certificate errors, subagent silent failures, a Linux daemon crash loop, and 20+ other bugs. Key fixes include immediate SSL error hints, partial stream retention, and subagent error propagation.