# Finished Goods Storage Hold Agent Pack (mf-tpl-052)

> Finished Goods Storage Hold Agent Pack (mf-tpl-052) 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-15).

Returns a pre-built agent playbook for managing finished goods storage hold workflows in a materials/manufacturing context.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/finished-goods-storage/full/playbook.json
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/finished-goods-storage-hold-agent-pack-mf-tpl-052-95d2858b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bhqT5E4mt0Rhb2Q_atiA6

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 finished-goods-storage-hold-agent-pack-mf-tpl-052-95d2858b -d '<json body>'
```

Example prompt: Pull up the finished goods storage hold playbook from Materials Factory — I need the mf-tpl-052 agent pack so I can set up an automated workflow for placing completed products on hold in our warehouse.

## When to prefer this

Use this endpoint when you need a ready-made, structured agent playbook specifically for finished goods storage hold workflows in a manufacturing or warehouse context. Prefer this over building custom workflows from scratch when you want a standardized Materials Factory template (mf-tpl-052) that an AI agent can directly consume.

## Known failure modes

- 404 if pack_id is incorrect or pack unavailable
- 402 Payment Required if USDC payment not provided or accepted
- 500 server error if playbook file is missing or misconfigured
- Malformed JSON response if template is partially corrupted

## How this service works

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

## Output

A JSON playbook containing a structured agent pack for the finished goods storage hold process, including workflow steps, scripts, task definitions, and configuration templates an AI agent can use to automate storage hold operations.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/finished-goods-storage-hold-agent-pack-mf-tpl-052-95d2858b/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)
