What is BV

BV is a secrets manager for automated systems.

It stores sensitive tokens (API keys, access tokens, credentials) and returns them to authorized services at runtime over HTTPS.

The goal is to prevent secrets from being:

Instead, applications request secrets dynamically when needed.

BV focuses on:

Primary use case:

A service needs a third-party token (for example Stripe or GitHub). It requests the token from BV at runtime rather than storing it locally.

BV is designed for machine-to-machine access, not human password storage.