KeyEnv Documentation
Learn how to use KeyEnv to manage secrets across your development workflow.
Welcome to KeyEnv
KeyEnv is a secure secrets management platform that helps teams sync environment variables across development, staging, and production environments.
Quick Links
Quick Start
Get up and running in 5 minutes
CLI Reference
Complete command documentation
Web App Guide
Manage secrets in the browser
Secret Rotation
Auto-rotate database credentials
SDKs & Integrations
Node.js, Python SDKs & GitHub Action
Why KeyEnv?
- Secure by default - Secrets are encrypted at rest and in transit
- Database credential rotation - Automatically rotate PostgreSQL and MySQL passwords
- Version history - Track every change with full audit logs
- Team collaboration - Share secrets securely with your team
- CLI-first workflow - Sync secrets with a single command
Getting Started
Install the CLI and sync your first secrets:
# Install via Homebrew
brew install keyenv
# Login to your account
keyenv login
# Initialize a project
keyenv init
# Pull secrets to .env
keyenv pullReady to dive in? Start with our Quick Start Guide.