Your Infrastructure, Your Rules
Bella Baxter never stores your secrets. It connects to the secret stores you already operate — Vault/OpenBao, AWS, Azure, GCP — and acts as a unified proxy.
Connect your own Vault, AWS Secrets Manager, Azure Key Vault, or GCP Secret Manager — and manage everything from one place.
Existing secret management tools gate the features you actually need behind expensive per-seat plans, or force you onto their infrastructure.
Bella Baxter was built differently:
# Install the CLI
curl -sSfL https://raw.githubusercontent.com/cosmic-chimps/bella-baxter-cli/main/scripts/install-bella.sh | bash
# Log in
bella login
# Pull secrets into your current shell
bella pull
# Or run a command with secrets injected
bella run -- npm start