Environment variables, shared safely
Stop pasting secrets into Slack. Invite your team, scope access to the right environment, and let everyone pull what they need with one command.
From invite to pull, in two commands
npx envbox-cli join evb_invite_f0npx envbox-cli pull prodEncrypted at rest
Every value is encrypted with AES-256-GCM before it touches the database. Nothing is ever stored in plaintext.
Per-environment access
Dev, staging, and production are separate from day one. Invite someone to just the environments they need.
Time-limited invites
Invite links expire in 1, 6, or 24 hours and can only be used once. No stale credentials floating around.
Revoke in one click
Remove a teammate or revoke a single API key without touching anything else in the project.
How it works
Create a project & add variables
Sign up, create a project, and add your environment variables through the dashboard. Each value is encrypted before storage.
Invite your team
Go to the Members tab, invite by email, choose which environments they can access, and share the one-time command.
Team members join & pull
They run the join command once — it saves an encrypted config file (auto-added to .gitignore). After that, a single pull command creates their .env file.