You are here:
Add Environment Variables to Your Application
You can now manage environment variables with the Managed Runtime API. Without making code changes, you can use environment variables to add variables into an application process running in an environment. Environment variables are stored securely, and are ideal for the following use cases:
- API keys for third-party integrations
- Feature flags for application logic
- Configuration that differs between environments
How: Access environment variables in Node.js usingprocess.env. To manage environment variables via the Managed Runtime API. See Environment Variables.

