- 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
1
Build in development
Create a collection in your development environment, add routing rules, and iterate until behavior is correct.
2
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.
3
Copy the collection into production
Open the collection, click Copy Collection, and choose Production.
4
Use the production copy for shared or live traffic
The production copy is independent from the development original. Further edits in one do not automatically change the other.
What gets copied
Copying a collection duplicates:- collection metadata
- routing rules, including the default rule
- current mock response configuration
- current proxy shaping configuration
