Vercel launches 'The Agent Stack' to build AI agents in production
The toolset promises to simplify AI agent development with AI SDK, AI Gateway, Workflow SDK, and Sandbox.
June 20, 2026 · 5 min read
TL;DR: Vercel unifies the tools needed to build AI agents in production: models, durability, and security, all integrated into its edge platform.
What happened?
Vercel, the frontend and edge computing platform, has announced 'The Agent Stack', a collection of proprietary and open-source tools that cover the fundamental needs of any AI agent: access to models, durable execution, secure isolation, and efficient routing. The stack consists of four main components:
- AI SDK: a unified interface for calling language, image, voice, and video models, independent of the provider. It is open-source and can be used without Vercel.
- AI Gateway: a CDN for tokens that routes requests to multiple providers with automatic failover and cost tracking. It operates without markup on provider prices, allowing you to use your own keys.
- Workflow SDK: an orchestrator that checkpoints each step, allowing resumption from the last good point after a failure. It is in beta.
- Vercel Sandbox: an isolated microVM for securely running untrusted code with resource limits.
According to Vercel's official blog, agents need three capabilities: models, durability, and security. The Agent Stack covers them without forcing developers to choose between vendor lock-in or homegrown integrations. The company states that "The Agent Stack gives you all the blocks to create and ship production-grade agents."
Why is it important?
The announcement comes at a time when AI agent development is booming, but most solutions are fragmented or depend on a single provider. Historically, developers have had to choose between monolithic solutions like LangChain, which offer abstractions but with high coupling, or build their own integration layers, which consumes time and resources. Vercel bets on a modular and open approach, allowing the use of any model (Claude, GPT, Gemini, etc.) without changing APIs. Additionally, by integrating durability (Workflow SDK) and security (Sandbox), it addresses two of the biggest challenges in production: state loss after failures and execution of untrusted code.
Compared to alternatives like LangChain or AutoGPT, Vercel offers tighter integration with its edge infrastructure, promising low latency and global scalability. However, being a proprietary stack (though with an open-source SDK), it creates dependency on the Vercel ecosystem. Unlike cloud solutions such as AWS Bedrock or Google Vertex AI, Vercel focuses on developer experience and the edge layer but lacks the full scope of hyperscalers in terms of managed services.
Historical context shows that the industry has moved from integrating individual APIs to seeking unified platforms. For example, in 2023, tool fragmentation led companies like SERHANT. to build their own abstractions. Now, Vercel consolidates those needs into a single stack. As Vercel's blog notes, "agents don't run on a single model. Each task has different cost, latency, and capability trade-offs." The Agent Stack allows routing between models based on the task, something that previously required custom logic.
Market implications
For startups and enterprises building agents, The Agent Stack significantly reduces development time and operational costs. By eliminating the need to manage multiple APIs and manually orchestrate failures, it accelerates time to production. Major clients like SERHANT. and FLORA are already using it, suggesting technical maturity. SERHANT., for instance, uses AI Gateway to run three models from a single key: sending market analysis to Claude, marketing copy to GPT, and image generation to Gemini. This demonstrates real-world use cases and market validation.
However, competition with solutions like AWS Bedrock, Google Vertex AI, or Azure AI will intensify. Vercel differentiates itself through developer experience and the edge layer but lacks the cloud reach of hyperscalers. Moreover, the stack introduces potential vendor lock-in: while AI SDK is open-source, AI Gateway and Sandbox require Vercel's infrastructure. For companies already using Vercel, integration is natural; for others, it may be a barrier.
The impact on the AI tools market is significant. Vercel directly competes with startups like LangChain but also with offerings from major clouds. The stack's modularity could attract developers seeking flexibility without sacrificing performance. However, reliance on Vercel for critical functions like gateway and sandbox could be a friction point for companies with compliance or data sovereignty requirements.
What should readers know?
AI SDK is open-source and can be used independently of Vercel. AI Gateway has no markup on provider prices but requires using Vercel's network. Workflow SDK is in beta, and Sandbox has resource limits. For small teams, the stack can be a turnkey solution; for enterprises with strict compliance requirements, data control must be evaluated. Vercel claims Sandbox provides isolated microVMs, but details on security certifications (SOC 2, ISO 27001) are not explicitly mentioned.
It's important to note that Vercel is not the only player in this space. LangChain offers similar orchestration with its own SDK but without the edge layer. AWS Bedrock provides models and security but with greater complexity. Vercel's proposition focuses on simplicity and performance, but developers should assess whether portability is a priority. As the blog says: "The Agent Stack gives you all the blocks to create and ship production-grade agents." However, speculation about mass adoption is premature; it will depend on how the Workflow SDK beta evolves and the scalability of Sandbox.
In summary, Vercel aims to be the reference platform for AI agents, competing on simplicity and edge performance. Developers should try the stack if they already use Vercel or seek an integrated solution, but keep portability in mind. The AI agent market is booming, and Vercel has taken a significant step to consolidate the necessary tools. However, the real test will be whether developers adopt the stack at scale and whether Vercel can maintain its promise of no markup and global low latency.