Krypt manages your environment variables across teams with end-to-end encryption. By the end of this guide you’ll have the CLI installed, a project linked, and your first secrets pushed.Documentation Index
Fetch the complete documentation index at: https://docs.krypthq.com/llms.txt
Use this file to discover all available pages before exploring further.
You need a free Krypt account and Node.js 20 or newer to follow along.
Generate an API key
- Open the API keys page in your Krypt dashboard
- Click Generate Key
- Name it after where you’ll use it — e.g. “my-laptop”, “production-ci”, “teammate-bob”
- Copy the key — it starts with
krypt_live_and is shown only once
Create a project
In your Krypt dashboard:
- Click New Project
- Name it
my-app - Save
Link your local folder
Inside your project directory, run:This creates a
.krypt config file that links the folder to your Krypt project.Push your first secrets
If you already have a Or create one first:You should see:Your secrets are now encrypted and stored in Krypt.
.env file, push it directly:Pull secrets on another machine
If you’re working on multiple machines or setting up CI/CD, run Krypt fetches your encrypted secrets and writes them to
krypt pull to fetch the latest secrets:.env.
