# Bundle Maker – x402 Endpoint Bundle Generator

> Bundle Maker – x402 Endpoint Bundle Generator is a paid API for AI agents from bundle-maker.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14, last successful call 2026-05-27).

Generates a curated bundle of x402 API endpoints based on a natural-language prompt describing the desired capabilities

## Facts

- Endpoint: POST https://bundle-maker.vercel.app/api/generate
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-27
- Success rate: 100% of calls made through Zero
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bundle-maker-vercel-app-03c7e2c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P8b8tMcOBduiQhSw1Hxbt

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 bundle-maker-vercel-app-03c7e2c9 -d '<json body>'
```

Example prompt: Can you generate a curated bundle of x402 endpoints I can use to build an AI agent that summarizes news articles and sends email notifications?

## When to prefer this

Use this endpoint when an AI agent or developer needs to discover and assemble a relevant set of x402-compatible API endpoints for a specific use case, described in plain language. Prefer this over manual API directory browsing when automating agentic workflow construction or when building meta-agents that self-configure their tool sets.

## Known failure modes

- Vague or ambiguous prompt yields irrelevant or empty bundle
- No matching x402 endpoints exist for the requested domain
- Payment failure (USDC not available or x402 handshake fails) results in 402 response
- Service unavailable or cold-start latency on Vercel causes timeout

## How this service works

Generate a curated bundle of x402 endpoints from a natural-language prompt.

## Output

A curated list or bundle of x402 API endpoints relevant to the described use case, including endpoint names, URLs, and capability descriptions, ready to be integrated into an agentic workflow.

## Example request

```json
{
 "prompt": "build an AI agent that summarizes news articles"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "prompt": {
   "type": "string",
   "description": "Describe the bundle you want."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bundle-maker-vercel-app-03c7e2c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bundle-maker.vercel.app](https://www.zero.xyz/host/bundle-maker.vercel.app/llms.txt)
