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.
Developer Libraries
Integrate SecretServer.io into your applications with official libraries for Python, Node.js, PHP, Go, and Ansible.
Daemon (ssd)
Run ssd as a background service for local secret caching, CT log monitoring, certificate expiry alerts, and auto-rotation.
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