{
  "outcome": "OK",
  "items": [
    {
      "id": "law.file_provisional",
      "vertical": "legal",
      "deliveryModel": "human_marketplace",
      "name": "File a provisional patent application",
      "effectClass": "commerce",
      "gate": "reserved",
      "price": null,
      "upstream": {
        "door": "api.lawyer",
        "path": "POST /orders"
      },
      "call": {
        "curl": "curl -X POST https://api.lawyer/orders",
        "mcpTool": "file_provisional"
      },
      "reserved": {
        "profession": "attorney or USPTO patent agent",
        "pendingState": "PENDING_SIGNER",
        "marketplace": "gigs.lawyer"
      },
      "status": "specimen",
      "note": "Kernel built and published (npx api.lawyer); no live filings yet."
    },
    {
      "id": "ins.open_fnol",
      "vertical": "insurance",
      "deliveryModel": "human_marketplace",
      "name": "Open a first notice of loss",
      "effectClass": "service",
      "gate": "reserved",
      "price": null,
      "upstream": {
        "door": "api.insure",
        "path": "POST /claims"
      },
      "call": {
        "curl": "curl -X POST https://api.insure/claims",
        "mcpTool": "open_fnol"
      },
      "reserved": {
        "profession": "licensed adjuster",
        "pendingState": "PENDING_ADJUSTER",
        "marketplace": "gigs.claims"
      },
      "status": "specimen"
    },
    {
      "id": "sales.sell",
      "vertical": "sales",
      "deliveryModel": "human_marketplace",
      "name": "Create a deal and drive it to terminal",
      "effectClass": "commerce",
      "gate": "reserved",
      "price": null,
      "upstream": {
        "door": "api.forsale",
        "path": "POST /sell"
      },
      "call": {
        "curl": "curl -X POST https://api.forsale/sell",
        "mcpTool": "sell"
      },
      "reserved": {
        "profession": "human closer per the mandate",
        "pendingState": "NEEDS_HUMAN",
        "marketplace": "closers.sale"
      },
      "status": "specimen",
      "note": "Demo kernel deployed; mandate-gated staffing per role."
    },
    {
      "id": "fin.prequal",
      "vertical": "finance",
      "deliveryModel": "human_marketplace",
      "name": "Loan prequalification",
      "effectClass": "service",
      "gate": "reserved",
      "price": null,
      "upstream": {
        "door": "apis.finance",
        "path": "POST /prequal"
      },
      "call": {
        "curl": "curl -X POST https://apis.finance/prequal"
      },
      "reserved": {
        "profession": "licensed MLO where the SAFE Act reserves terms",
        "pendingState": "NEEDS_HUMAN",
        "marketplace": "gigs.loans"
      },
      "status": "roadmap"
    },
    {
      "id": "gigs.escalate",
      "vertical": "experts",
      "deliveryModel": "human_marketplace",
      "name": "Route any reserved act to a credentialed human",
      "effectClass": "service",
      "gate": "reserved",
      "price": null,
      "upstream": {
        "door": "gigs.ax",
        "path": "POST /escalate"
      },
      "call": {
        "curl": "curl -X POST https://gigs.ax/escalate"
      },
      "reserved": {
        "profession": "matched by credential lattice",
        "pendingState": "NEEDS_HUMAN",
        "marketplace": "gigs.expert"
      },
      "status": "roadmap",
      "note": "The universal escalate() router: one supply pool wearing many brand doors."
    }
  ]
}