Quick Start
# First-time setup (GPG key, pass store, .env migration, agent config)
trustless setup
# Check system health
trustless doctor
# List credentials from the pass store
trustless secret list
# Run a command with a credential injected (output is sanitized)
trustless run -s iria/api/xai -- curl -s https://api.x.ai/v1/models
# Start the credential proxy
trustless proxy start --port 8080