si Documentation
SI is an operations-first CLI that combines secure secrets, integration bridges, agent runtime controls, browser MCP execution, and release workflows.Start here
- Install SI:
- npm:
mkdir -p "$HOME/.npm-global" && npm config set prefix "$HOME/.npm-global" && export PATH="$HOME/.npm-global/bin:$PATH" && npm install -g @aureuma/si - Homebrew:
brew install aureuma/si/si
- npm:
- Build and verify your local binary from source when needed:
./.artifacts/cargo-target/release/si-rs build self - Validate secret setup:
si vault status - Inspect command surface:
si --help - Validate docs before publishing changes:
si mintlify validate
Documentation entry points
Commands and tooling
Integrations
- Integrations Overview
- Providers Telemetry Guide
- GitHub, Cloudflare, GCP, AWS, OpenAI, OCI
- Google Places, Google Play, Google YouTube
- Stripe, Social, WorkOS, Apple App Store, Publish
Docs and release
Best-practice workflow for docs updates
- Update or add the relevant page.
- Update
docs.jsonnavigation at the same time. - Run
si mintlify validate. - Run
si mintlify broken-linksbefore publishing.

