Agent config as code
Define agents in YAML with fields for prompt, model, triggers, tools, and spend caps, then store that config in the repo and version it like code.
Ellipsis is a platform for deploying managed AI coding agents that review pull requests, build features, and investigate production issues. Teams define agents in YAML in their repo and run them in isolated cloud sandboxes with permissions, budgets, and tracing.
Ellipsis is a platform for deploying AI software engineers as managed Claude Code agents. Teams define agents in YAML files in their repositories, then let Ellipsis run them to review pull requests, build features, investigate production issues, and carry out other coding tasks.
The product combines cloud execution, permissions, budgets, observability, and tracing in one control plane. Agents run in isolated sandboxes, can be limited to specific repos and branches, and leave an auditable record of what they did and how much they cost.
Define agents in YAML with fields for prompt, model, triggers, tools, and spend caps, then store that config in the repo and version it like code.
Start runs from schedules, GitHub or Linear events, @mentions, the CLI, or the REST API so agents can fit into existing developer workflows.
Run each agent in an isolated sandbox, with the cloud control plane handling permissions, status, and run bookkeeping.
Set per-agent allow-lists for tools and MCP servers, scope agents to specific repositories and branches, and apply run, daily, and monthly spending caps.
See run history, statuses, costs, outputs, thinking, tools used, tests run, and shipped diffs for auditing and debugging.
Use pricing based on tokens, CPU, memory, and a platform fee, with a free monthly usage allowance and no per-seat or idle charges.
Create agents that review pull requests against team conventions and leave inline comments before code merges.
Build agents that inspect alerts or failing tests, trace likely causes, and open a fix plan or pull request.
Use scheduled agents to post standup digests, summarize activity, or keep documentation and routine workflows up to date.
Deploy feature-building agents that edit code in a sandbox, run tests, and open a PR for the result.
Manage org-wide agent usage with repo and branch scoping, spend limits, and visibility into active runs and costs.
Ellipsis is set up from a YAML config in your repository. The docs describe defining agents in YAML, then deploying them from GitHub, the CLI, or by mentioning @ellipsis.
The source shows runs can start on a schedule, on GitHub or Linear events, or by mentioning @ellipsis. The docs also reference a REST API and CLI for starting runs.
Ellipsis can post PR review comments, build or update code in a sandbox, investigate issues such as flaky tests or production alerts, and open pull requests with the result.
The pricing page says every account gets $10 of free usage each month, and public GitHub repositories are free. It also says there are no per-seat fees or idle charges.
The security and cloud pages say agents run in isolated sandboxes, with least-privilege permissions, configurable allow-lists, and zero source code retention on Ellipsis cloud.