Spawn coding agents with one API call.Spawn coding agents with one API call. Observability, permissions, and budgets included. Start with $100 credit, then pay for tokens + 10%.
from ellipsis import Ellipsis
client = Ellipsis(api_key="ellipsis_key_...")
handle = client.sessions.run(
prompt="Fix the flaky test in ci/",
repository="acme/api",
)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.
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.
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.
The blocker is not capability. It is credentials, retention, and who can prove what an agent did.
More about securityMinted per session, narrowed to the repos and permissions you allowed, revoked when the sandbox is torn down.
Your code lives only inside the session sandbox and is deleted with it. The transcript outlives the sandbox; the code does not.
Run on Ellipsis Cloud, or self-host in your own AWS account so credentials, code, and model calls never leave your VPC.