Vercel Connect now includes preset connectors for 90+ services, including Shopify, Okta, Workday, Jira, and Sanity.
Preset connectors are predefined configurations for supported services. They reduce manual setup by pre-populating provider metadata, authentication settings, and default MCP or discovery URLs. Unlike managed connectors, preset connectors don't register your app with the external service for you.
Browse connectors in the Vercel dashboard and select a preset. Review the pre-populated configuration, make any required changes, and create the connector.
You can also start from the CLI:
Today, vercel connect create
opens the dashboard to complete setup. Full CLI support for preset connectors is coming soon.
After attaching a preset connector, request tokens the same way you do for any other Connect provider. Call getToken
with the connector UID (service/name
) to receive a short-lived, scoped token:
To get started, browse [preset connectors](https://vercel.com/d?to=%2F%5Bteam%5D%2F~%2Fconnect%2Fbrowse) or learn more in the [documentation](https://vercel.com/docs/connect/quickstart).