I am pretty new to using environments for separating PROD and DEV requests. Is there a way to optically highlight the currently selected environment on top of spotting the selected value in the environment dropdown? I want to prevent myself from firing requests into the wrong environment.
Based on your use-case, I would recommend creating two environments one named âProdâ and other âDevâ to distinguish them clearly. Refer to this resource here to know more : )
thanks for your response. I already did exactly what you suggested - using two environments called âProdâ and âDevâ. My question is about user experience, not functionality. How can I clearly indicate by optical means a difference between the two environments - e.g. colored environment indicators in red and green or similiar, to prevent myself from accidentally sending requests to âProdâ environment when I should have sent it only to âDevâ environment.
See my âmockupsâ - not so crude, but with a similar warning effect.
@gerhard.schraml Yes, I understand this better now! Although we do not have this effect, we do have something similar to this. When you hover over the defined variables - there is an error message along with the color to display the difference.
Although, I totally agree your mentioned way makes it way easier to identify hence - would recommend you to raise the feature request on our Github Page from this link here. GitHub is the forum where our team picks up the issue and provide the resolution at earliest, that is how we keep track of the bugs/ feature requests for the application
The hover feature is cool, thankâs for that, I didnât know it. But it does not solve my problem, because again Iâd have to manually hover over the variable.
Introducing: Environment Colors for Better Visual Clarity
Whatâs new:
You can now assign custom colors to environments to make them visually distinct and instantly recognizable.
Whoâs it for: All users managing multiple environments - especially teams juggling BETA, STAGE, and PROD setups.
Why it matters:
When working with multiple environments, users often struggle to quickly recognize which one is active. This can lead to mistakes like running requests in the wrong environment (for example, sending test data to production).
Colorâcoded environments: Each environment can now have a unique color badge, so you can map them to your deployment stages like PROD, STAGE, BETA.
Enhanced environment visibility: The currently selected environment now stands out visually across the app, giving stronger emphasis and reducing the risk of context confusion.
Improved team awareness: When collaborating, everyone can quickly identify which environment theyâre working in - no more âOops, I thought I was on staging.â