process.env.API_KEY instead of the API key itself.
You can reference env vars and secrets in workflow code or in the object explorer when passing data to steps, and you can define them either globally for the entire workspace, or scope them to individual projects.
| Scope | Description |
|---|---|
| Workspace | All environment variables are available to all workflows within the workspace. All workspace members can manage workspace-wide variables in the UI. |
| Project | Environment variables defined within a project are only accessible to the workflows within that project. Only workspace members who have access to the project can manage project variables. |
Creating and updating environment variables
- To manage global environment variables for the workspace, navigate to Settings, then click Environment Variables: https://pipedream.com/settings/env-vars
- To manage environment variables within a project, open the project, then click Variables from the project nav on the left