Skip to main content
Page stub. Full content lives in the README — Policy Shape.
version: 1

default_policy:
  mode: deny

tools:
  web_search:
    mode: allow
  fetch:
    mode: allow
  refund_order:
    mode: allow
    constraints:
      - args.amount <= 500
      - args.currency == "USD"
Modes: allow, deny, approval_required. Every constraint must pass (implicit AND).