# Vercel Connect is now generally available

DevFeed: [Vercel Connect is now generally available](<https://devfeed.tech/articles/vercel-connect-is-now-generally-available-1136.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-connect-ga>)

Author: Dima Voytenko

Published: 2026-08-25T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [auth](<https://devfeed.tech/tags/auth.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [cli](<https://devfeed.tech/tags/cli.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [observability](<https://devfeed.tech/tags/observability.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [slack](<https://devfeed.tech/tags/slack.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Connect is generally available, providing runtime-scoped tokens, OIDC-based deployment authentication, connector management, and access controls without storing long-lived provider secrets.

## Source excerpt

Vercel Connect is now generally available on all plans and in v0. 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 own. Any service with one command Register a connector once from the CLI. Pass the service name and the CLI pre-populates the brand name, icon, auth type, and MCP or discovery URL, then prompts for any credentials the service requires: Connect ships with 100+ preset connectors for tools like Notion and Workday, managed connectors for Slack, GitHub, Linear, Salesforce, Snowflake, and Microsoft, plus generic OAuth, API key authentication, and MCP servers. Tokens at runtime, not secrets at rest Request a token only when your code needs one, with getToken: Switch the subject from the app to a named user and the token acts on that user's behalf, triggering the authorization flow when consent is needed. Access your team can inspect and prove New at GA: Fine-grained RBAC controls who can create and manage connectors Audit logs record authorization and connector activity Token and trigger observability shows how tokens are used across projects Together with per-environment attachment, including Custom Environments, and one-command revocation, external access becomes something your team can inspect, prove, and cut off in seconds. Triggers without stored webhook secrets Triggers deliver provider events to your app without a stored secret. Vercel Connect verifies signatures server-side, re-attests each event using an OIDC identity, and forwards the event to your project, even when Deployment Protection is enabled. Connect also manages private keys and the full credential lifecycle, so you get standards-compliant OAuth without building the infrastructure yourself. Works with your stack Connect works wherever your functions run and is supported in v0, eve, and Chat SD