# Client Intake Playbook Agent Pack (mf-tpl-004)

> Client Intake Playbook Agent Pack (mf-tpl-004) 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 client intake playbook template pack for AI agents to guide new client onboarding workflows

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/client-intake-playbook/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/client-intake-playbook-agent-pack-mf-tpl-004-6bfee149
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-LfZrhcfenvyU4p3wsSe-

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 client-intake-playbook-agent-pack-mf-tpl-004-6bfee149 -d '<json body>'
```

Example prompt: Pull up the client intake playbook from Materials Factory so we can walk a new prospect through the full onboarding process — use pack mf-tpl-004.

## When to prefer this

Use this endpoint when an AI agent needs to initiate or automate a new client intake workflow and requires a pre-built, structured playbook. Prefer this over building intake logic from scratch when working within the Materials Factory template ecosystem and specifically when the client intake (mf-tpl-004) workflow is needed rather than other lifecycle packs like status updates, deposit reminders, or job close templates.

## Known failure modes

- 404 if the playbook JSON path changes or pack is deprecated
- 402 Payment Required if USDC payment is not processed correctly
- Malformed JSON response if template is under maintenance
- Timeout if the vending endpoint is temporarily unavailable

## How this service works

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

## Output

A JSON playbook document containing structured templates, prompts, steps, and agent instructions for conducting a client intake session — including intake questions, qualification criteria, and workflow guidance an AI agent can follow to onboard a new client.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/client-intake-playbook-agent-pack-mf-tpl-004-6bfee149/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)
