Support agent playground

The agent wants to refund an order. You set the limit.

Edit the allow, ask, and deny rules. Then run the agent, approve calls that wait for you, and see whether the refund tool executed.

Loading [email protected]
Agent UI

Support agent

ready
Customer

Order ord_42 arrived damaged. Please issue a refund.

Agent

I found the order. Choose the refund amount to test.

Refund amount
Editable policy

policy.ts

Try changing 500 to 100, then run the $200 refund again.

Proof

Receipt chain

Run the agent to create receipts.
  1. No decisions yet.
This is the real package, not a UI-only simulation.

Policy evaluation, approval, tool execution, and receipt hashing happen inside [email protected]. The worker has no credentials and cannot access the page DOM.

View source →