Automate your API Work and Accelerate Integrations
# 🍏 macOS
brew install sideko-inc/tap/sideko
# 🐍 python - pypi
pip install sideko-py
# 📦 js - npm
npm install -g @sideko/cli
# ⚡ curl
curl -fsSL https://raw.githubusercontent.com/Sideko-Inc/sideko/main/install.sh | sh
# authenticate (uses native keychain to store credentials on host)
sideko login
# interactively create sdks
sideko sdk init
This CLI utilizes your computer's native secure store: - macOS: Keychain - Linux: keyutils - Windows: Credential Manager
To authenticate locally run: sideko login
Set SIDEKO_API_KEY environment variable in CI/CD.
1. With your own API key run: sideko account get-my-api-key
2. With a service account see documentation
sideko config autocomplete --shell (your shell) (must run this command with each Sideko CLI update)Legacy CLI Installations
# via curl
curl -fsSL https://raw.githubusercontent.com/Sideko-Inc/sideko/v0.10.2/install.sh | sh
# via pip
pip install sideko-py==0.10.2
$ claude mcp add sideko \
-- python -m otcore.mcp_server <graph>