Vercel Connect support in GitHub Tools
Vercel just eliminated token rotation overhead. GitHub Tools now mint short-lived, scoped tokens at runtime—zero secrets to manage.

Why it matters
Developer infrastructure for AI agents just got more secure. Vercel Connect now integrates with GitHub Tools, enabling agents to authenticate with fine-grained, runtime-minted tokens instead of long-lived credentials. This reduces operational friction and security risk for teams deploying AI agents that need GitHub access.
The key facts
11 to knowVercel Connect now has first-class support in GitHub Tools via new @github-tools/sdk/connect subpath
Short-lived, scoped tokens minted at runtime instead of storing long-lived personal access tokens
Multi-tenant ready with configurable installationId, repositories, and scopes per call
Zero-config on Vercel deployments using OIDC token authentication
Presets (code-review, issue-triage, maintainer) map to Connect scopes automatically
Works with Eve agent framework via @github-tools/sdk/connect/eve
Vercel Connect now supports GitHub Tools with first-class integration
Short-lived, scoped tokens minted at runtime (no stored secrets)
Zero-config on Vercel deployments using OIDC
Presets for code-review, issue-triage, maintainer workflows map to Connect scopes automatically
Multi-tenant ready with customizable installation ID, repositories, and scopes per call
Go to the source
Vercel Blogvercel.com
Publisher excerpt: now has first-class support for through the new subpath. Instead of storing a long-lived personal access token, your agent mints short-lived, scoped GitHub tokens at runtime from a connector. There is no secret to store, rotate, or leak.GitHub ToolsVercel Connect@github-tools/sdk/connect Attach a…
