# Secure Marketplace credentials with Production-only access

DevFeed: [Secure Marketplace credentials with Production-only access](<https://devfeed.tech/articles/secure-marketplace-credentials-with-production-only-access-1087.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/secure-marketplace-credentials-with-production-only-access>)

Author: Hannah Hearth

Published: 2026-05-06T00: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>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [MFA](<https://devfeed.tech/topics/mfa.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [mfa](<https://devfeed.tech/tags/mfa.md>), [production](<https://devfeed.tech/tags/production.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel now lets teams restrict native integration resources to Production-only environments. This removes or blocks non-production connections and protects integration credentials from dashboard and CLI access; secret rotation is recommended after enabling the restriction.

## Source excerpt

You can now secure native integration resources by restricting where they can be used. Setting a resource to Production only removes non-production access and protects credentials as sensitive environment variables. This makes it so secret values or no longer readable from the dashboard or CLI From the integration resource Settings, select Allowed Environments -> Production only and save. We recommend that you rotate the secrets of the integration resource after saving. Once applied: Development and Preview connections are removed New non-production connections are blocked Connections without a Production target are disconnected Credentials are protected and no longer readable Reverting this setting requires Owner permissions for your Vercel team. Owners can re-enable Development and Preview environment from Settings and reconnect projects if needed. You may be prompted to reauthenticate with an MFA challenge depending on your settings. Learn more in the Vercel documentation. Read more