live demo · dispatcher
A real dispatch. A real ledger row.
Click the button. We POST to xanadu.run/mcp (the production MCP server), run the code-reviewer agent on our Anthropic key against a public demo tenant capped at a few dollars per month, and surface the dispatcher’s actual response: the agent’s answer, the cost, a dispatch id you can quote back.
agent · code-reviewermodel · claude-sonnet-4.6typical cost · ~$0.004typical latency · ~10srate limit · 3 / min / IP
dispatch_agent · tenant=demo
xanadu.run/mcp
Click the button. We’ll dispatch the code-reviewer agent against the production MCP server with a tiny canned task. Typical roundtrip is 10 to 25 seconds. You’ll see the actual ledger output below.
What just happened
- Your browser POSTed to
/api/demoon this site (no MCP credentials in your browser). - Our server initialized an MCP session against
xanadu.run/mcpwith the public “demo” tenant id. - The dispatcher gated against the demo tenant’s monthly cap, then ran the code-reviewer agent with
wait: true. - The agent returned text and the dispatcher wrote one row to
/data/ledger.jsonl: agent, model, cost, dispatch id, status. - We surfaced the row to you with no transformation.