Run Claude Code and Codex in cloud sandboxes with your dependencies installed. Use for Development, Code Review, Background Agents, and more.
Free for individuals with a Claude Code or Codex subscription.
Dashboard
Platform
Account
Reply to the agent...
Development
Run Claude Code and Codex with your repositories, dependencies, and tools already configured. Build features, fix bugs, and run tests in isolated cloud sandboxes.

ellipsis: kind: environment name: developmentrepositories: - name: web-repoimage: setup: | cd web-repo pnpm install --frozen-lockfilecompute: cpu: 4 memory: 8GBCode Review
Ellipsis reviews pull requests against your codebase and flags bugs directly on GitHub. Set review scope and instructions to match the way your team ships.
Graphic placeholder
A pull request diff with a review finding anchored to the affected lines.
ellipsis: kind: code_reviewpull_requests: draft: falsereview: - name: correctness harness: type: claude_code instructions: | Find bugs and regressions. Skip style and formatting.budget: run: 10Background Agents
Start agents on a schedule or in response to events. Let them handle fixes and recurring maintenance, then review the changes and session logs when the work is done.
Graphic placeholder
Scheduled and triggered sessions with their status, recent activity, and resulting pull requests.
ellipsis: name: dependency-updatestrigger: type: cron schedule: "0 9 * * 1"session: harness: type: claude_code environment: development instructions: | Update dependencies in web-repo. Run tests and open a pull request. budget: session: 5Start, steer, and review sessions from the terminal, the web app, the API, Slack, or GitHub. Same agents, same logs, same budgets everywhere.
$
One file declares the agent and the environment it runs in: repositories, dependencies, permissions, and budgets. Check it in, review it, and audit changes like any other code.
Every session runs on credentials minted just for it: the repositories it may touch, the tools it may call, nothing else. Revoked when the session ends.
session: budget: session: 1.50 day: 5.00 week: 20.00 month: 60.00Cap spend per session, per developer, or over time, in the same YAML. A session that hits its cap stops, and the ledger shows where every token went.
Every thinking token, tool call, and diff is recorded and attributed. Logs are searchable by the whole team, if you want.
Ellipsis is built with governance at scale in mind. Permissions are defined before a session starts. Every agent action is logged. You have full control over your data longevity.
More about securityMinted per session, scoped to the repos you allowed, revoked with the sandbox.
Your code lives only in the session sandbox and is deleted with it.
Every command, file change, and tool call an agent made, kept after the sandbox is gone.