# NWB Vending Materials Factory LLM API Bootcamp Playbook

> NWB Vending Materials Factory LLM API Bootcamp Playbook 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).

Delivers a structured agent-readable playbook for LLM API bootcamp training content from the Materials Factory catalog.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/training/llm-api-bootcamp/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/nwb-vending-materials-factory-llm-api-bootcamp-playbook-aa49cf0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tdT1-29Ij0Y1nylyXb89v

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 nwb-vending-materials-factory-llm-api-bootcamp-playbook-aa49cf0f -d '<json body>'
```

Example prompt: Can you pull up the LLM API bootcamp training playbook from the Materials Factory catalog — the one with pack ID mf-train-001 — so I can review what's in the agent training curriculum?

## When to prefer this

Choose this endpoint when an AI agent needs to retrieve the specific LLM API bootcamp training playbook (mf-train-001) from the NWB Vending Materials Factory catalog. It is the canonical source for this structured, agent-targeted training content and is preferable when you need version-controlled, machine-readable curriculum data rather than human-facing documentation.

## Known failure modes

- Invalid or missing pack_id returns an error or empty response
- Payment failure (x402) if USDC payment is not properly submitted before access
- Network timeout if the nwb-vending.com server is unavailable
- Malformed JSON response if the playbook file is misconfigured server-side

## How this service works

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

## Output

Returns a JSON object containing the playbook version, artifact identifier (mf-train-001), and audience designation ('agent'), along with structured training content intended for AI agent consumption as part of the Materials Factory LLM API bootcamp curriculum.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nwb-vending-materials-factory-llm-api-bootcamp-playbook-aa49cf0f/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)
