Documentation
Everything you need to manage secrets with SecretServer.io.
📦⌨️🔌
Installation
Install the ss CLI via curl, Homebrew, or direct download. Available for macOS, Linux, and Windows.
CLI Reference
Full reference for the ss command line tool — path-based access, version history, sharing, and temp tokens.
API Reference
REST API documentation for all secret types, authentication, versioning, sharing, and temp access.
Quick start
# 1. Install curl -sSL https://secretserver.io/install | sh # 2. Configure export SS_API_KEY=sk_live_... # 3. Retrieve a secret by path ss secret production/database/postgres-password -q