ToolsAugust 25, 2026via Vercel Blog
Vercel Connect is now generally available
Why it matters
A critical infrastructure launch for practitioners building agents: runtime-scoped authentication eliminates long-lived secrets, integrates natively with agent frameworks (AI SDK, MCP, eve), and ships audit/revocation built-in. This is the operational plumbing that makes agent deployments secure and auditable at scale.
Key signals
- Runtime short-lived tokens replace stored provider secrets
- 100+ preset connectors (Notion, Workday, Slack, GitHub, Linear, Salesforce, Snowflake, Microsoft)
- Native adapters for AI SDK, MCP, eve, Better Auth, Auth.js, Chat SDK
- Per-environment attachment and one-command revocation
- Pricing: Hobby 500 token requests + 1,000 triggers/month free; Pro $3/1,000 requests, $0.95/1,000 triggers
- Audit logs and token observability included
- Supports Deployment Protection and trigger signature verification
- Works with GitHub Tools via eve extension; scopes map automatically to Connect permissions
The hook
Vercel Connect is now GA: runtime token auth for agents, no stored secrets. Integrates with AI SDK, MCP, eve, and GitHub tooling.
is now generally available on all plans and in . Instead of storing long-lived provider secrets, your code requests short-lived, scoped tokens at runtime. Deployments authenticate with their existing Vercel OIDC identity. Each token is scoped to the task, refreshed automatically, and expires on its …