No more leaked .env files on Slack, juggling multiple KMSs, getting lost in IaC scripts, wrestling with IAM controls, or setting up Vaults. Built for modern development teams who value time and want security that just works.
OAuth, SAML or SSO based authentication grants your team temporary access to your secrets. Credentials self-destruct after a TTL.
capyWhen we say one command, we seriously mean it—capy is all you need to sync, push, and pull variables for a project.
capy| Variable | Value |
| ACCESS_TOKEN | a.........en1 (NEW) |
capy users
capy invite jon@mycompany.com
capy kick lars@mycompany.com| User | Added |
| me@mycompany.com | 4 months ago |
-MY_SECRET_ENV=capy:Q94Zd4:Z04...4aFe
+MY_SECRET_ENV=myverysecuresecret123capy| Variable | Local | Remote |
| MY_SECRET_ENV | myv...123 (NEW) | mys...234 |
capy -b main
capy -b dev
capy -b my-own-work-in-progressnpm install capy-sdk1import capy from 'capy-sdk'2// decrypts on runtime3capy.init(process.env)45// use as normal6fn(process.env.MY_SECRET_ENV)