# Brian Booms – Zine Making Universe Vol. 1 Agent Pack

> Brian Booms – Zine Making Universe Vol. 1 Agent Pack is a paid API for AI agents from pay.brianbooms.com, paid per call via x402, $9.99/call, status unknown (last checked 2026-09-14).

Delivers a paid digital content pack (zine-making guide/universe volume 1) to AI agents via x402 micropayment on Base, returning JSON content upon successful $9.99 USDC payment.

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/zine-making-universe-vol1
- Price: $9.99/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/brian-booms-zine-making-universe-vol-1-agent-pack-4138ab0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HDki1lwxKTM0J90MArdiC

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 brian-booms-zine-making-universe-vol-1-agent-pack-4138ab0f
```

Example prompt: Buy me the Brian Booms Zine Making Universe Vol. 1 agent pack in JSON format — pay the $9.99 USDC fee and bring back the content.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase and retrieve the Brian Booms Zine Making Universe Vol. 1 digital content pack using USDC micropayments on the Base network via x402. Prefer this over general content stores when the agent has a Base-compatible wallet and the specific zine-making content from Brian Booms is desired.

## Known failure modes

- Insufficient USDC balance on Base wallet — payment fails with 402 status
- Invalid or missing x402 payment header — request rejected
- Wallet not compatible with x402/Base network — transaction cannot complete
- Content temporarily unavailable — server-side error
- format parameter not set to 'json' — may return unexpected response or error

## How this service works

Paid agent packs via x402 on Base. Music Made with Suno (disclosed). Free brief at https://brianbooms.com/for-agents. Agent micropay is NOT a DistroKid or Gumroad order; humans buy Worthy mug via DistroKid print-on-demand. V3.6: automated fulfillment (instant license certificates, member tokens), $0.99 impulse tier, agent-only micro-store ($0.02-$0.25) at /api/v1/agent-store/.

## Output

A JSON payload containing the Zine Making Universe Vol. 1 digital content pack — likely zine-making guides, instructions, resources, or structured creative content — delivered after successful x402 micropayment of $9.99 USDC on the Base network.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "enum": [
    "json"
   ],
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/brian-booms-zine-making-universe-vol-1-agent-pack-4138ab0f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.brianbooms.com](https://www.zero.xyz/host/pay.brianbooms.com/llms.txt)
