---
title: "The Agent Stack"
url: https://daily.dev/posts/the-agent-stack-wxlfawjmb
source_url: https://vercel.com/blog/agent-stack
type: article
source: "Vercel"
published: 2026-06-17T09:21:18.903Z
updated: 2026-07-30T02:12:34.187Z
tags: ["ai-agents", "ai-sdk", "typescript", "vercel", "workflow-orchestration"]
reading_time: 7
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Agent Stack

**[Vercel](https://daily.dev/sources/vercel)** · 7 min read · 1 upvotes · 0 comments

## Summary

Vercel introduces the Agent Stack, a set of integrated building blocks for building production-grade AI agents. It covers three core capabilities: connecting to models via AI SDK and AI Gateway (a single endpoint routing across hundreds of models with failover and cost tracking), executing durable multi-step workflows via Workflow SDK (with checkpointing, retries, and state persistence) and Vercel Sandbox (isolated microVMs for safe code execution), and connecting to data and tools via Vercel Connect (short-lived scoped tokens for services like Slack, GitHub, Snowflake, and Salesforce) and Chat SDK (deploy one agent across multiple platforms like Slack, Discord, and WhatsApp). Vercel also announces 'eve', an opinionated open-source agent framework that wires all these building blocks together in a single directory structure, currently in public beta.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://vercel.com/blog/agent-stack>

## Similar posts on daily.dev

- [Vercel Introduces Eve, an Open-Source Framework for Building AI Agents](https://daily.dev/posts/vercel-introduces-eve-an-open-source-framework-for-building-ai-agents-ic7xwvqxp) · InfoQ · 2 upvotes · 0 comments
- [Vercel launches eve, an open-source framework that treats agents as directories](https://daily.dev/posts/vercel-launches-eve-an-open-source-framework-that-treats-agents-as-directories-8jfizvhze) · The New Stack · 1 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#ai-sdk](https://daily.dev/tags/ai-sdk), [#typescript](https://daily.dev/tags/typescript), [#vercel](https://daily.dev/tags/vercel), [#workflow-orchestration](https://daily.dev/tags/workflow-orchestration)

[View this post on daily.dev](https://daily.dev/posts/the-agent-stack-wxlfawjmb)
