# Job Close + Archive Agent Pack (mf-tpl-015)

> Job Close + Archive Agent Pack (mf-tpl-015) 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/template pack for closing out and archiving completed jobs in an AI agent workflow

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/job-close-archive/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/job-close-archive-agent-pack-mf-tpl-015-1588d114
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e6dUlDO9xYQ8TAXsWRHIZ

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 job-close-archive-agent-pack-mf-tpl-015-1588d114 -d '<json body>'
```

Example prompt: Pull up the Materials Factory job close and archive agent pack (mf-tpl-015) so I can automate wrapping up and filing away a completed client job.

## When to prefer this

Choose this endpoint when you need a ready-made, structured agent playbook specifically for the job close and archive phase of a project lifecycle. Prefer it over building custom workflows when you want a curated, tested template from the Materials Factory catalog that an AI agent can directly consume and execute.

## Known failure modes

- 404 if the pack_id is incorrect or the endpoint is unavailable
- 402 Payment Required if the $0.08 USDC x402 payment is not attached
- Malformed or empty JSON response if the content is temporarily unavailable
- Network timeout if the server is slow to respond

## How this service works

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

## Output

A JSON playbook containing structured templates, modules, and agent instructions specifically for closing out completed jobs and archiving them — ready for an AI agent to follow as a step-by-step workflow.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/job-close-archive-agent-pack-mf-tpl-015-1588d114/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)
