Environments
Environments define where and how your workflows run.
What's in an environment?
- Base URL — The target application URL
- Variables — Key-value pairs available to workflows
- Secrets — Encrypted values (passwords, API keys)
Managing environments
Best practices
- Create separate environments for dev, staging, and production
- Use variables for values that change between environments
- Store credentials as secrets, never as variables