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",
)ellipsis:
name: Flaky test fixer
claude:
model: claude-opus-5
system: Fix the flaky test in ci/.client.sessions.run(
prompt="Fix the flaky test in ci/",
)Spawn, manage, and govern Claude Code and Codex agents through the API, CLI, SDK. Every supported harness and model uses the same interface.
Every session runs in its own isolated sandbox. Environments are YAML files that specify dependencies, repositories, permissions, and budgets.
Every thinking token, tool call, and diff is recorded and attributed. Logs are searchable by the whole team (if you want).
Spawn, manage, and govern cloud agents like any other cloud infrastructure. Get started in 2 minutes.
The blocker is not capability. It is credentials, retention, and who can prove what an agent did.
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.