# Delivery + Handoff Agent Pack (mf-tpl-007)

> Delivery + Handoff Agent Pack (mf-tpl-007) 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-13).

Fetches a pre-built agent playbook template for delivery and handoff workflows from the Materials Factory catalog.

## Facts

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

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 delivery-handoff-agent-pack-mf-tpl-007-8a8a4133 -d '<json body>'
```

Example prompt: Pull up the Materials Factory delivery and handoff agent pack (mf-tpl-007) so I can set up an automated workflow for handing off completed deliveries to clients.

## When to prefer this

Use this endpoint when you need a ready-made agent workflow template specifically for delivery completion and client handoff scenarios — particularly when building or extending an AI agent that manages the end-of-job delivery process. Prefer this over building a custom template from scratch when the mf-tpl-007 pack matches your delivery/handoff use case.

## Known failure modes

- Template not found or pack_id mismatch returns 404
- Payment not processed or x402 auth failure returns 402
- Network timeout if endpoint is slow to respond
- Malformed JSON response if template data is corrupt
- Access denied if authorization header is missing or invalid

## How this service works

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

## Output

Returns a JSON playbook object containing the full delivery + handoff agent pack template (mf-tpl-007), including workflow steps, communication scripts, handoff checklists, and agent instructions for managing delivery completion and sign-off procedures.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/delivery-handoff-agent-pack-mf-tpl-007-8a8a4133/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)
