Skip to main content
The Environments panel manages runtime configuration for project environments.

Capabilities

  • Add and update environment variables.
  • Manage secrets without exposing values in code.
  • Review configuration by environment.
  • Prepare runtime settings before deployment.

Use it when

  • The app needs a token, API key, or provider setting.
  • A deployment behaves differently because of configuration.
  • You need to review environment-specific settings.
  • Deployments: Check which environment is running.
  • Releases: Ship changes that use environment configuration.
  • Logs: Debug configuration-related failures.