CLI
Start a command with envlet run -- and use the values
resolved for your identity.
Envlet keeps your project’s env vars in one place. Your team, your coding agents, and CI can all run with the values selected for their identities.
You configure the project environment once. Envlet applies an identity policy when a person, agent, or CI job needs the environment.
Set up your first project with the quickstart.
Give each human, coding agent, and CI job its own identity. For each variable, the identity policy controls what that identity receives:
A human, an agent, and a CI job can use the same project and receive a different resolved value for each variable.
Use the interface that fits your command, application, or runtime.
CLI
Start a command with envlet run -- and use the values
resolved for your identity.
SDK
Load values when your application starts. Inject them into
process.env in Node, or read them as an object.
REST API
Request a resolved environment over HTTPS with an environment token.
The quickstart takes you from CLI installation to your first command running with an Envlet environment.