Infra for agents
that close tickets
Islo is infrastructure to run coding agents in the cloud - with your local developer environment, connected to your tools, shipping PRs 24/7.
$ islo use --agent claude✓ Sandbox swift-lantern created✓ Your environment synced✓ Connected to GitHub, Slack, Linear> claude: Ready. What are we working on?$ Refactor the payments module to use Stripe webhooks. Here's the Linear ticket: ISL-1847> claude: On it. I'll start with the webhook handler, update the subscription model, and add tests.$ islo use swift-lantern✓ Reconnected to swift-lantern (running 6h 23m)> claude: Done. PR #312 is up — 14 files changed, all tests passing. Ready for review.Your environment, out of the box.
Claude Code for Web and Cursor Cloud Agents run in generic containers. Islo captures your actual setup - dependencies, env vars, database state - so agents work like they're on your machine.
Unattended until you need to step in
Long-running computers for your agents, connected to your tools.
Isolated and secure
Each agent runs in its own microVM with your environment and scoped permissions. It can only touch what you allow - so you can give agents real responsibilities.
Scoped Access
Agents get permissions to specific tools, not blanket access. You control exactly what each agent can touch.
Your Environment
Agents run with your deps, config, and env vars. Same setup as your laptop, running 24/7.
Audit Logs
Every action is recorded and exportable to your SIEM. Compliance and forensics are straightforward.
Check in from anywhere
Your autonomous agents run 24/7. Connect from your terminal, Slack, or phone - check progress, approve actions, or merge PRs from bed.
From your terminal
Attach to any running agent from your terminal or IDE. Drop in whenever you need to.
From Slack
Same agent session in Slack. Check in or approve actions without switching context.
From your phone
Review PRs, approve actions, or check progress - all from your phone, no laptop needed.
Pay only for what you use
No seat licenses, no flat fees, no paying for idle time. You pay for provisioned compute while your environment is running.
CPU Time
Billed while the environment is running. Based on provisioned CPU cores.
Provisioned CPU cores
Memory Time
Billed while the environment is running. Based on provisioned memory — if you request 2 GB, you pay for 2 GB for the duration.
Provisioned memory
Storage Time
Billed based on provisioned storage.
Provisioned storage
Push a task and check the PR.
Run autonomous agents 24/7 in your environment.
curl https://islo.dev/install.sh | bash