Vercel Connect
Vercel Connect manages third-party service credentials and OAuth connections for apps and agents deployed on the Vercel platform.
At a Glance
Free plan for personal and non-commercial use with limited Connect requests.
Engagement
Available On
Listed Jun 2026
About Vercel Connect
Vercel Connect is a credential and connector management layer built into the Vercel platform, designed to handle OAuth tokens and service integrations for both human-built apps and AI agents. It is listed as part of Vercel's Agent Stack alongside AI SDK, AI Gateway, Sandbox, Workflows, and Eve, and is marked as a new addition to the platform. The product surfaces in Vercel's pricing page under the AI Cloud section, indicating it is a metered feature available across Hobby, Pro, and Enterprise plans.
What It Is
Vercel Connect sits at the intersection of deployment infrastructure and third-party service connectivity. Rather than requiring developers to manually manage OAuth flows, API keys, or service credentials, Connect provides a managed layer that stores and injects those credentials into deployed projects and agents. In the Eve Slack agent template published by Vercel Labs, Connect is described as the component that "manages the Slack channel's credentials," illustrating its role as a secure credential broker between a deployed agent and an external service like Slack.
Where It Fits in the Vercel Agent Stack
Connect is positioned as a supporting primitive within Vercel's broader Agent Stack, which the company describes as infrastructure for building systems that "reason, execute code in isolation, run for hours, and recover from failure." The stack includes:
- AI SDK – model interaction library
- AI Gateway – inference routing and observability
- Sandbox – isolated VM execution environments
- Workflows – durable, long-running orchestration
- Eve – an agent framework with its own documentation and GitHub presence
- Connect – credential and connector management
This positioning suggests Connect is intended to be a foundational piece that other Agent Stack components rely on when they need to authenticate with external services.
How It Works in Practice
The Eve Slack agent template on GitHub demonstrates Connect's practical usage. When deploying the template, a connect configuration block in the deployment URL specifies the service type (slack), the environment variable name (SLACK_CONNECTOR), and whether to enable triggers. This declarative approach means developers define what external service they need access to, and Connect handles the OAuth handshake and credential storage. The agent code then references the connector by environment variable name without needing to implement the OAuth flow itself.
Deployment Model
Vercel Connect is a cloud-hosted, platform-native feature — it is not a standalone installable tool but rather a capability accessed through the Vercel dashboard and deployment pipeline. It is metered on the pricing page: the Hobby plan includes 5,000 requests per month, with additional usage billed per 10,000 requests on Pro, and custom pricing for Enterprise. This usage-based model aligns with Vercel's broader approach of including baseline usage in each plan tier and charging incrementally beyond that.
Current Status
Vercel Connect is listed as "New" on the Vercel homepage alongside Eve, indicating it is a recently launched addition to the platform as of mid-2025. The Eve Slack agent template repository on GitHub, which references Connect directly, was created in June 2026 and last updated shortly after, suggesting active development and iteration around the connector infrastructure. The product appears to be in active rollout as part of Vercel's push into agentic infrastructure.
Community Discussions
Be the first to start a conversation about Vercel Connect
Share your experience with Vercel Connect, ask questions, or help others learn from your insights.
Pricing
Hobby
Free plan for personal and non-commercial use with limited Connect requests.
- 5,000 Connect requests per month
- Automatic CI/CD
- Global CDN
- Web Application Firewall
- DDoS Mitigation
Pro
Professional plan for developers and teams with expanded Connect usage and additional usage billed per 10K requests.
- $20 included usage credit
- 3 per 10,000 Connect requests beyond included
- Advanced spend management
- Team collaboration & free viewer seats
- Faster builds + no queues
- Cold start prevention
- Enterprise add-ons
Enterprise
Custom plan for large teams requiring advanced security, SLAs, and custom Connect usage.
- Custom Connect request volume
- Guest & Team access controls
- SCIM & Directory Sync
- Managed WAF Rulesets
- Multi-region compute & failover
- 99.99% SLA
- Advanced Support
Capabilities
Key Features
- Managed OAuth credential storage
- Third-party service connector management
- Environment variable injection for connected services
- Slack connector support
- Trigger-based event routing for agents
- Usage-based metering with per-plan included requests
- Integration with Vercel Agent Stack (Eve, Workflows, Sandbox)
