Documentation
turboEnv stores your environment variables, encrypted and versioned, and loads them into any app at startup. Start with the quickstart — it takes about five minutes.
-
Quickstart
Store your first environment variables in turboEnv and load them into a running app, in about five minutes.
-
Concepts
Projects, environments, versions and teams — the four ideas that turboEnv is built out of, in one page.
-
Project configuration
Commit a turboenv.json so nobody has to remember flags, then safely pull and push dotenv files.
-
Tokens and access
The two kinds of turboEnv credential, exactly what each one can reach, and which to use where.
-
Deploying and CI
Loading turboEnv variables on a server, in Docker, and from a CI pipeline, using a scoped token instead of an interactive login.
-
CLI reference
Every turboenv command, option and environment variable, and the rules for how they combine.
-
HTTP API
The turboEnv endpoints, what each returns, and how to generate a typed client in any language from the published OpenAPI spec.
-
AI agents
Give an AI agent access to your turboEnv configuration over MCP, without putting secret values into its conversation history.