# Job Pause / Client Hold Agent Pack (mf-tpl-030)

> Job Pause / Client Hold Agent Pack (mf-tpl-030) 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).

Retrieves a structured agent playbook with templates and modules for managing job pause and client hold communications in a materials or production workflow.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/job-pause-hold/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/job-pause-client-hold-agent-pack-mf-tpl-030-63260527
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fS2nkuPoFf_D7qapebO8k

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 job-pause-client-hold-agent-pack-mf-tpl-030-63260527 -d '<json body>'
```

Example prompt: Pull up the Materials Factory job pause and client hold playbook — I need the full set of templates and workflow steps so I can properly communicate a production hold to a client.

## When to prefer this

Choose this endpoint when you need a pre-built, structured agent playbook specifically for job pause and client hold workflows in a manufacturing, print, or materials production context. It is ideal when you want ready-made communication templates and procedural modules rather than generating ad hoc scripts, and when you are operating within the Materials Factory agent ecosystem (mf-tpl-* catalog).

## Known failure modes

- Payment not processed — endpoint requires $0.08 USDC x402 payment, returns 402 if unpaid
- Pack ID mismatch — if pack_id is not 'mf-tpl-030', response may be empty or incorrect
- Endpoint unavailable — nwb-vending.com server downtime returns 5xx
- Malformed GET request — missing required input structure returns 400
- Content not found — playbook JSON may return 404 if template has been retired or moved

## How this service works

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

## Output

A JSON playbook containing structured agent templates, scripts, and workflow modules specifically designed for job pause and client hold scenarios — including communication templates, procedural steps, and agent instructions for handling paused or held client jobs in a production or materials context.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/job-pause-client-hold-agent-pack-mf-tpl-030-63260527/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)
