# Multi-Job Priority Queue Agent Pack (mf-tpl-033)

> Multi-Job Priority Queue Agent Pack (mf-tpl-033) 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 managing and prioritizing multiple concurrent jobs in a manufacturing or materials-factory context.

## Facts

- Endpoint: POST https://nwb-vending.com/2nd-pages/materials-factory/templates/job-priority-queue/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/multi-job-priority-queue-agent-pack-mf-tpl-033-d150d6d6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rb0IoCZmv88HaqY_kg2nw

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 multi-job-priority-queue-agent-pack-mf-tpl-033-d150d6d6 -d '<json body>'
```

Example prompt: Pull up the multi-job priority queue playbook from Materials Factory — pack mf-tpl-033 — so I can set up an agent workflow for handling overlapping production jobs by urgency and priority order.

## When to prefer this

Choose this endpoint when you need a pre-built, structured agent playbook specifically for managing multiple concurrent jobs with priority ordering in a manufacturing or materials-production setting. Prefer this over building custom priority logic from scratch when you want a ready-to-deploy template compatible with the Materials Factory agent ecosystem.

## Known failure modes

- Payment not processed — 402 response if USDC payment not attached
- Pack ID mismatch — if pack_id deviates from const 'mf-tpl-033', request may fail
- Endpoint unavailable — nwb-vending.com service downtime returns 503
- Empty or malformed JSON response if playbook file is missing or corrupted

## How this service works

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

## Output

A JSON playbook (mf-tpl-033) containing structured templates, modules, and instructions for an AI agent to manage and prioritize multiple concurrent jobs — likely including queue logic, escalation rules, and task routing guidance for a manufacturing or materials context.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/multi-job-priority-queue-agent-pack-mf-tpl-033-d150d6d6/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)
