Stash & Realms
Learn how to manage variables across environments using the encrypted Stash.

What is the Stash?
The Stash is a secure, AES-256-GCM encrypted vault where you can store API keys, tokens, and variables. Unlike cloud-based REST clients, nothing in your Stash is ever transmitted to a central server.
Using Realms
Realms allow you to switch environments seamlessly.
- Create a
Developmentrealm and aProductionrealm. - Define a
{{baseUrl}}variable in both realms with different values. - Switch realms in the UI, and your requests will automatically use the correct variables.