Docs

Workbench setup

What it is

A local web app (127.0.0.1:8787) for detailed management: memory, approvals, audit, rules, and per-agent state. The daily surface is your chat apps.

Start it

Run from the monorepo or the packaged runtime.

pnpm dev:workbench   # binds to 127.0.0.1:8787
# or: pnpm --filter workbench run build && pnpm --filter workbench run start

What only this can do

Revert a memory to a previous version, inspect the complete audit ledger, edit plain-language rules, export all workspace data as JSON, or delete it.

All guides