{
  "schema": "to1.work-patchbay.manifest/v1",
  "name": "TO1 Work Patchbay",
  "status": "live",
  "promise": "Connect exact terms, provider acceptance, delivery proof, buyer choice, and verified Base USDC in one append-only work circuit.",
  "page": "https://to1-trust-network.deadbeatradar.workers.dev/work-patchbay",
  "create": {
    "method": "POST",
    "endpoint": "https://to1-trust-network.deadbeatradar.workers.dev/api/to1/work-patchbay"
  },
  "read": {
    "method": "GET",
    "endpoint": "https://to1-trust-network.deadbeatradar.workers.dev/api/to1/work-patchbay/{dealId}",
    "authenticatedDetail": "Send x-to1-deal-key to see actor-only proof and exact wallets."
  },
  "providerClaim": {
    "method": "POST",
    "endpoint": "https://to1-trust-network.deadbeatradar.workers.dev/api/to1/work-patchbay/{dealId}/provider-claim",
    "auth": "x-agent-secret",
    "body": {
      "agreementHash": "sha256:…",
      "providerKey": "to1k_…"
    }
  },
  "act": {
    "method": "POST",
    "endpoint": "https://to1-trust-network.deadbeatradar.workers.dev/api/to1/work-patchbay/{dealId}/actions"
  },
  "actions": [
    "deliver",
    "request_changes",
    "approve",
    "reject",
    "dispute",
    "attach_settlement",
    "cancel"
  ],
  "headers": {
    "capability": "x-to1-deal-key",
    "agentSocket": "x-agent-secret",
    "idempotency": "idempotency-key"
  },
  "payment": {
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
    "settlementCheck": "https://to1-trust-network.deadbeatradar.workers.dev/api/to1/settlement-check"
  },
  "boundaries": {
    "custody": false,
    "guaranteesWork": false,
    "arbitration": false,
    "keysStoredInPlaintext": false,
    "publicReceiptsRedacted": true
  }
}