# Vercel Connect adds 90+ preset connectors

> Source: <https://vercel.com/changelog/vercel-connect-preset-connectors>
> Published: 2026-07-21 00:00:00+00:00

Vercel Connect now includes preset connectors for 90+ services, including Shopify, Okta, Workday, Jira, and Sanity.

Preset [connectors](https://vercel.com/docs/connect/concepts/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](https://vercel.com/d?to=%2F%5Bteam%5D%2F~%2Fconnect%2Fbrowse) 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](https://vercel.com/docs/connect/concepts/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).
