Vercel Connect now ships with preset connectors for 90+ services, including Shopify, Okta, Workday, Jira, and Sanity. Presets are predefined configurations that auto-populate brand name, icon, auth type, and MCP or discovery URL, cutting manual setup time significantly.

These are not managed connectors. Presets do not register your app with the external service. You supply the credentials yourself, select a preset from the connectors directory in the Vercel dashboard, and create the connector. CLI creation via 'vercel connect create' currently hands off to the dashboard to finish setup, with full CLI support listed as coming soon.

Once attached, token requests work identically to any other Connect provider: call getToken with the connector's UID in 'service/name' format to receive a short-lived, scoped token. The original changelog is worth reading for the exact token request flow and the full list of supported services.

[READ ORIGINAL →]