Environment variables on EGREED Deploy
Store API keys, database URLs, and secrets as encrypted environment variables scoped by environment.
Updated July 8, 2026 5 min read
Add variables
Open Project → Environment, click Add variable, enter a key and value, and choose visibility (Plaintext or Secret).
Scoping by environment
Every variable can be scoped to Production, Preview, and Development. Preview and PR deployments can safely use test credentials.
Security
Secrets are encrypted at rest with AES-256 and only decrypted inside the build/runtime sandbox. They are never logged.
environment variablessecretsegreed deploy