Integrations Overview
Command families
| Integration | Primary command | Guide |
|---|---|---|
| GitHub | si orbit github ... | GitHub |
| Cloudflare | si orbit cloudflare ... | Cloudflare |
| Stripe | si orbit stripe ... | Stripe |
| Google Cloud (Gemini/Vertex/Service Usage) | si orbit gcp ... | GCP |
| Google Places | si orbit google places ... | Google Places |
| Google Play | si orbit google play ... | Google Play |
| YouTube | si orbit google youtube ... | Google YouTube |
| Social (Facebook/Instagram/X/LinkedIn/Reddit) | si social ... | Social |
| AWS | si orbit aws ... | AWS |
| OpenAI | si orbit openai ... | OpenAI |
| Oracle Cloud Infrastructure | si orbit oci ... | OCI |
| WorkOS | si orbit workos ... | WorkOS |
| Apple App Store | si orbit apple store ... | Apple App Store |
| Publish bridge | si publish ... | Publish |
| Provider orbit inventory | si orbit list | Providers |
| Surf browser runtime | si surf ... | Browser Runtime |
Integration capability matrix
| Integration | Auth diagnostics | Context selection | Structured resources | Raw API mode | Doctor/health path |
|---|---|---|---|---|---|
| GitHub | Yes | Yes | Yes | Yes | si orbit github doctor |
| Cloudflare | Yes | Yes | Yes | Yes | si orbit cloudflare doctor |
| Stripe | Yes | Yes | Yes | Yes | si orbit stripe auth status |
| GCP | Yes | Yes | Yes | Yes | si orbit gcp doctor |
| Google Places | Yes | via si orbit google | Yes | Yes | provider health + auth |
| Google Play | Yes | via si orbit google | Yes | Yes | auth + release checks |
| YouTube | Yes | via si orbit google | Yes | Yes | auth + upload checks |
| Social | Yes | Yes | Yes | Yes | platform auth status |
| AWS | Yes | Yes | Yes | Yes | si orbit aws doctor |
| OpenAI | Yes | Yes | Yes | Yes | si orbit openai doctor |
| OCI | Yes | Yes | Yes | Yes | si orbit oci doctor |
| WorkOS | Yes | Yes | Yes | Yes | si orbit workos doctor |
| Apple App Store | Yes | Yes | Yes | Yes | auth + API checks |
| Publish | N/A (depends on target) | target-specific | Curated publishing flows | N/A | pre-publish checks |
| Provider inventory | N/A | N/A | Aggregated capability metadata | N/A | si orbit list |
| Surf runtime | runtime status | runtime profile dir | browser actions through MCP | N/A | si surf status |
Integration visuals
| Integration | Visual |
|---|---|
| GitHub | |
| Cloudflare | |
| Stripe | |
| Google Cloud | |
| AWS | |
| OpenAI | |
| OCI | |
| WorkOS | |
| Apple App Store | |
| Publish | |
| Providers | |
| Surf runtime |
Operator checklist before production writes
- Confirm credentials with integration-specific auth status command.
- Confirm context/account/environment target.
- Run integration doctor/health command where available.
- Use
--jsonmode for auditable outputs in automation. - For host/admin flows, prefer
si vault run -- <cmd>when injecting secrets. For SI runtime containers, usesi fort ....

