# Brian Booms x402 – Indie Game License Pack

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

Delivers a paid indie game license content pack via x402 micropayment on Base blockchain for $49 USDC per call

## Facts

- Endpoint: GET https://pay.brianbooms.com/api/v1/buy/game-license-indie
- Price: $49/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-indie-game-license-pack-0b8d77b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z1SSwK-TJQ680Drrg13WT

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-indie-game-license-pack-0b8d77b7
```

Example prompt: Buy me the indie game license pack from Brian Booms using $49 USDC on Base — get the JSON response.

## When to prefer this

Choose this endpoint when an AI agent needs to programmatically purchase and receive an indie game license pack using USDC stablecoin micropayments on the Base blockchain via the x402 protocol. It is best suited for autonomous agent workflows where human-in-the-loop commerce is impractical and the agent has a funded wallet. Not suitable for human retail purchases (those go through DistroKid or Gumroad) or for acquiring music content (separate sibling endpoints exist for that).

## Known failure modes

- Insufficient USDC balance — payment of $49 USDC on Base fails, endpoint returns 402 Payment Required
- Invalid or missing x402 payment header — request rejected before content delivery
- Network or blockchain congestion causing payment confirmation delays
- Format parameter invalid — only 'json' is accepted
- Rate limiting or duplicate purchase prevention if same wallet re-calls quickly

## 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 payload containing the purchased indie game license pack details, potentially including license keys, asset access, or content bundles, delivered after successful $49 USDC payment on Base via x402 protocol.

## 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-indie-game-license-pack-0b8d77b7/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)
