Global Environment Variables
Global variables are stored in the application’s memory. You can access them by visiting the About section from Preferences and navigating to the AppData path location.
Global environment variables can be used across all collections and requests. Think of them as a global store accessible throughout the app.
Instead of creating the same collection variable repeatedly in each collection, you can use global variables to store common values that need to be accessed across different collections. This eliminates the repetitive task of defining the same variables every time.
Create a Global Environment Variable
- Go to the Environments section (top right corner).

- Navigate to the Global tab and click on Create.
- (Optional) If you need to import an existing environment, you can use the Import Environment option.

- Enter a name for your environment and click Create.

- Add a variable by specifying the Name and Value.

- Click Save.
Your global environment variable is now created and can be accessed across your workspace.
You can click the secret checkbox to hide the values of variables while hovering over them.
Using Global Environment Variables
To use a global environment variable, reference it using the format {{var_name}} in any request or collection. These variables can be combined with other variables and used throughout your workspace, making them ideal for consistent value sharing.

Import/Export Global Environment Variables
You can import and export global environment variables to share them across teams or back them up for later use.
Accessing Import/Export Options
- Go to the Environments section (top right corner).

-
Click on Configure to access the environment settings.
-
You will see the Import and Export options in the bottom left corner.

Importing Environment Variables
The import feature accepts environment files in both Bruno and Postman formats:
- Click on the Import button.
- Select the environment file you want to import
- The variables will be added to your global environment.
Exporting Environment Variables
- Click on the Export button.
- If you have multiple environments, select which environments you want to export.
- Choose the location where you want to save the exported JSON file.

- The environment variables will be saved as a JSON file that can be shared or backed up.
Secret variables (variables marked as secret) will not be included in the exported JSON file for security reasons.