Run
On the Ellipsis cloud, agents run in isolated sandboxes, so your code is secure and the whole team can see what they did. There is nothing to host and nothing to babysit.
Cloud data flow
Events enter Ellipsis cloud, run in managed sandboxes, and return as GitHub code changes.
Developer Laptop
Spawn remote agent with @ellipsis
Slack
tagged in #engineering
GitHub
CI pipeline
Linear
Assigned to @ellipsis
Sentry
New error reported
Control plane
spawns runs, checks permissions, records status
Agent Sandboxes
ephemeral, scoped to single agent
Agent Watchtower
streams every step, tracks budgets
GitHub
pushedbranch: ellipsis/fix-auth
commit: 8f3a1c9
pull request opened
Ellipsis backend writes the change back to GitHub.
pull_request_open · priya-shah opened #512
Reviewed the diff, flagged a double-booking window in trade_engine.py
2m 14s · $0.41
pull_request_push · priya-shah pushed 2 commits
Incremental review: the lock fix holds, one nit on the retry test
58s · $0.12
@ellipsis make the retry test cover shift boundaries · marcus-lee
Extended test_trade_retry with boundary cases, pushed 1 commit
1m 41s · $0.28
One conversation per PR
triggers: - type: cron schedule: "0 14 * * 1-5" - type: react events: - event: pull_request_open - event: push branches: [main, release/*] - event: sentry_issue_alert - type: mention platforms: [github, slack]Cron, events, mentions
marcus-lee
@ellipsis use the staging database, not prod
👀 · conversation woken, same working tree
ellipsis[bot]
Switched the fixtures to the staging database and re-ran the suite: 12 passed. Pushed the change to this branch.
@ellipsis
ellipsis: version: v1 name: Review agent description: Review every PR, incrementally on pushclaude: system: file: .agents/prompts/review.mdtriggers: - type: react events: - event: pull_request_open - event: pull_request_pushsandbox: repositories: - name: splitshift-apilimits: run: 2.00Code review
Define in YAML, deploy with git push
Starter YAML templates for common tasks
An isolated computer for every session
Observe and monitor fleetwide
Boundaries up front, receipts afterward
Engineering metrics for the age of AI
Everything the dashboard does, scriptable