# Subcontractor Handoff Agent Pack (mf-tpl-025)

> Subcontractor Handoff Agent Pack (mf-tpl-025) is a paid API for AI agents from nwb-vending.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves a structured playbook and template pack for handing off work to subcontractors, including scripts, checklists, and AI agent instructions.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/subcontractor-handoff/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/subcontractor-handoff-agent-pack-mf-tpl-025-6ed19062
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q_eSDs2dwhaaXxAQ0S-VJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability subcontractor-handoff-agent-pack-mf-tpl-025-6ed19062 -d '<json body>'
```

Example prompt: Pull up the Materials Factory subcontractor handoff agent pack (mf-tpl-025) — I need the full playbook with templates and scripts so I can delegate this job to my sub.

## When to prefer this

Use this endpoint when you need a ready-made, structured agent playbook for subcontractor job handoffs rather than building scripts from scratch. Prefer this over generic document retrieval when you specifically need Materials Factory's mf-tpl-025 pack for automating subcontractor delegation workflows in trade, construction, or service businesses.

## Known failure modes

- 404 if the pack_id is incorrect or the resource has been moved
- Payment failure if USDC balance is insufficient for the $0.08 per-call fee
- Malformed JSON response if the server has a content error
- Timeout if the vending server is temporarily unavailable

## How this service works

NWB Vending. Practical solutions for small business problems in Kuna, Idaho.

## Output

Returns a JSON playbook containing structured templates, communication scripts, checklists, and agent instructions specifically designed for handing off jobs to subcontractors. The pack includes step-by-step guidance an AI agent can use to automate the handoff workflow.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "version": "2.0.0",
  "artifact": "mf-tpl-025",
  "audience": "agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/subcontractor-handoff-agent-pack-mf-tpl-025-6ed19062/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nwb-vending.com](https://www.zero.xyz/host/nwb-vending.com/llms.txt)
