# Goodwill Credit / Courtesy Discount Agent Pack (mf-tpl-039)

> Goodwill Credit / Courtesy Discount Agent Pack (mf-tpl-039) 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 for issuing goodwill credits or courtesy discounts to clients, including templated scripts, workflows, and decision logic.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/goodwill-credit/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/goodwill-credit-courtesy-discount-agent-pack-mf-tpl-039-2e772cc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X5EBQtXozS3j3nwIbDpBC

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 goodwill-credit-courtesy-discount-agent-pack-mf-tpl-039-2e772cc7 -d '<json body>'
```

Example prompt: Can you pull up the goodwill credit and courtesy discount playbook from Materials Factory so I can automate how we handle those client concession situations?

## When to prefer this

Use this endpoint when you need a ready-made agent playbook specifically for goodwill credit or courtesy discount scenarios — situations where you want to automate or standardize how your business handles client concessions, apology gestures, or proactive discount offers. Prefer this over building custom scripts when you want a tested, structured workflow template from the Materials Factory catalog.

## Known failure modes

- 404 if the pack_id or URL path is not found
- 402 Payment Required if USDC payment is not included or fails
- Invalid or malformed JSON response if the template is misconfigured
- Network timeout if the endpoint is unavailable
- Empty or partial playbook if template content is incomplete

## How this service works

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

## Output

Returns a JSON playbook (mf-tpl-039) containing structured agent workflow templates, decision logic, and communication scripts for issuing goodwill credits or courtesy discounts to clients.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goodwill-credit-courtesy-discount-agent-pack-mf-tpl-039-2e772cc7/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)
