Vercel AI Updates: July 8, 2026
1. Vercel Acquires Better Auth to Accelerate Open-Source Auth
Vercel. Vercel is acquiring Better Auth, the open-source TypeScript auth library with more than 4.7 million weekly npm downloads, bringing founder Bereket Engida and the core team on board. Better Auth remains free, MIT-licensed, framework-agnostic, and community-governed, while Vercel plans to fold the team’s Agent Auth work into Vercel Connect and eve so individual agents can carry their own scoped, revocable identity. The deal signals Vercel’s push to make per-agent identity a native part of its platform. Source
2. Vercel Sandbox Gains Per-Session Observability
Vercel. Vercel added an Observability tab to the Sandbox dashboard exposing active CPU and core-hours, memory in GB-hours, bidirectional data transfer, and live session counts. Metrics can be segmented by Sandbox Name and Session ID to attribute cost to individual workloads and spot anomalous consumption, with CLI-based querying available on all tiers and advanced manual queries gated to Pro and Enterprise. The addition targets teams running many concurrent sandboxed agent sessions who need per-workload cost visibility. Source
3. Eve Agents Get a GitHub Tools SDK for Repo Automation
Vercel. Vercel shipped a @github-tools/sdk/eve subpath with presets (code-review, issue-triage, repo-explorer, ci-ops, and maintainer) that let developers assemble a working GitHub agent in as few as nine lines of code. Write operations like mergePullRequest require approval gating by default (always, once, or conditional predicates) that persists across restarts, while high-volume read tools like listPullRequestFiles return trimmed output to the model to control token usage. The SDK packages common repo-automation patterns with safety rails built in. Source
4. Chat SDK Adds Channel Adapters for Messenger, WhatsApp, and More
Vercel. Vercel’s Chat SDK introduced a unified channel abstraction that connects an eve agent to any surface with an adapter, launching with support for Facebook Messenger, WhatsApp, Resend, Liveblocks, Vercel Connect, Dial, and Photon. Each channel automatically mounts webhook routes, shows typing indicators, renders human-in-the-loop approval requests as interactive cards, persists conversation threads for later proactive messaging, and surfaces readable error reporting. The abstraction lets one agent implementation reach many messaging surfaces without per-channel plumbing. Source