Where are my environments stored?
Environments are stored only in browser localStorage under KalpLabs-specific keys.
Manage local-only environments for staging, production, and QA. The active environment is exposed to other KalpLabs tools on the same origin and never leaves your browser.
window.__kalpEnv. KalpLabs also stores the active environment under kalp_active_env so request tools can resolve {{VARIABLE_NAME}} placeholders locally.Select or create an environment to export.
Build and send HTTP requests with headers, params, auth, and body directly in the browser.
OpenChain API requests with shared variables, assertions, and step-by-step execution logs.
OpenEdit GitHub, Stripe, Slack, Jira, and PagerDuty webhook payload templates locally.
OpenStores named environments with optional secret masking and exposes the active one to other KalpLabs tools on the same origin.
Accepted input
Accepts key-value pairs typed manually or imported from .env text. Exports support .env, JSON, and shell export formats, and values are stored only in localStorage.
How to use
Tips
This manager keeps environment variables local to your browser and lets you switch active context without copying values into every tool.
Secrets can be masked in the UI, exported in multiple formats, and injected into other request-focused tools through shared local storage.
The active environment is also mirrored on window.__kalpEnv so same-origin tools can read it without a backend.
Environments are stored only in browser localStorage under KalpLabs-specific keys.
KalpLabs writes the active environment to localStorage and exposes it as window.__kalpEnv on the same origin.
KalpLabs uses analytics cookies to improve the experience.