Skip to main content

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: root Cargo.toml under [workspace.package].version. Patch bumps happen on every SI commit; only minor releases are tagged and published.

Start here

  1. Install SI:
    • pnpm: corepack pnpm add -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 build self
  3. Validate secret setup: si fort doctor
  4. Inspect command surface: si --help
  5. Validate docs before publishing changes with the external Mintlify CLI: mintlify validate

Documentation entry points

Commands and tooling

Integrations

  • Third-party integrations: Aureuma/orbit owns provider docs and the orbit <provider> ... CLI.

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 mintlify validate.
  4. Run mintlify broken-links before publishing.