Try the cockpit, right here

This is the flow you'd get on your phone, simulated in your browser. In a few seconds, one of the agents below is going to need you.

SIMULATED DEMO
DevReins · eric-box
3 agents
AGENTS
checkout-service
Claude Code · reading src/cart.js…
Working
api-refactor
Codex · editing routes/orders.ts…
Working
docs-writer
Gemini CLI · waiting for input
Idle
checkout-service
Eric ● Needs you
Stop
APPROVALS
Run tests and commit…
Bash auto-approves in 120s
./run-tests.sh
Browse folder
±  Review changes
Changes
You15:41  
Run the test suite, then commit the passing result with git.
· live ·
Changes
1 file
Working tree · +1 −0 since your last look
Msrc/cart.js
@@ -8,6 +8,7 @@ function discount(sub)
function discount(sub) {
+ if (sub >= 500) return sub * 0.15;
if (sub >= 200) return sub * 0.10;
if (sub >= 100) return sub * 0.05;
return 0;
}
Files
~ / demo-project
src1 file
test1 file
src/cart.js823 B
run-tests.sh102 B
package.json210 B
README.md318 B
Terminal
live
eric@dev-box:~/demo-project$
RawCtrlShiftEscTab
Agents
Files
±Git
>_Terminal

That was the whole loop

One notification, one look at the context, one tap. The real thing queues every agent you run, and when a reply isn't enough you step into the machine itself.

Get DevReins free →