Frequently asked questions
- What is Envlet?
Envlet keeps your project's env vars in one place. Your team, your coding agents, and CI all get the right values by running one command.
- How is Envlet different from Doppler or Infisical?
Envlet is the smaller tool. It keeps shared env vars for people, coding agents, and CI, and for each variable it lets you decide who gets the value, who gets a different one, and who gets none. Install the CLI, sign in, and run your command.
- How do agents and CI authenticate?
Create a token for each agent or CI job in the dashboard. A token works for one project and one environment, and it expires.
- What does Envlet store?
Your values, stored encrypted. Tokens are stored only as digests, so the raw token is shown once when you create it.
- How do I use it in a project?
Install the CLI with npm install -g @envlet/cli, then run envlet login and envlet init inside your project. From then on, start any command with envlet run -- your command.
- What does the free plan include?
Free is everything for one person: unlimited projects, environments, resolves, and agent and CI identities. From the second human member it is $9 per member per month, or $7 on annual. Agents and CI never count as members.
- Can I keep a value away from an agent?
Yes. Mark any variable as withheld for an agent and it never enters that agent's environment. You can also give an agent its own value for a variable.