Vercel Connect enters public beta
Vercel Connect has launched in public beta to secure third-party API access for modern web apps and AI agents. The service allows developers to dynamically request short-lived, task-scoped tokens at runtime via the `@vercel/connect` SDK and CLI, completely removing static secrets from environment variables.
Offloading OAuth management to the hosting platform is a massive win for AI developer productivity and security, especially as agentic workflows require executing tasks with scoped user credentials.
* Eliminates hardcoded or static API keys in environment variables by dynamically retrieving scoped, short-lived tokens.
* Leverages OIDC identity assertion directly from Vercel deployments, ensuring secure project-level verification.
* Accelerates agentic development by standardizing access to popular tools like Slack, Salesforce, and GitHub under a single client SDK.
DISCOVERED
3d ago
2026-06-17
PUBLISHED
3d ago
2026-06-17
RELEVANCE
AUTHOR
vercel_dev