Chat SDK begins supporting Vercel Connect
Key point
Chat SDK now supports Vercel Connect, enabling secure bot credential management without separate token handling.
Details
You can now manage your bot's credentials in Chat SDK using Vercel Connect. This simplifies security management, as developers no longer need to store or rotate tokens themselves.
The newly introduced @vercel/connect/chat subpath provides adapter helpers for Slack, GitHub, and Linear. Each helper takes a connector UID and returns configuration that can be applied to the corresponding adapter factory.
The key security features are as follows.
- Outbound calls: Uses functional token fields based on
getToken, employing the latest short-lived tokens that Vercel Connect automatically rotates. - Inbound triggers:
webhookVerifierverifies the OIDC token delivered by Connect, eliminating the need to manage a separatesigningSecret.
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.