# Quote / Estimate Gate Agent Pack (mf-tpl-006)

> Quote / Estimate Gate Agent Pack (mf-tpl-006) 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 for gating, drafting, and delivering quotes or estimates to clients in a materials or construction context.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/quote-estimate-gate/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/quote-estimate-gate-agent-pack-mf-tpl-006-fd822a92
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AaF-8CQt1D_EsnADaT7Y0

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 quote-estimate-gate-agent-pack-mf-tpl-006-fd822a92 -d '<json body>'
```

Example prompt: Pull up the Quote / Estimate Gate playbook from Materials Factory — pack mf-tpl-006 — so I can set up an automated agent workflow for gating and sending client quotes.

## When to prefer this

Use this endpoint when you need a ready-made agent playbook specifically for the quote or estimate gate stage of a job — particularly in materials, construction, or contractor workflows. Prefer this over building a custom workflow when you want a proven template that covers client communication scripts, gating logic, and follow-up steps out of the box.

## Known failure modes

- 404 if the pack_id is incorrect or the endpoint is unavailable
- 402 Payment Required if USDC payment is not processed before the request
- Malformed JSON response if the playbook template is corrupted or incomplete
- Timeout if the vending server is unresponsive

## How this service works

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

## Output

Returns a JSON playbook containing structured workflow instructions, communication scripts, and automation steps for an AI agent to manage the quote/estimate gate process with clients — including when to send, how to follow up, and how to handle approvals or rejections.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quote-estimate-gate-agent-pack-mf-tpl-006-fd822a92/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)
