{
  "openapi": "3.1.0",
  "info": {
    "title": "NWB Vending Materials Factory",
    "version": "1.3.0",
    "description": "x402 agent inventory: training, tools, and template packs for small-business ops.",
    "contact": {
      "name": "NWB Vending",
      "email": "NWBVending@gmail.com"
    },
    "x-guidance": "Discover packs via catalog-manifest.json. Each GET path returns a paid JSON artifact after x402 USDC payment on Base. Start with catalog-manifest.json (public) for routing; fetch primary JSON files listed here when use_when matches."
  },
  "servers": [
    {
      "url": "https://nwb-vending.com"
    }
  ],
  "x-discovery": {
    "ownershipProofs": [
      "0x53799D42E72E3d41625006d310A55EC486DA5213"
    ]
  },
  "paths": {
    "/2nd-pages/materials-factory/training/llm-api-bootcamp/full/playbook.json": {
      "get": {
        "operationId": "mf-train-001",
        "summary": "LLM API Bootcamp",
        "description": "Materials Factory training pack mf-train-001. Paid JSON for agents.",
        "tags": [
          "training"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-train-001"
              ],
              "default": "mf-train-001"
            },
            "example": "mf-train-001"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/tools/should-i-automate/full/rules.json": {
      "get": {
        "operationId": "mf-tool-001",
        "summary": "Should I Automate This?",
        "description": "Deterministic rubric: should this task stay manual, use a template, gather data, or automate? Built for ops-heavy small business.",
        "tags": [
          "tools"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tool-001"
              ],
              "default": "mf-tool-001"
            },
            "example": "mf-tool-001"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/tools/ai-task-fit/full/rules.json": {
      "get": {
        "operationId": "mf-tool-002",
        "summary": "AI Task Fit",
        "description": "Route tasks to AI draft, human-only, or template path. Pairs with job spine comms packs.",
        "tags": [
          "tools"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tool-002"
              ],
              "default": "mf-tool-002"
            },
            "example": "mf-tool-002"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/tools/scope-creep-say-no/full/rules.json": {
      "get": {
        "operationId": "mf-tool-003",
        "summary": "Scope Creep / Say-No",
        "description": "Say-no and CO routing rubric for scope creep. Cross-links mf-tpl-012 and quote gate.",
        "tags": [
          "tools"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.05"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tool-003"
              ],
              "default": "mf-tool-003"
            },
            "example": "mf-tool-003"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/complaint-recovery-playbook/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-001",
        "summary": "Customer Complaint Recovery",
        "description": "Complaint recovery spine route: severity branches, templates, log rows. Use before treating anger as new intake.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-001"
              ],
              "default": "mf-tpl-001"
            },
            "example": "mf-tpl-001"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/employee-onboarding-kit/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-002",
        "summary": "Rapid Employee Onboarding",
        "description": "Rapid onboarding by role: templates, buddy, Day 7/30 checkpoints. HR adjacent to job spine.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-002"
              ],
              "default": "mf-tpl-002"
            },
            "example": "mf-tpl-002"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/hiring-character-gauge/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-003",
        "summary": "Hiring Character Gauge",
        "description": "Three-question character gauge with scored examples. Routes hires to mf-tpl-002 onboarding.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-003"
              ],
              "default": "mf-tpl-003"
            },
            "example": "mf-tpl-003"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/client-intake-playbook/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-004",
        "summary": "Client Intake Playbook",
        "description": "Job spine entry: classify intake, first touch within SLA, qualify before mf-tpl-006 quote.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-004"
              ],
              "default": "mf-tpl-004"
            },
            "example": "mf-tpl-004"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/weekly-ops-review/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-005",
        "summary": "Weekly 15-Min Ops Review",
        "description": "15-minute ops overlay for spine. Five blocks, variants, cross-links payment and queue packs.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-005"
              ],
              "default": "mf-tpl-005"
            },
            "example": "mf-tpl-005"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/quote-estimate-gate/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-006",
        "summary": "Quote / Estimate Gate",
        "description": "Quote gate: branches for rush, repeat, partial scope. Chains from mf-tpl-004 intake.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-006"
              ],
              "default": "mf-tpl-006"
            },
            "example": "mf-tpl-006"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/delivery-handoff/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-007",
        "summary": "Delivery + Handoff",
        "description": "Delivery and handoff templates with unpaid hold and issue branches. Precedes mf-tpl-015 close.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-007"
              ],
              "default": "mf-tpl-007"
            },
            "example": "mf-tpl-007"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/invoice-payment-chase/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-008",
        "summary": "Invoice + Payment Chase",
        "description": "Invoice and payment chase sequence. Pairs mf-tpl-005 money block and mf-tpl-029 plans.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-008"
              ],
              "default": "mf-tpl-008"
            },
            "example": "mf-tpl-008"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/vendor-issue/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-009",
        "summary": "Vendor Issue Playbook",
        "description": "Vendor issue playbook with client delay scripts. Mid-spine between production and delivery.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-009"
              ],
              "default": "mf-tpl-009"
            },
            "example": "mf-tpl-009"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/project-kickoff/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-010",
        "summary": "Project Kickoff Checklist",
        "description": "Post-accept kickoff checklist. Bridges quote win to proof and production handoffs.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-010"
              ],
              "default": "mf-tpl-010"
            },
            "example": "mf-tpl-010"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/proof-approval-gate/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-011",
        "summary": "Proof + Client Approval Gate",
        "description": "Proof approval gate with written approval rule. Release trigger for floor and mf-tpl-017.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-011"
              ],
              "default": "mf-tpl-011"
            },
            "example": "mf-tpl-011"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/change-order-mid-job/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-012",
        "summary": "Change Order Mid-Job",
        "description": "Change order mid-job scripts. Works with mf-tool-003 and mf-tpl-013 updates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-012"
              ],
              "default": "mf-tpl-012"
            },
            "example": "mf-tpl-012"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/client-status-update/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-013",
        "summary": "Client Status Update",
        "description": "Client status update templates. Spine glue during active jobs.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-013"
              ],
              "default": "mf-tpl-013"
            },
            "example": "mf-tpl-013"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/quote-follow-up/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-014",
        "summary": "Quote Follow-Up",
        "description": "Quote follow-up sequence between mf-tpl-006 send and mf-tpl-010 accept.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-014"
              ],
              "default": "mf-tpl-014"
            },
            "example": "mf-tpl-014"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/job-close-archive/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-015",
        "summary": "Job Close + Archive",
        "description": "Job close and archive checklist. Spine terminal node before growth extensions.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-015"
              ],
              "default": "mf-tpl-015"
            },
            "example": "mf-tpl-015"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/deposit-reminder/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-016",
        "summary": "Deposit Reminder",
        "description": "Deposit missing after accept. Extension on mf-tpl-010. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-016"
              ],
              "default": "mf-tpl-016"
            },
            "example": "mf-tpl-016"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/production-handoff-internal/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-017",
        "summary": "Production Handoff (Internal)",
        "description": "Proof approved, hand to floor. Extension on mf-tpl-011. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-017"
              ],
              "default": "mf-tpl-017"
            },
            "example": "mf-tpl-017"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/lost-lead-archive/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-018",
        "summary": "Lost Lead Archive",
        "description": "Lead dead: ghost, price, timing. Extension on mf-tpl-014. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-018"
              ],
              "default": "mf-tpl-018"
            },
            "example": "mf-tpl-018"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/referral-ask/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-019",
        "summary": "Referral Ask",
        "description": "Happy close, light referral ask. Extension on mf-tpl-015. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-019"
              ],
              "default": "mf-tpl-019"
            },
            "example": "mf-tpl-019"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/warranty-support-touch/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-020",
        "summary": "Warranty + Support First Touch",
        "description": "Support question, not full complaint. Extension on mf-tpl-001. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-020"
              ],
              "default": "mf-tpl-020"
            },
            "example": "mf-tpl-020"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/rush-client-comms/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-021",
        "summary": "Rush Client Comms",
        "description": "Rush fee and hard proof windows. Extension on mf-tpl-013. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-021"
              ],
              "default": "mf-tpl-021"
            },
            "example": "mf-tpl-021"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/meeting-phone-qualify/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-022",
        "summary": "Meeting / Phone Qualify",
        "description": "Vague lead needs phone qualify. Extension on mf-tpl-004. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-022"
              ],
              "default": "mf-tpl-022"
            },
            "example": "mf-tpl-022"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/not-a-fit-referral/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-023",
        "summary": "Not-a-Fit Referral",
        "description": "Wrong fit: refer out polite. Extension on mf-tpl-004. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-023"
              ],
              "default": "mf-tpl-023"
            },
            "example": "mf-tpl-023"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/reorder-repeat-client/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-024",
        "summary": "Reorder Repeat Client",
        "description": "Repeat client reorder path. Extension on mf-tpl-006. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-024"
              ],
              "default": "mf-tpl-024"
            },
            "example": "mf-tpl-024"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/subcontractor-handoff/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-025",
        "summary": "Subcontractor Handoff",
        "description": "Sub late or QC fail. Extension on mf-tpl-009. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-025"
              ],
              "default": "mf-tpl-025"
            },
            "example": "mf-tpl-025"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/qc-fail-rework/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-026",
        "summary": "QC Fail / Rework (Internal)",
        "description": "Internal QC fail before ship. Extension on mf-tpl-017. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-026"
              ],
              "default": "mf-tpl-026"
            },
            "example": "mf-tpl-026"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/client-onboarding-first/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-027",
        "summary": "Client Onboarding (First Job)",
        "description": "First job, not repeat. Extension on mf-tpl-010. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-027"
              ],
              "default": "mf-tpl-027"
            },
            "example": "mf-tpl-027"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/estimate-revision/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-028",
        "summary": "Estimate Revision / Change Quote",
        "description": "Revise quote scope or price. Extension on mf-tpl-006. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-028"
              ],
              "default": "mf-tpl-028"
            },
            "example": "mf-tpl-028"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/payment-plan-partial/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-029",
        "summary": "Payment Plan / Partial Terms",
        "description": "Partial payment plan. Extension on mf-tpl-008. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-029"
              ],
              "default": "mf-tpl-029"
            },
            "example": "mf-tpl-029"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/job-pause-hold/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-030",
        "summary": "Job Pause / Client Hold",
        "description": "Client or internal pause. Extension on mf-tpl-013. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-030"
              ],
              "default": "mf-tpl-030"
            },
            "example": "mf-tpl-030"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/post-delivery-survey/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-031",
        "summary": "Post-Delivery Survey (Light)",
        "description": "Light NPS after delivery. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-031"
              ],
              "default": "mf-tpl-031"
            },
            "example": "mf-tpl-031"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/emergency-after-hours/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-032",
        "summary": "Emergency After-Hours Reply",
        "description": "After-hours message triage. Extension on mf-tpl-001. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-032"
              ],
              "default": "mf-tpl-032"
            },
            "example": "mf-tpl-032"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/job-priority-queue/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-033",
        "summary": "Multi-Job Priority Queue (Internal)",
        "description": "Reprioritize queue internal. Extension on mf-tpl-005. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-033"
              ],
              "default": "mf-tpl-033"
            },
            "example": "mf-tpl-033"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/client-asset-request/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-034",
        "summary": "Client Asset / File Request",
        "description": "Missing logo or file. Extension on mf-tpl-011. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-034"
              ],
              "default": "mf-tpl-034"
            },
            "example": "mf-tpl-034"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/pickup-will-call/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-035",
        "summary": "Pickup / Will-Call Handoff",
        "description": "Will-call pickup ready. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-035"
              ],
              "default": "mf-tpl-035"
            },
            "example": "mf-tpl-035"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/install-on-site-coord/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-036",
        "summary": "Install / On-Site Coordination",
        "description": "Install schedule and access. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-036"
              ],
              "default": "mf-tpl-036"
            },
            "example": "mf-tpl-036"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/shipping-tracking-update/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-037",
        "summary": "Shipping / Tracking Client Update",
        "description": "Tracking and carrier delay. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-037"
              ],
              "default": "mf-tpl-037"
            },
            "example": "mf-tpl-037"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/progress-photo-update/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-038",
        "summary": "Progress Photo Update (Mid-Job)",
        "description": "Mid-job photo for anxious client. Extension on mf-tpl-013. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-038"
              ],
              "default": "mf-tpl-038"
            },
            "example": "mf-tpl-038"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/goodwill-credit/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-039",
        "summary": "Goodwill Credit / Courtesy Discount",
        "description": "Courtesy credit, not full refund fight. Extension on mf-tpl-001. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-039"
              ],
              "default": "mf-tpl-039"
            },
            "example": "mf-tpl-039"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/refund-cancellation/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-040",
        "summary": "Refund / Cancellation Policy",
        "description": "Cancel or refund policy branch. Extension on mf-tpl-008. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-040"
              ],
              "default": "mf-tpl-040"
            },
            "example": "mf-tpl-040"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/coi-insurance-request/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-041",
        "summary": "COI / Insurance Certificate Request",
        "description": "COI before install. Extension on mf-tpl-010. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-041"
              ],
              "default": "mf-tpl-041"
            },
            "example": "mf-tpl-041"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/design-revision-loop/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-042",
        "summary": "Design Revision Loop (Pre-Proof)",
        "description": "Design rev before proof. Extension on mf-tpl-011. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-042"
              ],
              "default": "mf-tpl-042"
            },
            "example": "mf-tpl-042"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/physical-sample-proof/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-043",
        "summary": "Physical Sample / Color Proof Approval",
        "description": "Physical sample approve. Extension on mf-tpl-011. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-043"
              ],
              "default": "mf-tpl-043"
            },
            "example": "mf-tpl-043"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/damage-transit-claim/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-044",
        "summary": "Damage in Transit Claim",
        "description": "Damage in transit. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-044"
              ],
              "default": "mf-tpl-044"
            },
            "example": "mf-tpl-044"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/retainer-ongoing/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-045",
        "summary": "Retainer / Ongoing Service Client",
        "description": "Retainer client monthly touch. Extension on mf-tpl-006. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-045"
              ],
              "default": "mf-tpl-045"
            },
            "example": "mf-tpl-045"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/net-terms-credit-app/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-046",
        "summary": "Net Terms / Credit Application",
        "description": "Net terms application. Extension on mf-tpl-008. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-046"
              ],
              "default": "mf-tpl-046"
            },
            "example": "mf-tpl-046"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/seasonal-capacity-notice/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-047",
        "summary": "Seasonal Capacity / Lead Time Notice",
        "description": "Honest lead time on quote. Extension on mf-tpl-006. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-047"
              ],
              "default": "mf-tpl-047"
            },
            "example": "mf-tpl-047"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/multi-location-coord/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-048",
        "summary": "Multi-Location Client Coordination",
        "description": "Multi-site one brand. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-048"
              ],
              "default": "mf-tpl-048"
            },
            "example": "mf-tpl-048"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/permit-municipality/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-049",
        "summary": "Permit / Municipality Coordination",
        "description": "Permit hold before install. Extension on mf-tpl-036. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-049"
              ],
              "default": "mf-tpl-049"
            },
            "example": "mf-tpl-049"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/weather-delay-outdoor/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-050",
        "summary": "Weather Delay (Outdoor Work)",
        "description": "Outdoor install weather delay. Extension on mf-tpl-036. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-050"
              ],
              "default": "mf-tpl-050"
            },
            "example": "mf-tpl-050"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/contact-account-transfer/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-051",
        "summary": "Client Contact / Account Transfer",
        "description": "Contact left company. Extension on mf-tpl-004. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-051"
              ],
              "default": "mf-tpl-051"
            },
            "example": "mf-tpl-051"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/finished-goods-storage/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-052",
        "summary": "Finished Goods Storage Hold",
        "description": "Finished goods storage hold. Extension on mf-tpl-007. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-052"
              ],
              "default": "mf-tpl-052"
            },
            "example": "mf-tpl-052"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/event-deadline-crunch/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-053",
        "summary": "Event / Trade Show Deadline",
        "description": "Hard event or trade show date. Extension on mf-tpl-021. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-053"
              ],
              "default": "mf-tpl-053"
            },
            "example": "mf-tpl-053"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/portfolio-photo-permission/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-054",
        "summary": "Portfolio / Photo Permission Ask",
        "description": "Portfolio photo permission. Extension on mf-tpl-015. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-054"
              ],
              "default": "mf-tpl-054"
            },
            "example": "mf-tpl-054"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/tax-exempt-cert/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-055",
        "summary": "Tax Exempt Certificate Request",
        "description": "Tax exempt cert on file. Extension on mf-tpl-006. Deterministic branches and templates.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-055"
              ],
              "default": "mf-tpl-055"
            },
            "example": "mf-tpl-055"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/wrong-seat-rescue/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-056",
        "summary": "Wrong Seat Rescue Playbook",
        "description": "Wrong seat rescue: observe, test hard work, reassign bored performers. Pairs with mf-tpl-003, mf-tpl-002, mf-tpl-005.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-056"
              ],
              "default": "mf-tpl-056"
            },
            "example": "mf-tpl-056"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/workplace-department-map/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-057",
        "summary": "Workplace Department Map",
        "description": "Finance, HR, shipping lanes plus manager-speak decode. Combined department map for frontline routing.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-057"
              ],
              "default": "mf-tpl-057"
            },
            "example": "mf-tpl-057"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/tenured-change-adoption/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-058",
        "summary": "Tenured Change Adoption Playbook",
        "description": "Structured change engagement for tenured staff: reflection, report, presentation, refusal path.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-058"
              ],
              "default": "mf-tpl-058"
            },
            "example": "mf-tpl-058"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/shadow-expert-mining/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-059",
        "summary": "Shadow Expert Mining Playbook",
        "description": "Shadow expert mining: metric mismatch, question sprint, tools backlog, role adjustment.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-059"
              ],
              "default": "mf-tpl-059"
            },
            "example": "mf-tpl-059"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/return-verification-signal/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-060",
        "summary": "Return Verification Signal Playbook",
        "description": "Return verification: NDF tracking, cross-train support and test, metric proof, QBR health check.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-060"
              ],
              "default": "mf-tpl-060"
            },
            "example": "mf-tpl-060"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/support-ops-correlation/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-061",
        "summary": "Support Ops Correlation Playbook",
        "description": "Weekly ops plus CSAT correlations with written conclusions for fair metrics and QBR.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-061"
              ],
              "default": "mf-tpl-061"
            },
            "example": "mf-tpl-061"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/queue-split-design/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-062",
        "summary": "Queue Split Design Playbook",
        "description": "Split/skill registry: priority, ASA goal, hours. Routing backbone before forecast.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-062"
              ],
              "default": "mf-tpl-062"
            },
            "example": "mf-tpl-062"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/volume-split-tracker/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-063",
        "summary": "Volume Split Tracker Playbook",
        "description": "Volume by segment weekly: offered, answered, abandoned. Mix shift detection.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-063"
              ],
              "default": "mf-tpl-063"
            },
            "example": "mf-tpl-063"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/understaffing-impact-log/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-064",
        "summary": "Understaffing Impact Log Playbook",
        "description": "Annotated understaffing log: ASA, abandon, down-N tags, metric dispute packets.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-064"
              ],
              "default": "mf-tpl-064"
            },
            "example": "mf-tpl-064"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/support-unit-economics/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-065",
        "summary": "Support Unit Economics Playbook",
        "description": "Support unit economics: cost per call, email, RMA. Labor burden roll-up.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-065"
              ],
              "default": "mf-tpl-065"
            },
            "example": "mf-tpl-065"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/call-forecast-variance/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-066",
        "summary": "Call Forecast Variance Playbook",
        "description": "Forecast assumptions, weekly variance by queue, staffing schedule patches.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-066"
              ],
              "default": "mf-tpl-066"
            },
            "example": "mf-tpl-066"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/rd-support-bridge/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-067",
        "summary": "R&D Support Bridge Playbook",
        "description": "R&D support bridge: field signal, engineering handoff, verify close loop.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-067"
              ],
              "default": "mf-tpl-067"
            },
            "example": "mf-tpl-067"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/severance-agreement-trail/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-068",
        "summary": "Severance Agreement Trail Playbook",
        "description": "Severance agreement trail: dates and docs when payments stop. Not legal advice.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-068"
              ],
              "default": "mf-tpl-068"
            },
            "example": "mf-tpl-068"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/severance-payment-log/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-069",
        "summary": "Severance Payment Log Playbook",
        "description": "Severance payment log: promised vs paid vs owed. Not legal advice.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-069"
              ],
              "default": "mf-tpl-069"
            },
            "example": "mf-tpl-069"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/erisa-evidence-binder/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-070",
        "summary": "ERISA Evidence Binder Playbook",
        "description": "ERISA evidence binder tabs and timeline. Organization only, not legal advice.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-070"
              ],
              "default": "mf-tpl-070"
            },
            "example": "mf-tpl-070"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/bankruptcy-employee-creditor/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-071",
        "summary": "Bankruptcy Employee Creditor Playbook",
        "description": "Bankruptcy proof of claim prep for employee severance creditor. Not legal advice.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-071"
              ],
              "default": "mf-tpl-071"
            },
            "example": "mf-tpl-071"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/post-judgment-dead-debtor/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-072",
        "summary": "Post-Judgment Dead Debtor Playbook",
        "description": "Post-judgment dead debtor: writ, costs, closure trail. Not legal advice.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-072"
              ],
              "default": "mf-tpl-072"
            },
            "example": "mf-tpl-072"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/ndf-metric-gaming/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-073",
        "summary": "NDF Metric Gaming Playbook",
        "description": "When NDF tracking starts, support routes around the scoreboard. Find untested or auto-credit SKUs and close the game.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-073"
              ],
              "default": "mf-tpl-073"
            },
            "example": "mf-tpl-073"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/rma-test-credibility/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-074",
        "summary": "RMA Test Credibility Playbook",
        "description": "Support will not trust NDF scores if the back-end test is weak or run by a lower-status lane. Standardize the bench so the metric can stand.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-074"
              ],
              "default": "mf-tpl-074"
            },
            "example": "mf-tpl-074"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/account-ndf-healthcheck/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-075",
        "summary": "Account NDF Healthcheck Playbook",
        "description": "Turn internal NDF into customer-facing account health: share their return pattern, push back on part-swap theater, productize monthly report",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-075"
              ],
              "default": "mf-tpl-075"
            },
            "example": "mf-tpl-075"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/site-process-discovery/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-076",
        "summary": "Site Process Discovery Playbook",
        "description": "Before the big data meeting, watch their process. Customer-caused failures often look like hardware until you see the floor.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-076"
              ],
              "default": "mf-tpl-076"
            },
            "example": "mf-tpl-076"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/defect-fix-shotgun-relapse/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-077",
        "summary": "Defect Fix Shotgun Relapse Playbook",
        "description": "When NDF was right to scream: real bad commodity, weak test, vendor pressure. Fix the line, then stop the free-parts shotgun that follows.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-077"
              ],
              "default": "mf-tpl-077"
            },
            "example": "mf-tpl-077"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/support-incentive-steering/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-078",
        "summary": "Support Incentive Steering Playbook",
        "description": "Support follows incentives. Design measures, free parts, kits, and scoreboards so the crowd moves toward real fixes, not games.",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-078"
              ],
              "default": "mf-tpl-078"
            },
            "example": "mf-tpl-078"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/failure-cohort-truth/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-079",
        "summary": "Failure Cohort Truth Playbook",
        "description": "When sales panics on high fail rates, cut the data by age, ship date, and warranty left before the room explodes. Real fails on EOL gear are",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-079"
              ],
              "default": "mf-tpl-079"
            },
            "example": "mf-tpl-079"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/solution-fit-handoff/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-080",
        "summary": "Solution Fit Handoff Playbook",
        "description": "Sales and SE closed a solution that does not match the real use case. Oversold or undersold, marked fine. Support inherits the gap. Gate the",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-080"
              ],
              "default": "mf-tpl-080"
            },
            "example": "mf-tpl-080"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/metrics-that-matter-qbr/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-081",
        "summary": "Metrics That Matter QBR Playbook",
        "description": "Customer QBR on back-end truth: did we answer, on time, did we fix (not shotgun parts), CSAT. Treat every account like a big fish. No sales ",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-081"
              ],
              "default": "mf-tpl-081"
            },
            "example": "mf-tpl-081"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/sales-support-incident-bridge/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-082",
        "summary": "Sales Support Incident Bridge Playbook",
        "description": "Sales vs support under fire: panic rooms, blame after the save, weekly vendor bridges on logo pain. Roles, evidence, time-boxed bridges, no ",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-082"
              ],
              "default": "mf-tpl-082"
            },
            "example": "mf-tpl-082"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/high-volume-interview-redesign/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-083",
        "summary": "High-Volume Interview Redesign Playbook",
        "description": "Hundreds of seats to fill. Roundtables stuck on call-center trivia. Flip to personality and learning signals first when the job can be taugh",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-083"
              ],
              "default": "mf-tpl-083"
            },
            "example": "mf-tpl-083"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/floor-morale-task-force/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-084",
        "summary": "Floor Morale Task Force Playbook",
        "description": "Call center air is dead. Build a rep-owned morale task force: phone people from multiple teams, not leads. They invent the energy. Managemen",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-084"
              ],
              "default": "mf-tpl-084"
            },
            "example": "mf-tpl-084"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/pie-weekly-bridge/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-085",
        "summary": "PIE Weekly Bridge Playbook",
        "description": "Problems, Incidents, Escalations. Weekly one-hour eng + support leadership forum. Kill toxic punt culture, real-time scenarios, prioritize e",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-085"
              ],
              "default": "mf-tpl-085"
            },
            "example": "mf-tpl-085"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/support-oncall-design/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-086",
        "summary": "Support On-Call Design Playbook",
        "description": "On-call that does not destroy the floor: pay that feels different, tiers that keep specialists off how-tos, locked path from after-hours int",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-086"
              ],
              "default": "mf-tpl-086"
            },
            "example": "mf-tpl-086"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/named-account-support/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-087",
        "summary": "Named Account Support Playbook",
        "description": "Service-account style: a set of agents wholly tied to a set of accounts. Commercial pods; large segments can be one big named pool. Continui",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-087"
              ],
              "default": "mf-tpl-087"
            },
            "example": "mf-tpl-087"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/escalation-engineer-ladder/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-088",
        "summary": "Escalation Engineer Ladder Playbook",
        "description": "Support Engineering path: support engineers into escalation engineers. Same family, feeding each other. Title and structure that counter sup",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-088"
              ],
              "default": "mf-tpl-088"
            },
            "example": "mf-tpl-088"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/preventable-ticket-kill/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-089",
        "summary": "Preventable Ticket Kill Playbook",
        "description": "Solve problems before they become tickets. Factory welcome packs, default passwords in the box, human phone openers with location. Design ou",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-089"
              ],
              "default": "mf-tpl-089"
            },
            "example": "mf-tpl-089"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/support-knowledge-repo/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-090",
        "summary": "Support Knowledge Repo Playbook",
        "description": "Task support engineers to build a how-to repo that solves problems before the call. Market it to sales and customers. Then govern it: origin",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-090"
              ],
              "default": "mf-tpl-090"
            },
            "example": "mf-tpl-090"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/team-showcase-speaking/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-091",
        "summary": "Team Showcase Speaking Playbook",
        "description": "Team builds short slide talks on a personal interest for the class. Dual win: know each other, and give introvert phone-nerds safe reps at p",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-091"
              ],
              "default": "mf-tpl-091"
            },
            "example": "mf-tpl-091"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/customer-learning-program/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-092",
        "summary": "Customer Learning Program Playbook",
        "description": "Stand up a light customer university: teach product care and warranty path so problems die early. Pair with a warranty revamp customers unde",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-092"
              ],
              "default": "mf-tpl-092"
            },
            "example": "mf-tpl-092"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/control-panel-cabinet/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-093",
        "summary": "Control Panel Cabinet Playbook",
        "description": "Weekly cabinet with the VP and their directs. Each owner covers their slice of the control panel. Shared picture, no silo theater. Sibling t",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-093"
              ],
              "default": "mf-tpl-093"
            },
            "example": "mf-tpl-093"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/vendor-fleet-remediation/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-094",
        "summary": "Vendor Fleet Remediation Playbook",
        "description": "Site-wide or fleet-wide bad batch (e.g. memory). Deep test with vendor, prove the population, then force manufacturer to fund on-site labor ",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-094"
              ],
              "default": "mf-tpl-094"
            },
            "example": "mf-tpl-094"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/service-operations-desk/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-099",
        "summary": "Service Operations Desk Playbook",
        "description": "SOD: execution arm of post-sales. Traditional RMA/shipping/returns group so support engineers stop shipping parts and chase paperwork. Suppo",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-099"
              ],
              "default": "mf-tpl-099"
            },
            "example": "mf-tpl-099"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/services-revenue-center/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-100",
        "summary": "Services Revenue Center Playbook",
        "description": "Graduate support from pure cost center to services revenue path: warranty and license renewals, billable work, enforcement, portal value. Fo",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-100"
              ],
              "default": "mf-tpl-100"
            },
            "example": "mf-tpl-100"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    },
    "/2nd-pages/materials-factory/templates/parts-recovery-program/full/playbook.json": {
      "get": {
        "operationId": "mf-tpl-101",
        "summary": "Parts Recovery Program Playbook",
        "description": "Stop writing off unreturned parts as cost of doing business. Program for collection, return discipline, and recovered value that can fund op",
        "tags": [
          "templates"
        ],
        "x-payment-info": {
          "price": {
            "mode": "fixed",
            "currency": "USD",
            "amount": "0.08"
          },
          "protocols": [
            {
              "x402": {}
            }
          ]
        },
        "parameters": [
          {
            "name": "pack_id",
            "in": "query",
            "required": false,
            "description": "Catalog pack id (informational). Primary artifact is returned from the path after x402 payment.",
            "schema": {
              "type": "string",
              "enum": [
                "mf-tpl-101"
              ],
              "default": "mf-tpl-101"
            },
            "example": "mf-tpl-101"
          }
        ],
        "responses": {
          "200": {
            "description": "Paid agent pack JSON",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "artifact": {
                      "type": "string"
                    },
                    "title": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string",
                      "enum": [
                        "agent"
                      ]
                    }
                  },
                  "required": [
                    "artifact",
                    "title",
                    "audience"
                  ],
                  "additionalProperties": true
                }
              }
            }
          },
          "402": {
            "description": "Payment Required"
          }
        }
      }
    }
  }
}
