now includes a managed connector for , so your apps and agents can send and receive messages over iMessage, RCS, and SMS.Vercel ConnectLinq
As a , Vercel can create a Linq account and phone number for you, or link an existing account. You never manage credentials yourself.Vercel Managed Connector
Create a connector from the or :dashboardVercel CLI
The connector powers the new in .Linq channeleve
Run , choose Vercel Connect, and eve wires up the connector, phone numbers, and webhook for you:eve add channel/linq
The channel marks accepted messages as read and continues the same eve session for every message in a Linq conversation. Out of the box, the channel supports read receipts, typing indicators, and mid-conversation steering for a more natural messaging experience.
Call with your connector, and the SDK exchanges your Vercel deployment's OIDC identity for a short-lived Linq token.getToken@vercel/connect
Pass it as the bearer token on any request:Linq Partner API
Linq delivers each message over the best protocol the recipient supports, starting with iMessage, then RCS, then SMS. The same token works across the full Linq API, including group chats, reactions, rich media, and typing indicators.
Read the , view details about the in the Vercel Connect catalog, or to get started.Vercel Connect documentationLinq connectorcreate a Linq connector