Agent Auth: Turning Shadow Agents into First-Class Identities
Agent Auth is an emerging agent authentication protocol that gives AI agents their own scoped, revocable digital identity, distinct from any human user account, so enterprises can define machine-to-machine identity, permissions, and audit trails without hiding autonomous decisions behind borrowed employee logins. Today, AI agents open pull requests, review code, create deployments, query internal systems, and update business applications, but they almost always act under the same ID badge as the human who launched them. That design is convenient and dangerously opaque: every service sees the person, not the agent, so there’s no precise way to limit what one agent can do or to shut down a misbehaving agent without cutting off everyone else. Vercel’s acquisition of Better Auth is a clear statement that this arrangement is no longer acceptable if autonomous agent infrastructure is going to move from experiments to production.

Why Vercel Needs AI Agent Identity at Massive Scale
Vercel is not talking about agent identity in the abstract; its infrastructure already runs at a scale where anonymous agents are a liability. Its cloud handles 6 million deployments per day, with roughly half triggered by coding agents, and more than 1 trillion tokens pass through its AI gateway daily. When that many autonomous systems are shipping code and touching sensitive data, treating them as invisible extensions of human users is asking for trouble. According to Vercel’s CEO, when an agent acts on your behalf, it runs under your identity and access, so every service it touches sees you, not the agent. That might work inside a single startup, but it collapses in an enterprise that has hundreds of agents with different tasks, varying risk levels, and overlapping access. At that scale, AI agent identity is not a feature; it is table stakes for secure autonomous agent infrastructure.

Better Auth, Agent Auth, and the Shift to Machine-to-Machine Identity
Better Auth earned its reputation by helping developers add login, sessions, user management, and permissions to web apps built with multiple frameworks, and its TypeScript authentication framework now sees about 4.7 million weekly npm downloads. That foundation made it a natural jumping-off point for Agent Auth, an open protocol designed to give AI agents identities of their own, with scoped, delegated, and revocable permissions that stay separate from whoever deployed them. This is real machine-to-machine identity: agents are distinct actors, not ghosts hiding behind human credentials. Anthropic’s Claude Tag, which gives Claude its own presence under connected accounts instead of acting through the person who tags it, pushes in the same direction. The difference with Vercel is ambition and reach: its goal is not a handful of tagged assistants but a standard agent authentication protocol that every coding and internal automation agent can use by default.

From Custom Hacks to a Shared Agent Identity Layer
Most AI agent frameworks today ship with clever orchestration and natural language interfaces but treat identity management as an afterthought. Enterprises that want granular permission controls, revocable access, and detailed audit trails for agents have been forced into custom builds or brittle workarounds. When agents run under borrowed logins, there’s no clean way to limit what one agent or subagent can do, or to shut down a single agent without cutting off the rest. Better Auth had already started pushing past this limitation, but its creator conceded that the agent identity problem was too large and fast-moving for a small team alone, which is why they chose to join Vercel to scale the work. Folding Agent Auth into Vercel Connect and Eve means agent identity is becoming a shared, reusable infrastructure layer instead of another bespoke enterprise project that has to be rebuilt for every deployment.
What Changes for Developers and Enterprises Now
For developers, the reassuring news is that Better Auth will remain open source under a MIT licence, with the same contribution model and broad framework support. In practice, that means the familiar tools for human login and permissions will now sit next to Agent Auth as part of a coherent identity stack. On the enterprise side, Vercel’s Eve framework already lets teams define agent instructions and skills in natural language, while Vercel Sandbox restricts what data agents can access or export to prevent sensitive information drifting into training pipelines. Adding AI agent identity to this stack closes a gaping hole: agents will be able to act with well-defined, scoped rights and leave clear trails of what they did, where, and under which identity. The lesson is blunt: if you are serious about autonomous agent infrastructure, you can no longer ignore machine-to-machine identity. Vercel’s move turns that requirement into a product, not a lecture.






