Skip to content
← Back to Changelog

Thursday, February 1st 2024

Sensitive environment variables are now available

Posted by

Avatar for anatrajkovska

Ana Jovanova

Software Engineer

Avatar for marcgreenstock

Marc Greenstock

Software Engineer, Infrastructure & Identity

Avatar for okbel

Bel Curcio

Engineering Manager

Avatar for angelazhang

Angela Zhang

Technical Program Manager, Engineering

You can now add sensitive Environment Variables to your projects for added security of secret values like API keys.

While all Environment Variables are encrypted, sensitive values can only be decrypted during builds. This replaces our legacy secrets implementation which is being sunset.

Get started using Sensitive Environment Variables through the dashboard or with Vercel CLI 33.4.

Post