# Vercel Connect now supports Custom Environments

DevFeed: [Vercel Connect now supports Custom Environments](<https://devfeed.tech/articles/vercel-connect-now-supports-custom-environments-1137.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/vercel-connect-now-supports-custom-environments>)

Author: Tony Pan

Published: 2026-07-28T00:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [guides](<https://devfeed.tech/tags/guides.md>), [production](<https://devfeed.tech/tags/production.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Connect now supports linking connectors to Custom Environments, allowing deployments in those environments to request provider tokens and receive forwarded webhooks. The article explains dashboard and CLI configuration, trigger requirements, isolation considerations, and plan availability.

## Source excerpt

Vercel Connect now lets you link a connector to a Custom Environment so deployments there can request provider tokens and receive forwarded webhooks. Custom Environments appear alongside Production, Preview, and Development when you add or edit a project on a connector in the dashboard. From the CLI, pass the environment's slug to --environment: Passing --environment replaces the default environments. Once linked, a deployment in that environment can request tokens with getToken as usual. If the calling environment isn't on the project link, the request fails with ClientNotEnabledForEnvironmentError. Trigger destinations can also target a Custom Environment: Before targeting a Custom Environment with triggers, deploy to it and assign it a verified domain. Vercel Connect forwards events through that domain. Project links control which deployments can request tokens, and they do not restrict a provider token after it is issued. When environments need provider-level isolation, create a separate connector for each environment and request only the scopes it needs. Vercel Connect is in beta on all plans. Custom Environments are available on Pro and Enterprise plans. Get started with the Vercel Connect quickstart or read the step-by-step guides. Read more