# Brian Booms x402 – Basic Lease Pack

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

Delivers a paid music sync lease pack (basic tier) for AI-generated music via x402 micropayment on Base

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/lease-basic
- Price: $29/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-basic-lease-pack-f1258b20
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gKoSEsXpm49vNH2GfZRH_

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-basic-lease-pack-f1258b20
```

Example prompt: Buy me a basic music sync lease from Brian Booms — I need the JSON pack and I'm okay spending $29 USDC on Base via x402.

## When to prefer this

Choose this endpoint when an AI agent needs to autonomously acquire a low-cost ($29 USDC) basic music sync license using on-chain micropayment via the x402 protocol on Base, particularly for content creators or automated pipelines that need programmatic music licensing without human checkout flows. Not suitable for human retail purchases (use DistroKid for merch) or for premium/extended sync licenses.

## Known failure modes

- Payment of $29 USDC not fulfilled — 402 Payment Required returned
- Insufficient funds in agent wallet on Base network
- Invalid format parameter (must be 'json')
- Network or RPC failure on Base blockchain preventing payment settlement
- License pack unavailable or exhausted — endpoint may return error JSON

## 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 basic sync lease pack details, which may include license terms, permitted usage rights, download or streaming links for the Suno-generated music track, and confirmation of the on-chain payment transaction.

## 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-basic-lease-pack-f1258b20/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)
