- build in development
- validate what you need
- copy into production when ready
Environment roles
Development
Private sandbox for the creator. Safe for risky experiments and rapid iteration.
Production
Shared environment for teammates and live traffic.
Recommended workflow: development → production
Build in development
Create a collection in your development environment, add routing rules, and iterate until behavior is correct.
Validate using the generated collection URL
Point your local tests, agent, or debugging client at the development collection URL and confirm the rules behave as expected.
Copy the collection into production
Open the collection, click Copy Collection, and choose Production.
What gets copied
Copying a collection duplicates:- collection metadata
- routing rules, including the default rule
- current mock response configuration
- current proxy shaping configuration
When to use each environment
| Situation | Environment |
|---|---|
| First draft of a new rule | Development |
| Risky failure simulation | Development |
| Shared traffic or teammate-visible config | Production |
| Rollback of a shared rule | Production via version history |
