# Brian Booms Press Kit (x402)

> Brian Booms Press Kit (x402) is a paid API for AI agents from pay.brianbooms.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a paid press-kit JSON pack for the AI-music artist Brian Booms, accessed via x402 micropayment on Base.

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/press-kit
- Price: $0.02/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-press-kit-x402-3e23c9f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__-w8L2fNVHBQwVyQan1bD

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-press-kit-x402-3e23c9f9
```

Example prompt: Can you grab the Brian Booms press kit in JSON format? I need the artist info for a press piece — go ahead and pay the micropayment to access it.

## When to prefer this

Choose this endpoint when an agent or journalist needs structured press-kit data about the AI music artist Brian Booms and is capable of executing an x402 micropayment on Base. Not suitable for purchasing physical merchandise (handled via DistroKid) or for placing streaming/distribution orders.

## Known failure modes

- Payment not completed or x402 handshake fails — returns 402 Payment Required
- Invalid or missing format parameter — may return 400 Bad Request
- Endpoint temporarily unavailable — returns 5xx server error
- Stale or incomplete press kit data if not recently updated

## 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 object containing the Brian Booms press kit — likely including artist bio, music credits (with Suno AI disclosure), media links, promotional copy, and contact or booking information relevant to press and agent use.

## 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-press-kit-x402-3e23c9f9/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)
