# Brian Booms x402 – Commission Extended Pack

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

Delivers a paid AI-music commission extended pack (Suno-generated) via x402 micropayment on Base for $199 USDC

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/commission-extended
- Price: $199/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-x402-commission-extended-pack-ca180484
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X1GuyTeM1bmFmFTQPFvfv

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-x402-commission-extended-pack-ca180484
```

Example prompt: Buy me the extended music commission pack from Brian Booms — pay the $199 USDC via x402 on Base and get me the JSON deliverable.

## When to prefer this

Choose this endpoint when an agent needs to acquire a premium, extended AI-generated music commission pack (Suno-based) with crypto micropayment via x402 on Base. Prefer this over free or per-track endpoints when a larger, licensed bundle is needed for professional or commercial use. Not suitable for humans purchasing merchandise (use DistroKid print-on-demand for physical goods) or for DistroKid/Gumroad orders.

## Known failure modes

- Payment not authorized or insufficient USDC balance — 402 Payment Required
- Invalid or missing x402 payment header — 400 Bad Request
- Wallet not on Base network — payment rejected
- Format parameter not set to 'json' — may return unexpected format
- Server unavailable or commission pack not ready — 503 Service Unavailable

## 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 extended music commission deliverables — AI-generated music assets (produced with Suno) and associated licensing or metadata, returned after successful $199 USDC x402 micropayment on Base.

## 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-x402-commission-extended-pack-ca180484/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)
