Secrets Management

Secrets, secured

Manage API keys, credentials, and environment variables with encryption at rest. Version history, RBAC, and full audit logging.

Enterprise-grade security

AES-256-GCM Encryption

All secrets encrypted at rest

AWS KMS Support

Or use your own master key

Version History

Full audit trail with rollback

RBAC Policies

Fine-grained access control

Audit Logging

Append-only access log

Environment Separation

Prod/Staging/Dev isolation

Simple API

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

Stop hardcoding secrets