Public Demo Guide
Use this page if you want to try the shared Clawback demo right now.
The hosted demo is a seeded shared workspace built to show one path through the product:
- answers grounded in known docs
- a concrete next action
- review before anything consequential
- visible state in the workspace after the run
Try It Now
Open:
https://demo.clawback.team
Use the public evaluator login:
- email:
evaluator@hartwell.com - password:
publicdemo1
If you only do one thing, do this:
- Sign in.
- Open
Chat. - Select
Incident Copilot. - Ask:
Why did checkout fail last night?
That gets you into the main public demo path immediately.
What You Are Looking At
This is a shared seeded workspace, which means:
Workersalready has installed worker shapesInboxalready has review and route-driven operational workWorkalready has durable outputs and execution stateActivityalready has audit historyKnowledgealready has a syncedIncident Copilot Demosource
The chat is just one part — the workspace around it (Workers, Inbox, Work, Activity) is the rest of the product.
Recommended First Pass
After you sign in, use this prompt sequence:
Why did checkout fail last night?What should we do next?Draft a follow-up ticket for the team.Use create_ticket to create the ticket now and start the approval flow if needed.
What you should see:
- an explanation pulled from the seeded docs, not generic model output
- a concrete recommendation
- a structured draft
- a pending review instead of silent execution
The evaluator path is supposed to stop at the pending review. You should be able to inspect the approval state, but not approve it with the public evaluator account.
After Chat, Look At These Pages
Once you have run the main chat flow, open:
WorkersInboxWorkActivityKnowledge
This shows the bigger picture:
- the assistant is part of a shared workspace
- actions that matter create review items
- outputs and history stay visible after the run
What This Demo Shows
- retrieval grounded in known docs
- one path from answer to reviewed action
- visible review state
- workspace state that persists after the run
What This Demo Doesn't Cover
- your own deployment
- your own connectors or users
- broad workflow coverage
- a no-code automation builder
For a fuller picture, use one of these instead:
- Quickstart for a local clone
- Deployment for a dedicated single-node workspace
- Start Here if you want to choose the right path first
Trusted Admin Walkthrough
There is also a stronger admin path built around Setup and the worker proof
flow.
That path is not public. Use it only when someone is doing a guided admin walkthrough and you want them to see the worker-first setup flow end to end.
Do not post the admin credential in public site copy or public docs.
If You Are Operating The Hosted Demo
Before sharing the hosted demo publicly:
- make sure one model provider key is present on the host
- make sure the runtime's active provider is aligned with that key
- sign in as an admin and confirm
/workspace/setupreports runtime readiness - remember that you do not need Gmail, SMTP, Slack, or WhatsApp keys for the public evaluator path
If you edit .env, recreate the runtime gateway so it picks up the new key:
docker compose -f docker-compose.prod.yml --env-file .env up -d openclaw
To verify the public evaluator path from a local checkout against the hosted demo:
CONSOLE_E2E_BASE_URL=https://demo.clawback.team \
CONSOLE_E2E_EMAIL=evaluator@hartwell.com \
CONSOLE_E2E_PASSWORD=publicdemo1 \
pnpm test:console:demo-evaluator:e2e
To verify the trusted admin worker-proof path:
CONSOLE_E2E_BASE_URL=https://demo.clawback.team \
CONSOLE_E2E_ADMIN_EMAIL=... \
CONSOLE_E2E_ADMIN_PASSWORD=... \
pnpm test:console:demo-admin:e2e
For the current release:
- keep the existing 30 second runtime-worker timeout as-is
- both hosted demo paths pass with that setting
- if the trusted admin login drifts on the host, reapply the normal demo seed before assuming the worker-proof flow regressed