# Client Onboarding (First Job) Agent Pack – mf-tpl-027

> Client Onboarding (First Job) Agent Pack – mf-tpl-027 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 playbook JSON for client onboarding workflows, covering the first job process for materials/manufacturing businesses.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/client-onboarding-first/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-onboarding-first-job-agent-pack-mf-tpl-027-90027619
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pc1d6-rjNmdM21ykv7tXC

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-onboarding-first-job-agent-pack-mf-tpl-027-90027619 -d '<json body>'
```

Example prompt: Pull up the client onboarding playbook for a new customer's first job — the Materials Factory template mf-tpl-027 — so I can walk through the full onboarding workflow with them.

## When to prefer this

Use this endpoint when an AI agent needs a ready-made, structured playbook for onboarding a new client through their first job in a materials, manufacturing, or fabrication business context. Prefer this over building a custom workflow when you need a pre-validated, agent-executable template with communication scripts and task modules included.

## Known failure modes

- 404 if pack_id is missing or incorrect (only mf-tpl-027 is valid for this endpoint)
- 402 Payment Required if x402 payment header is absent or insufficient (requires $0.08 USDC)
- Malformed JSON response if endpoint is temporarily misconfigured
- Timeout or network error if the vending server is unavailable

## How this service works

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

## Output

A full playbook JSON object containing structured onboarding steps, agent task modules, and communication templates designed to guide a materials or manufacturing business through a new client's first job engagement.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/client-onboarding-first-job-agent-pack-mf-tpl-027-90027619/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)
