Manage API keys, credentials, and environment variables with encryption at rest. Version history, RBAC, and full audit logging.
All secrets encrypted at rest
Or use your own master key
Full audit trail with rollback
Fine-grained access control
Append-only access log
Prod/Staging/Dev isolation
Store and retrieve secrets with a clean API. Inject into deployments automatically.
# Store a secret curl -X POST /api/v1/secrets \ -d '{"name": "stripe_key", "value": "sk_..."}' # Retrieve a secret curl /api/v1/secrets/stripe_key