Integrations Overview
Command families
| Integration | Primary command | Guide |
|---|---|---|
| GitHub | si github ... | GitHub |
| Cloudflare | si cloudflare ... | Cloudflare |
| Stripe | si stripe ... | Stripe |
| Google Cloud (Gemini/Vertex/Service Usage) | si gcp ... | GCP |
| Google Places | si google places ... | Google Places |
| Google Play | si google play ... | Google Play |
| YouTube | si google youtube ... | Google YouTube |
| Social (Facebook/Instagram/X/LinkedIn/Reddit) | si social ... | Social |
| AWS | si aws ... | AWS |
| OpenAI | si openai ... | OpenAI |
| Oracle Cloud Infrastructure | si oci ... | OCI |
| WorkOS | si workos ... | WorkOS |
| Apple App Store | si apple appstore ... | Apple App Store |
| Publish bridge | si publish ... | Publish |
| Provider meta-health | si providers ... | Providers |
| Browser MCP runtime | si browser ... | Browser Runtime |
| Plugin marketplace | si plugins ... | Plugin Marketplace |
Integration capability matrix
| Integration | Auth diagnostics | Context selection | Structured resources | Raw API mode | Doctor/health path |
|---|---|---|---|---|---|
| GitHub | Yes | Yes | Yes | Yes | si github doctor |
| Cloudflare | Yes | Yes | Yes | Yes | si cloudflare doctor |
| Stripe | Yes | Yes | Yes | Yes | si stripe auth status |
| GCP | Yes | Yes | Yes | Yes | si gcp doctor |
| Google Places | Yes | via si google | Yes | Yes | provider health + auth |
| Google Play | Yes | via si google | Yes | Yes | auth + release checks |
| YouTube | Yes | via si google | Yes | Yes | auth + upload checks |
| Social | Yes | Yes | Yes | Yes | platform auth status |
| AWS | Yes | Yes | Yes | Yes | si aws doctor |
| OpenAI | Yes | Yes | Yes | Yes | si openai doctor |
| OCI | Yes | Yes | Yes | Yes | si oci doctor |
| WorkOS | Yes | Yes | Yes | Yes | si 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 |
| Providers | N/A | N/A | Aggregated telemetry | N/A | si providers health |
| Browser MCP | runtime status | runtime profile dir | browser actions through MCP | N/A | si browser status |
| Plugin marketplace | policy + install diagnostics | N/A | catalog/install records | N/A | si plugins doctor |
Integration visuals
| Integration | Visual |
|---|---|
| GitHub | |
| Cloudflare | |
| Stripe | |
| Google Cloud | |
| AWS | |
| OpenAI | |
| OCI | |
| WorkOS | |
| Apple App Store | |
| Publish | |
| Providers | |
| Browser MCP | |
| Plugin Marketplace |
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. - Prefer
si vault run -- <cmd>when injecting secrets.
