Introduction
Ellipsis runs coding agents in the cloud. Start a session with one command, define automations as YAML, and govern all of it with budgets and scoped permissions.
Ellipsis runs coding agents in the cloud. Type agent and the same Claude Code
or Codex you run locally starts in its own sandbox, with your repositories
cloned, recorded end to end, under budgets your organization set. Commit a YAML
file and that same agent runs on a schedule, on a pull request, or on a Slack
mention, with no one at a keyboard.
environment: repositories: - name: api-repo variables: - name: DOPPLER_TOKEN
One YAML updates the whole team
The environment agents run in is a file in your repository. Add a variable or an MCP server as one reviewed line and every session picks it up on merge.
ellipsis:version: v1name: Standup digestsession:environment:repositories:- name: api-repovariables:+ - name: DOPPLER_TOKEN+ mcp_servers:+ - slack
Reference
One agent working: start it, steer it, stop it, read what it cost.
AutomationsSaved agents that run on triggers or when invoked, defined as YAML in git.
EnvironmentsThe machine a session runs in: repositories, image, compute, secrets.
Code ReviewIncremental review of every push, on with one setting.
Surfaces
agent "..." from your terminal; everything else for scripts.
Everything scriptable over /v1.
TypeScript SDKThe npm client, generated from the API spec.
Python SDKThe PyPI client, sync and async.