TheVortiq
Software

Vercel acquires Better Auth: open source authentication for the agent era

The acquisition of the popular TypeScript library reinforces Vercel's bet on agentic infrastructure and portable authentication.

July 8, 2026 · 4 min read

A computer generated image of an orange button

TL;DR: Vercel acquires Better Auth to boost open source authentication and develop agent identity, key in its vision of agentic infrastructure. The library remains MIT and the team joins Vercel.

What happened?

Vercel has announced the acquisition of Better Auth, the company behind the eponymous authentication library for TypeScript, which accumulates over 4.7 million weekly downloads on npm and more than 850 contributors. Founder Bereket Engida and the core team join Vercel to continue developing Better Auth and, especially, agent identity. The deal was announced on Vercel's official blog on April 3, 2025, highlighting that Better Auth will remain an open source project under the MIT license, keeping its name and open contribution model. This is not Vercel's first acquisition in the open source space: in 2021 it acquired Turborepo, in 2022 Svelte, and in 2024 Markdoc. However, Better Auth represents a strategic move into the identity layer, an area that Vercel did not directly cover until now.

Why is it important?

Better Auth is one of the most popular authentication libraries in the TypeScript ecosystem, with massive adoption in Next.js, Nuxt, and other frameworks. Its framework-agnostic and portable approach aligns with the Open SDK strategy that Vercel published last year, based on open software, loose coupling, and cross-platform portability. Unlike closed solutions like Supabase Auth or Firebase Authentication, Better Auth allows developers to have full control over their authentication data without depending on a specific provider. In a market where authentication as a service (Auth0, Clerk, WorkOS) moves billions of dollars, Vercel bets on an open source model that directly competes with these platforms, offering a free and customizable alternative.

But the real strategic interest lies in agent identity. Vercel has been pushing the concept of agentic infrastructure for months, where AI agents act on behalf of the user. The current problem is that those agents inherit the user's full identity, without the ability to granularly set permissions or revoke an agent's access without affecting others. Better Auth is developing Agent Auth, a protocol that allows each agent to have its own identity, with limited and revocable permissions. This protocol, still incipient, could become a de facto standard for agent authentication, similar to what OAuth 2.0 is for access delegation between applications. The adoption of AI agents is growing exponentially: according to Gartner, by 2027, 40% of enterprise applications will include autonomous agents, making it urgent to have specific identity mechanisms.

Consequences and context

This acquisition reflects a broader trend: the convergence between traditional authentication and identity for AI agents. Companies like Auth0 (Okta) already offer identity solutions for machines, but with a proprietary and costly approach. Clerk, on the other hand, has focused on frictionless authentication for web applications, but without an open protocol for agents. Vercel bets on an open source and decentralized approach, aligned with its 'open web' philosophy. The integration of Better Auth with Vercel Connect and eve will allow developers to build applications with natively authenticated agents, without needing ad hoc solutions. This could accelerate the adoption of agents in production environments by solving one of the main security hurdles: identity management.

For Better Auth users, the change should not be disruptive: the library remains MIT, the team continues to lead development, and the community maintains its governance. However, the strategic direction will be aligned with Vercel's interests, which could create tensions if the community perceives a bias toward the Vercel ecosystem. For example, features that benefit Next.js or the Vercel platform might be prioritized over other frameworks. Nevertheless, Vercel has maintained a positive track record with previous open source acquisitions: Turborepo remains independent and Svelte has grown under its stewardship. The key will be transparency in governance and openness to external contributions.

What readers should know

  • Better Auth remains open source (MIT) and will keep its name and community.
  • The team will focus on agent identity, a key area for the future of agentic AI.
  • Developers using Better Auth do not need to migrate; the API and contribution model remain unchanged.
  • The acquisition reinforces Vercel's strategy of offering open infrastructure for modern applications, competing with closed platforms like Supabase or Firebase.
  • Agent Auth Protocol is an incipient standard that could become a reference for agent authentication, similar to how OAuth did for access delegation.
  • Integration with Vercel Connect and eve is expected to be available in the coming months, while the Agent Auth protocol will continue to evolve with the community.
  • Direct competitors (Auth0, Clerk) will need to respond with innovation or adopt open standards to avoid falling behind.

In summary, Vercel's acquisition of Better Auth is not just a technology purchase, but a bet on the future of identity in a world where AI agents will be ubiquitous. The open source community gains a powerful ally, but must watch that the balance between commercial interests and the common good is maintained. Developers, for their part, now have a more robust tool to build the next generation of intelligent applications.

Keep reading