GitHub Tools Begins Supporting Vercel Connect
Key point
GitHub Tools now supports Vercel Connect, enabling more secure GitHub agent implementations based on short-lived tokens.
Details
GitHub Tools has started first-class support for Vercel Connect via the @github-tools/sdk/connect subpath.
Instead of the existing method of storing long-lived Personal Access Tokens (PATs), agents now generate short-lived, scoped tokens from the connector at runtime. This fundamentally eliminates the risk of storing, rotating, or leaking security keys.
Key features include:
- Preset-based permission management: Presets such as
code-review,issue-triage, andmaintainerautomatically assign tokens with only the necessary permissions. - Multi-tenant support: You can override
installationIdorrepositoriesat call time to precisely control access to specific installations or individual repositories. - Optimized for the Vercel environment: Automatically authenticates via OIDC tokens when deployed on Vercel, and can be easily configured for local development using
vercel link.
This summary was generated automatically by AI. Check the original for the author's claims and context. Copyright belongs to the original author.
Our guide explains how the AI works. Report summary errors, attribution issues, or removal requests via Contact.