# Weather Delay (Outdoor Work) Agent Pack

> Weather Delay (Outdoor Work) 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-15).

Retrieves a pre-built agent playbook template for handling weather-related delays affecting outdoor work projects, including client communications and workflow steps.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/weather-delay-outdoor/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/weather-delay-outdoor-work-agent-pack-649c9bc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7IGCrQUN8PEg6KUrqNNqE

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 weather-delay-outdoor-work-agent-pack-649c9bc4 -d '<json body>'
```

Example prompt: We've got a weather delay on our outdoor roofing job today — pull up the weather delay playbook so we can notify the client and figure out next steps for rescheduling.

## When to prefer this

Use this endpoint when an AI agent needs a ready-made, structured playbook for handling weather delay scenarios on outdoor work projects — particularly for construction, landscaping, roofing, or other field-based jobs. Prefer this over generic communication templates when you need a complete agent-ready workflow that covers client notification, rescheduling logic, and crew coordination specific to weather holds.

## Known failure modes

- HTTP 402 if payment not provided or insufficient USDC balance
- HTTP 404 if pack_id is not found or endpoint is unavailable
- Malformed JSON response if template is corrupted
- Network timeout if vending server is unreachable

## How this service works

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

## Output

Returns a JSON playbook (mf-tpl-050) containing structured agent instructions, communication templates, and workflow steps for managing and communicating weather-related delays on outdoor work projects to clients and crews.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/weather-delay-outdoor-work-agent-pack-649c9bc4/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)
