# Brian Booms Commission EP (x402)

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

Purchases a commission EP agent pack from Brian Booms via x402 micropayment on Base, returning a JSON content pack of AI-generated music (Suno) assets.

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/commission-ep
- Price: $299/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-commission-ep-x402-114726d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fKlWCXL7qyjIN4w56ixkF

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-commission-ep-x402-114726d3
```

Example prompt: Buy me the Brian Booms commission EP agent pack — pay the $299 USDC via x402 on Base and give me back the JSON content bundle.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously purchase and receive an AI-generated commission EP content pack using on-chain USDC micropayments via the x402 protocol on Base. It is best suited for agent-native workflows that have USDC liquidity on Base and need music content assets programmatically, rather than human-facing storefronts like DistroKid or Gumroad.

## Known failure modes

- Insufficient USDC balance — payment of 299 USDC on Base fails, returns 402 Payment Required
- Invalid or missing x402 payment header — returns 402 with payment details
- Format parameter not set to 'json' — may return unsupported format error
- Network or Base chain congestion causing payment confirmation delays
- Endpoint unavailable or rate-limited — returns 5xx 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 object containing the commissioned EP agent pack — likely including AI-generated music metadata, asset references, and licensing information produced by Suno and delivered via the x402 payment-gated endpoint.

## 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-commission-ep-x402-114726d3/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)
