By the end of this page yourDocumentation Index
Fetch the complete documentation index at: https://docs.capy.sc/llms.txt
Use this file to discover all available pages before exploring further.
.env is end-to-end encrypted, shared with your team, and ready to deploy from a Node.js app. Five commands.
Sync your secrets
From any project that has a On the first run, Capy authenticates you in the browser, creates a project, encrypts every value in your
.env:.env, and uploads the ciphertext. Capy rewrites .env in place with capy:… snippets, gitignores it, and commits only keep.lock - a small versioning manifest that lets teammates find the right project.Run capy again whenever you want to pull or push changes.Invite a teammate
capy redeem <code> and now share access - no key material ever touches Capy’s backend in plaintext.Run your app
Wrap your command with Capy decrypts Add it to your
capy run:.env in memory and spawns your process with plaintext values available as process.env. Your code reads env vars the standard way - no library to import:package.json scripts and forget it:Deploy
capy, redeploy. Anyone you’ve invited stays in sync. Anyone you’ve kicked loses access immediately, with no re-encryption needed.
What’s next
How it works
The full cryptographic design.
CLI Reference
Every command, every flag.