# Progress Photo Update (Mid-Job) Agent Pack

> Progress Photo Update (Mid-Job) Agent Pack 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 pre-built agent playbook template for sending mid-job progress photo updates to clients in construction or materials projects.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/progress-photo-update/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/progress-photo-update-mid-job-agent-pack-d1c462a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_THV0F7JUAUL3uwYmOWYQ2

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 progress-photo-update-mid-job-agent-pack-d1c462a0 -d '<json body>'
```

Example prompt: Send my client a mid-job progress photo update using the Materials Factory progress photo template — we're halfway through the kitchen renovation and I want to share today's site photos with them.

## When to prefer this

Use this endpoint when you need a ready-made agent workflow specifically for sending mid-job progress photo updates to clients in construction, contracting, or materials projects. Prefer this over building a custom communication flow when you want a proven template that covers messaging, photo context, and client-facing language for mid-project check-ins.

## Known failure modes

- 404 if pack_id is incorrect or unavailable
- Payment failure if USDC balance is insufficient for the $0.08 call
- Malformed JSON response if the template catalog is temporarily unavailable
- Timeout if the vending endpoint is slow to respond

## How this service works

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

## Output

A JSON playbook containing a structured agent template (mf-tpl-038) with message scripts, workflow steps, and guidance for composing and sending mid-job progress photo updates to clients.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/progress-photo-update-mid-job-agent-pack-d1c462a0/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)
