The Ops Desk

A private AI assistant that can draft real actions — refunds, emails — but can never run one on its own. Everything it proposes waits for you to approve; only then does it execute, on your device, from your own handler. The agent never holds the credential.

You + your private assistant

Actions taken (executed on approval)

Nothing yet. Ask the assistant to refund or email a customer — it will propose the action, and it runs only after you approve it.
Built on the Witbitz SDK — a space.privateLane({ actions }) plus on('proposal') + approve(). The private room is sealed to a key the server never holds; the propose→approve→execute flow is the runtime's. Actions here are simulated; a real app wires each run() to its API.