One platform. Four surfaces.
Chat and Sandboxes are what your teams use. Console and Tracing are what you control them with. All four run on your infrastructure.
Conversation is the interface.
Your team delegates work in a thread and sees when it's done. Nothing new to learn.
Engineers get a shell in the agent's runtime.
Same image, same secrets, same limits — driven by hand. Find out what an agent can and cannot reach before it runs unattended.
> tsx watch src/server.ts
GET /api/orders?q=q3 200 118ms
One place to set the rules.
Every token, CPU-hour, and gigabyte lands on the agent that used it. Same page decides who can use which model, and what it's allowed to reach.
Every run is a record you can read.
Every LLM call, tool execution, and context decision — in order, with the prompt that produced each response. Terminate a run that's misbehaving.
See it on your own cluster.
Thirty minutes, your infrastructure, your stack. Or start it on your laptop right now and skip the call.