Environments
Environments let you define reusable variables per project. Switch between development, staging, and production with one click — same flow, different config.
Creating an environment
- In the API flow toolbar, click the environment dropdown (shows “No Environment” by default)
- Type a name like “Development” and click +
- Click the gear icon next to the environment to add variables
Adding variables
Each environment has key-value pairs:
Secret variables
Toggle a variable as secret to mask its value:
- Always shows
•••••• in the UI
- Masked in shared result links
- Variables with
key, token, secret, password in the name are flagged automatically
Using variables
Reference environment variables in any field with {{variableName}}:
Switching environments
Select a different environment from the dropdown before running your flow. The same flow runs against different servers — no changes needed.
Example:
Be careful running flows against production. Consider using a dedicated test account.