OAuth, SAML or SSO based authentication grants your agents and collaborators temporary access to your secrets. Credentials self-destruct after a TTL.
$ capyWhen we say one command, we mean it—capy is all you need to sync, push, and pull variables for a project. Other operations use familiar git primitives.
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 | mys...234 |
capy checkout -b staging
capy checkout development
capy checkout stagingnpm install capy-sdk1import capy from 'capy-sdk'2// decrypts on runtime3capy.init(process.env)45// use as normal6fn(process.env.MY_SECRET_ENV)
capy checkout production
capy deploy