Manage secrets
Store API keys once, reference them from every Pad.
Secrets are encrypted values stored in Pad. Reference them from any Padfile instead of committing plaintext credentials to your repo.
Create a secret
pad secrets set STRIPE_SECRET_KEY sk_live_...Secrets are scoped to your organization by default. Scope them to a specific project or to your user with --scope:
pad secrets set MY_TOKEN value --scope user