si Documentation
SI is an operations-first CLI that combines secure secrets, integration bridges, agent runtime controls, browser automation runtime support, and release workflows. Repo versioning uses one SI-wide source of truth: rootCargo.toml under [workspace.package].version. Patch bumps happen on every SI commit; only minor releases are tagged and published.
Start here
- Install SI:
- pnpm:
corepack pnpm add -g @aureuma/si - Homebrew:
brew install aureuma/si/si
- pnpm:
- Build and verify your local binary from source when needed:
./.artifacts/cargo-target/release/si build self - Validate secret setup:
si fort doctor - Inspect command surface:
si --help - Validate docs before publishing changes with the external Mintlify CLI:
mintlify validate
Documentation entry points
Commands and tooling
Integrations
- Third-party integrations:
Aureuma/orbitowns provider docs and theorbit <provider> ...CLI.
Docs and release
Best-practice workflow for docs updates
- Update or add the relevant page.
- Update
docs.jsonnavigation at the same time. - Run
mintlify validate. - Run
mintlify broken-linksbefore publishing.

