# Project Kickoff Checklist Agent Pack (mf-tpl-010)

> Project Kickoff Checklist Agent Pack (mf-tpl-010) 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 project kickoff checklist agent pack template for use in automating project start workflows

## Facts

- Endpoint: GET https://nwb-vending.com/2nd-pages/materials-factory/templates/project-kickoff/full/:var1
- 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/project-kickoff-checklist-agent-pack-mf-tpl-010-f2d3d739
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DyWVxYS5Vl8y4T8TIlhbl

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 project-kickoff-checklist-agent-pack-mf-tpl-010-f2d3d739
```

Example prompt: Pull up the Materials Factory project kickoff checklist pack (mf-tpl-010) so I can walk through everything we need to kick off this new client project properly.

## When to prefer this

Use this endpoint when an AI agent needs a ready-made, structured project kickoff checklist template for automating or guiding the start of a new client project. Prefer this over generic document generation when the agent needs a domain-specific, pre-formatted checklist workflow from the Materials Factory catalog, especially in construction, trade, or service business contexts.

## Known failure modes

- Invalid or missing var1 path parameter returns a 404 or empty response
- Payment not processed (x402 payment required error if USDC payment fails)
- Incorrect pack_id query parameter returns wrong or no template
- Network timeout if the vending service is temporarily unavailable

## How this service works

Project Kickoff Checklist agent pack (mf-tpl-010)

## Output

Returns a structured agent pack containing the project kickoff checklist template (mf-tpl-010), including checklist items, workflow steps, and any associated fields needed to initiate a new project — suitable for use by an AI agent to guide or automate the project start process.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "pack_id": {
       "type": "string",
       "const": "mf-tpl-010",
       "description": "Materials Factory catalog pack id"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/project-kickoff-checklist-agent-pack-mf-tpl-010-f2d3d739/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)
