Infra for agents
that touch real systems
Islo is infrastructure to run coding agents in the cloud - with your local developer environment, connected to your tools, shipping PRs 24/7.
$ islo watch https://linear.app/islo/team/ISL/active✓ Sandbox pretty-turmoil created✓ Your environment synced✓ Connected to GitHub, Slack, Linear✓ Watching ISL board...Agent picked up ISL-1847...✓ Created PR #312# Next morning — reconnect to the same sandbox$ islo use pretty-turmoil --agent claude✓ Reconnected to pretty-turmoil (created PR #312)✓ Claude Code ready> claude: Welcome back! Continue where you left off.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
Connect the input and the output tools and let the agents work. Jump in anytime to review or take over.
Works with
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
We only bill for actual CPU cycles, resident memory, and consumed storage.
CPU Time
Measured from Linux cgroup CPU usage counters (cpu.stat usage_usec). Billed with a minimum of 6.25% CPU utilization per second of runtime.
Cumulative CPU usage
Memory Time
Measured by sampling Linux cgroup memory usage (memory.current). Billed with a minimum of 0.25 GB per second of runtime.
Actual memory usage
Storage Time
Measured hourly by summing actual size of objects in your environment's storage bucket.
Storage usage in GB-hours
Push a task and check the PR.
Run autonomous agents 24/7 in your environment.
curl https://islo.dev/install.sh | bash