Builder
▶ Runner
Variables
ORG
LOCAL
✕
+
Open tabs ()
Variables will be substituted from this environment.
{ const i=tabs.findIndex(t=>t.id===activeTabId); if(i!==-1) tabs[i].url=$event.target.value; })()" />
✕
Params
Headers
Body
Auth
Variables
TypeKeyValue / File
Save the request first (via the Save tab), then add local variables here. Local variables override the selected environment for this request only.
Send a request to see the response
Sending…
⏱ ms
Body
Headers
No headers returned
| Header | Value |
|---|---|
⏸ Runner was interrupted
Requests to run
⠿
disabled
Select a collection and hit Run
⊘
No requests in this collection
✓
No failures so far — all requests passing
No failed requests in this run
Status
Success
URL
Row vars
Undefined variables
Console
Request Body
Response Body
✓ All request(s) passed
✗ failed · passed
Total
Avg
Fastest
Slowest
Success
⚠ Run stopped after
(iter #) —
Past Runs
✓ All requests passed in this run
Status
Success
Request Body
Response Body
⏸ Runner was interrupted
⏸ Paused
Closing tab auto-saves progress
Requests to run
⠿
disabled
Select a collection and hit Run
⊘
No requests in this collection
▶
Hit Run to start
✓
No failures so far
No failed requests in this run
Status
Success
URL
Row vars
Undefined variables
Console
Request Body
Response Body
✓ All request(s) passed
✗ failed · passed
Total
Avg
Fastest
Slowest
Success
⚠ Run stopped after
(iter #) —
⏱
No past runs yet — completed runs appear here
Past Runs ()
✓ All requests passed in this run
Status
Success
Request Body
Response Body
Global
🌐
Global Variables
Environments
✓ shared
No environments yet
Org Environments
…
👁
No shared environments
How to use variables
Syntax
{{variable_name}}
Use double curly braces anywhere in the URL, headers, params, or body.
Examples
URL:
https://{{base_url}}/api/{{version}}/usersHeader:
Authorization: Bearer {{token}}Body:
{"org": "{{org_id}}"}Variable precedence (highest wins)
1. Local — per-request variables (Variables tab in Builder)
2. Environment — selected environment (e.g. "Production")
3. Global — always active, across all environments
Quick start
1. Click Global Variables → add
base_url = https://api.example.com2. Use it in any request URL:
{{base_url}}/users3. Or create an Environment to switch between staging / production values.
Secret Variables
Tick the Secret checkbox on any variable to mask its value in the UI.
Useful for tokens, passwords, and API keys — the value is stored but not displayed.
Sharing with Your Team
Open an environment → click ↑ Share to publish it org-wide.
Teammates see it under Org Environments and can copy it to their own envs.
Changes to a shared environment are live immediately — no re-publish needed.
Variables in Runner
Upload a CSV/JSON data file in the Runner to inject variables per iteration.
Each column header becomes a variable name — takes highest precedence during that iteration.
KeyValueSecret
KeyValueSecret
KeyValueSecret
No variables