Now in beta
Desktop applications,
ready for agents.
Give your computer-use agent a ready-to-use application in seconds. No VM setup. No desktop configuration.
How it works
Create a sandbox
Pick an environment — FreeCAD, LibreOffice, or more coming soon. Isle spins up a ready-to-use desktop in seconds.
Connect your agent
Use any computer-use model. OpenAI, Anthropic, Gemini, or your own. Standard screenshot, mouse, and keyboard controls.
Get results
Download output files when your agent is done. Checkpoints protect your work if anything goes wrong.
The platform
You bring the agent.
We give it the computer.
Use any computer-use model or agent framework. Isle handles the application environment underneath — installed, configured, and monitored.
Ready-to-use apps
FreeCAD, LibreOffice — installed, configured, and running.
Computer controls
Screenshots, mouse, keyboard. The primitives agents need.
File transfer
Upload input files. Download results. Simple API.
Live desktop
Watch your agent work in real time from the dashboard.
Environments
Purpose-built for agents.
More environments coming soon.
FreeCAD
CAD environment ready for computer-use agents. Supports STEP, IGES, STL, and native FreeCAD formats.
isle.sandboxes.create("freecad")LibreOffice
Documents, spreadsheets, and presentations. Writer, Calc, and Impress ready for agents.
isle.sandboxes.create("libreoffice")The API
Familiar primitives.
No lock-in.
Standard computer-use controls. Screenshots, mouse, keyboard, file transfer. Works with any agent framework or model.
Read the docsfrom isle import Client
isle = Client()
sandbox = isle.sandboxes.create("freecad")
# Agent controls
image = sandbox.screen.screenshot()
sandbox.mouse.click(500, 300)
sandbox.keyboard.type("8 mm")
sandbox.keyboard.keypress(["CTRL", "S"])
# File transfer
sandbox.files.upload("part.step")
sandbox.files.download("/output/result.step")
sandbox.stop()Pricing
Simple, predictable pricing.
No usage surprises. Start free, upgrade when you need to.
Free
$0
per month
- 5 environment-hours/month
- 30 min session limit
- 1 concurrent sandbox
- FreeCAD & LibreOffice
Developer
$49
per month
- 100 environment-hours/month
- Unlimited session length
- 5 concurrent sandboxes
- FreeCAD & LibreOffice
- Priority support
Enterprise
Custom
tailored to you
- Unlimited environment-hours
- Unlimited session length
- Unlimited concurrency
- Custom environments
- Dedicated support
- SLA & uptime guarantees