Everything coding agents need.

Run autonomous coding agents that ship real engineering work. Islo gives each agent an isolated computer with your tools, services, and verification built in.

agent computer
cpu2 vCPU · 4 GB
disk10 GB SSD
staterunning
a real computer · wired to everything an agent needs
start withand more
onIslo cloudtheir cloudtheir customer's cloud
from openai import OpenAI
from islo import Islo

llm = OpenAI()
code = llm.responses.create(
    model="gpt-4.1",
    input="Write Python to validate this uploaded CSV.",
).output_text

islo = Islo()
sandbox = islo.sandboxes.create_sandbox(name="llm-output")
islo.sandboxes.exec_in_sandbox(
    sandbox_name=sandbox.name,
    command=["python", "-c", code],
)
agent
fetch("https://pypi.org/simple/requests")
$PYPI_TOKENplaceholder only
islo gateway
Bearer $PYPI_TOKENBearer ••••••••4f2a
injected at egress · per-request audit
pypi.org
200 OK
key never touched sandbox memory
allowpackage registrypypi.org onlyscoped
allowresult uploads3://results/*scoped
allowephemeral /tmpworkspaceaudited
agent-run-ab12 · isolation
python
agent script
/tmp
ephemeral
gateway
per-request policy
 isolated · scoped egress · VM destroyed
computer
agent-run-ab12
isolated run · destroyed after
storage volume
vol-ab12 · 2 GB
read/write for the run
readinputs/data.csv
writeresults/output.json

Pay only while it runs.

this use case30s run · 1 vCPU / 512 MB → ≈ $0.002

Pay only while the computer runs: CPU + memory + disk. No seat licenses, no idle fees.

CPU time
$0.07/CPU-hour
per core while the env runs
Memory
$0.04/GB-hour
per GB you provision
Storage
$0.0007/GB-hour
per GB of disk
$50 free credits on signup · no card required

Give your agents a real computer.