# Damage in Transit Claim Agent Pack (mf-tpl-044)

> Damage in Transit Claim Agent Pack (mf-tpl-044) 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).

Returns a structured agent playbook with templates and modules for handling damage-in-transit claims in a materials or manufacturing business context.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/damage-transit-claim/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/damage-in-transit-claim-agent-pack-mf-tpl-044-97bcd6dd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1bnARsN5inbX4T5hO32sV

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 damage-in-transit-claim-agent-pack-mf-tpl-044-97bcd6dd -d '<json body>'
```

Example prompt: Pull up the damage-in-transit claim agent pack from Materials Factory (mf-tpl-044) — I need the full playbook with templates and modules so I can handle a shipment that arrived damaged and communicate with the carrier and client.

## When to prefer this

Use this endpoint when an AI agent needs a ready-made, structured playbook for handling damage-in-transit claims in a materials or manufacturing business. Prefer this over building custom logic when you need pre-written communication templates, step-by-step workflows, and agent-ready modules for freight damage scenarios at low cost ($0.08 per call).

## Known failure modes

- 404 if pack_id is invalid or not found
- 402 Payment Required if x402 payment header is missing or insufficient
- 503 if the vending server is temporarily unavailable
- Malformed JSON response if the playbook file is corrupted
- Incorrect pack_id value returns wrong or empty playbook

## How this service works

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

## Output

A JSON playbook object containing structured templates, communication scripts, workflow modules, and step-by-step guidance for an AI agent to manage a damage-in-transit claim scenario, including carrier notification, client communication, documentation, and resolution steps.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/damage-in-transit-claim-agent-pack-mf-tpl-044-97bcd6dd/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)
