Default Provider: local_encrypted
Secrets are encrypted with a local master key stored at:
Configuration
CLI Setup
Onboarding writes default secrets config:Environment Overrides
| Variable | Description |
|---|---|
PAPERCLIP_SECRETS_MASTER_KEY | 32-byte key as base64, hex, or raw string |
PAPERCLIP_SECRETS_MASTER_KEY_FILE | Custom key file path |
PAPERCLIP_SECRETS_STRICT_MODE | Set to true to enforce secret refs |
Strict Mode
When strict mode is enabled, sensitive env keys (matching*_API_KEY, *_TOKEN, *_SECRET) must use secret references instead of inline plain values.