KeyEnvKeyEnv

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.

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 pull

Ready to dive in? Start with our Quick Start Guide.

On this page