sk Docs Hub 🔐

Welcome to the sk docs site: a fast path to secure local secret handling for
AI agents, ML workflows, and software teams.

Start in 60 Seconds
- Install:
brew tap dmoliveira/tap && brew install sk
- Store a secret:
printf '%s' "$KEY" | sk add -k OPENAI_API_KEY --stdin --force
- Read at runtime:
export OPENAI_API_KEY="$(sk get -k OPENAI_API_KEY)"
Security Center
For AI Agents and ML Teams
- Keep secrets outside prompts and notebooks.
- Use environment-specific keys and least privilege.
- Rotate and revoke quickly after suspicious exposure.
- Redact traces/logs before sharing in PRs or chat threads.
Popular Docs
Maintainer Commands
make ci
make release-snippet TAG=v0.2.1
./scripts/smoke.sh
Support sk 💛