Command Reference
Use this page as the canonical command map forsi.
Command discovery workflow
Core runtime commands
| Command family | Primary purpose | Major subcommands | Detailed guide |
|---|---|---|---|
si dyad | Manage actor/critic pairs | spawn, status, peek, exec, logs, cleanup | Dyad |
codex lifecycle (si spawn, si run, etc.) | Manage codex containers and one-off runs | spawn, respawn, status, report, run, warmup | CLI Reference |
si vault (si creds) | Encrypt and inject dotenv secrets | init, status, list, set, run, docker exec, trust | Vault |
si browser | Dockerized Playwright MCP runtime | build, start, status, logs, proxy | Browser |
si plugins | Plugin registry and lifecycle | list, install, update, enable, doctor, scaffold, policy | Plugin Marketplace |
Provider and integration command families
| Integration | Command family | Typical first checks | Detailed guide |
|---|---|---|---|
| GitHub | si github ... | si github auth status, si github doctor | GitHub |
| Cloudflare | si cloudflare ... | si cloudflare auth status, si cloudflare doctor | Cloudflare |
| GCP + Gemini/Vertex | si gcp ... | si gcp auth status, si gcp doctor | GCP |
| Google Places | si google places ... | si google places auth status, si google places doctor | Google Places |
| Google Play | si google play ... | si google play auth status, si google play doctor | Google Play |
| YouTube Data | si google youtube ... | si google youtube auth status, si google youtube doctor | Google YouTube |
| AWS | si aws ... | si aws auth status, si aws doctor | AWS |
| OpenAI | si openai ... | si openai auth status, si openai doctor | OpenAI |
| OCI | si oci ... | si oci auth status, si oci doctor | OCI |
| Stripe | si stripe ... | si stripe auth status, si stripe doctor | Stripe |
| Social APIs | si social ... | si social <platform> auth status, doctor | Social |
| WorkOS | si workos ... | si workos auth status, si workos doctor | WorkOS |
| Apple App Store Connect | si apple appstore ... | si apple appstore auth status, doctor | Apple App Store |
| Publish flows | si publish ... | si publish catalog list | Publish |
| Provider telemetry | si providers ... | si providers characteristics, si providers health | Providers |
PaaS and operations commands
| Command family | Purpose | High-signal commands | Guide |
|---|---|---|---|
si paas | Deploy and operate apps on SI PaaS | doctor, deploy, logs, backup, events | PaaS Overview |
si paas app | App lifecycle controls | list, status, env, deploy | PaaS Context Operations |
si paas backup | Backup and restore workflows | run, list, restore | PaaS Backup Policy |
si paas agent | Automation agent runtime | list, enable, run-once, logs | PaaS Agent Runtime Commands |
Build, docs, and developer tooling
| Command family | Purpose | Typical usage |
|---|---|---|
si build image | Build local runtime image | si build image |
si build self | Build or upgrade si binary | si build self |
si mintlify | Docs lifecycle commands | si mintlify validate, si mintlify dev |
si analyze (si lint) | Go static analysis | si analyze --module tools/si |
si docker | Raw Docker passthrough | si docker ps |
si persona | Persona/profile helpers | si persona <name> |
si skill | Skill role helper | si skill <role> |
Recommended operator workflows
1. New machine bootstrap
2. Integration readiness check
3. Pre-production PaaS check
Guardrails
- Prefer
si vault run -- <cmd>for any command that needs secrets. - Run integration-specific
doctorcommands before write operations. - Run
si mintlify validatefor docs changes andsi analyzefor Go changes.

