Cloud agents that give you the flexibility of local development with the governance of enterprise infrastructure. Get started with $100 free credit, then pay for tokens plus 10%.
An agent is a YAML file in your repository: the prompt, the model, the trigger, the budget. Commit it to deploy, open a pull request to change it, revert to roll it back.
Sessions run on isolated machines built from your Dockerfile, driven from your terminal, the API, or a trigger. Nothing waits on a laptop staying awake.
Permissions are scoped before an agent spawns, spend is capped per session, and every turn, tool call, and thinking block is recorded and exportable.
Install the GitHub app and pick the repositories agents can reach. Ellipsis reads the codebase and branch structure, so an agent has full context on its first prompt.
One file under agents/ carries the prompt, the model, the trigger, the sandbox, the permissions, and the budget. Merging it deploys the agent; there is no other deploy step.
Every session gets its own isolated machine built from your Dockerfile, with a scoped token minted for that run. Hundreds run at once without competing for a laptop.
The agent opens a pull request with the full transcript attached: every turn, tool call, and token it spent. Steer it with a comment, or merge it.