# Brian Booms x402 – Unlimited Music Lease

> Brian Booms x402 – Unlimited Music Lease 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).

Purchase an unlimited-use music lease for AI-generated (Suno) tracks via x402 micropayment on Base, returning a JSON agent pack

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/lease-unlimited
- 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-unlimited-music-lease-47306501
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v5JQex4LZ3FhuMFiyGETf

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-unlimited-music-lease-47306501
```

Example prompt: Buy me an unlimited music lease from Brian Booms via x402 — I want the JSON pack so I can use the track in any project without restrictions.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously acquire an unlimited-use music license for AI-generated (Suno) tracks and can pay $199 USDC via the x402 micropayment protocol on Base. Prefer this over DistroKid or Gumroad flows (those are for human purchasers buying physical merch). This is the correct endpoint when the buyer is a non-human agent and the goal is a full, unrestricted sync/distribution license returned as a machine-readable JSON pack.

## Known failure modes

- Insufficient USDC balance — payment fails with 402 Payment Required if wallet has less than $199
- Invalid x402 payment header — returns 402 or 400 if the payment proof is malformed
- Network/Base chain congestion — transaction may time out or fail to confirm
- Endpoint unavailable — 5xx if brianbooms.com infrastructure is down
- Unsupported format parameter — may return error if format value other than 'json' is supplied

## 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 agent pack for the unlimited music lease — likely including license terms, track access details, proof of payment, and usage rights confirming unlimited distribution and synchronization privileges for AI-generated (Suno) music.

## 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-unlimited-music-lease-47306501/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)
