Command Reference
Use this page as the canonical command map forsi.
Command discovery workflow
Core runtime commands
Third-party integrations
Third-party API/provider command families moved to the standaloneAureuma/orbit repository and orbit <provider> ... CLI. SI no longer owns those command implementations or provider settings.
Integration ownership
If a standalone adjacent repo owns a stable CLI, add a root SI wrapper only for wrapper concerns. If a service exposes an HTTP API but no stable local CLI, keep business logic, schemas, billing/usage rules, and backend tests in the owning service.
Build, docs, and developer tooling
Recommended operator workflows
1. New machine bootstrap
2. Release maintainer preflight
Guardrails
- Use
si fortandsi codexcommands directly for task, worker, session, and run control. - For host/admin automation, prefer
si fort run -- <cmd>when a command needs secrets. - For SI runtime workers, use
si fort ...for secret access. - Pass native
fortflags after--when invoking through wrapper. - Run
si help --format jsonorsi commandswhen updating CLI docs.

