Managed Cloud forCoding Agents

Spawn coding agents with one API call. Start with $100 credit, then pay for tokens + 10%.

Install on GitHub
Talk to salesDocumentation
Claude logoClaudeCodex logoCodex+ 9 models
from ellipsis import Ellipsis

client = Ellipsis(api_key="ellipsis_key_...")

handle = client.sessions.run(
    prompt="Fix the flaky test in ci/",
    repository="acme/api",
)
0.0M
agent sessions
0B
tokens spent
0+
companies

Deploy a fleet of agents
Without the infrastructure

Ship more in parallel

Hundreds of sessions at once, each on its own isolated machine built from your image. Agents start themselves on GitHub events, Slack and Linear mentions, Sentry alerts, or a schedule. Nothing waits on a laptop staying awake.

Trust what comes out

Every turn, tool call, and thinking block is recorded, and every session is attributed to a person, an API key, or the parent agent. "Which session produced PR #123?" is a query, months later.

your-org / agents
standup-automator.yaml
ellipsis:
name: Standup automator
description: Posts a daily standup digest to Slack
triggers:
- type: cron
schedule: "30 8 * * 1-5"
budget:
session: 2
claude:
model: claude-opus-4-8
system: |
Each weekday, summarize yesterday's merged PRs, the
reviews still waiting, and any failing CI, then post
the digest to #engineering and @ the right owners.

Set the limits once

Permissions are scoped before an agent spawns, on tokens that expire with the session. Spend is hard-capped per session, per developer, per agent. It is all YAML in your repository, reviewed like any other change.

Agents are moving to the cloud.
Make it a cloud you can verify.

The blocker is not capability. It is credentials, retention, and who can prove what an agent did.

More about security
SOC 2Type ICertified
SOC 2Type IIIn progress

Scoped credentials

Minted per session, narrowed to the repos and permissions you allowed, revoked when the sandbox is torn down.

Zero source retention

Your code lives only inside the session sandbox and is deleted with it. The transcript outlives the sandbox; the code does not.

Deploy inside your infrastructure

Run on Ellipsis Cloud, or self-host in your own AWS account so credentials, code, and model calls never leave your VPC.

Frequently asked questions