Cloud agents
The same coding agent your team runs locally, in isolated cloud sandboxes with your repos cloned and your toolchain installed. Sessions keep running after you close the laptop, and each one gets scoped credentials, a hard budget, and a full transcript.
What are we shipping today?
JavaScript was built in 10 days. It now runs most of the visible internet. Sleep well.
Each session gets an isolated sandbox with repositories pre-cloned and dependency installs baked into a cached image, so repeat sessions start in seconds. Parallel agents build and run the tests without touching each other.
Isolated sandboxes with your toolchain installed, cached across sessions
Start a session from the CLI, POST /v1/sessions from CI, mention @ellipsis on GitHub, Slack, or Linear, or let an event or a cron schedule start it. Every entry point produces the same governed session.
One session model behind every entry point
Every session gets its own GitHub token, scoped to the repos and permissions you grant and expiring in an hour. Spend runs under hard caps, and every turn and tool call lands in a transcript the whole team can search.
Permissions minted per session, spend capped before compute starts