Islo platform
Reference for Islo's infrastructure primitives. For automating workflows (factory lines, jobs, line runs, schedules, triggers), use the islo factory-lines skill instead.
Ground rules that apply everywhere:
- The installed CLI is the source of truth. Use
islo schema <command>and--helpfor exact flags; do not write config shapes from memory. - Claude Code, Cursor agent, and Codex are preinstalled in sandboxes. OpenCode is installed on first
islo use --agent opencode. They run without in-sandbox auth when the matching integration (or Islo inference for OpenCode) is available. - Provider tokens stay out of sandboxes. Connect integrations with
islo login --tool <provider>and let thedefaultgateway profile inject credentials.
Where to go
| Topic | Read |
|---|---|
Create, connect, exec, pause, resume, delete sandboxes; islo use; islo.yaml; environments; sessions; snapshots and the snapshot-src pattern |
references/sandboxes-and-snapshots.md |
| Gateway profiles, provider integrations, phantom tokens, GitHub, Slack, Islo inference routing, credential troubleshooting | references/gateway-integrations.md |
| Incoming webhooks (HTTP event to sandbox or single job) and the TypeScript/Python SDKs | references/webhooks-and-sdk.md |
| Knowledge items: CRUD, levels, repo and tag links, rendering | references/knowledge.md |