Documentation
getmyenv docs
Keep using environment variables. Stop managing them as files. These docs cover the dashboard and the CLI. Manage projects and secrets in the dashboard, or with npx getmyenv. There is no public management REST API.
Core flow
Source
.env
Protected
getmyenv
Runtime
environment
One command migrates your .env into protected secrets. Your code still reads environment variables. No SDK, no rewrite.
Start here
Install CLI
No install step. Every command runs through npx getmyenv. Requires Node 20 or newer.
Read
First project
Sign in, create a project, choose Simple or Advanced, and migrate your .env in one command.
Read
Concepts
Projects, environments, secrets, protection modes, machine access, and the runtime boundary.
Read
Also see
- CLI reference - every command with examples.
- Languages - Node, Python, Ruby, Rust, Go, PHP. No SDK.
- Webhooks - signed HTTPS delivery, no secret values in payloads.
- Security - trust model, runtime boundary, data minimization.