Skip to main content

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

  1. 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
  2. Build and verify your local binary from source when needed: ./.artifacts/cargo-target/release/si-rs build self
  3. Validate secret setup: si vault status
  4. Inspect command surface: si --help
  5. Validate docs before publishing changes: si mintlify validate

Documentation entry points

Commands and tooling

Integrations

Docs and release

Best-practice workflow for docs updates

  1. Update or add the relevant page.
  2. Update docs.json navigation at the same time.
  3. Run si mintlify validate.
  4. Run si mintlify broken-links before publishing.