{
  "$comment": "Agent-readable commerce catalogue for the Tommy & Spartan platform. PRE-GA: self-serve checkout and agentic transactions activate at GA on 2026-07-31. Prices in USD. Source of truth for human display is https://tommyspartan.com.",
  "merchant": {
    "name": "Tommy & Spartan",
    "url": "https://tommyspartan.com",
    "contact": "mike@tokenomik.com"
  },
  "currency": "USD",
  "products": [
    {
      "id": "founding-20",
      "name": "The Founding 20",
      "type": "engagement",
      "price": 0,
      "billing": "success-fee",
      "description": "30-day engagement delivered in full and free. US$15,000 success fee at Day 30, payable only if agreed success metrics are met. Twenty founding places.",
      "checkout": "https://tommyspartan.com/founding-20",
      "available": true
    },
    {
      "id": "self-serve-launchpad",
      "name": "Launchpad",
      "type": "subscription",
      "price": 299,
      "price_annual_monthly": 249,
      "billing": "monthly",
      "quota": { "actions_per_month": 1000, "agents": 4, "projects": 1 },
      "available": false,
      "available_from": "2026-07-31"
    },
    {
      "id": "self-serve-growth",
      "name": "Growth Engine",
      "type": "subscription",
      "price": 990,
      "price_annual_monthly": 790,
      "billing": "monthly",
      "quota": { "actions_per_month": 5000, "agents": 11, "projects": 1 },
      "available": false,
      "available_from": "2026-07-31"
    },
    {
      "id": "self-serve-full-cmo",
      "name": "Full CMO Suite",
      "type": "subscription",
      "price": 1990,
      "price_annual_monthly": 1590,
      "billing": "monthly",
      "quota": { "actions_per_month": 15000, "agents": 51, "projects": 5 },
      "available": false,
      "available_from": "2026-07-31"
    },
    {
      "id": "strategy-sprint",
      "name": "Strategy Sprint",
      "type": "one-time",
      "price": 990,
      "billing": "one-time",
      "quota": { "actions": "unlimited-per-project", "agents": 8, "projects": 1 },
      "available": false,
      "available_from": "2026-07-31"
    },
    {
      "id": "operating-retainer",
      "name": "Operating Retainer",
      "type": "subscription",
      "price_min": 5000,
      "price_max": 15000,
      "billing": "monthly",
      "description": "51 specialists live on every mandate; Signal-to-Revenue loop running monthly. Senior partner signs every output.",
      "available": true,
      "checkout": "https://tommyspartan.com/founding-20"
    }
  ],
  "payment": {
    "methods": ["card", "invoice", "x402"],
    "checkout_endpoint": "https://api.tommyspartan.com/v1/checkout",
    "agentic_payments": {
      "protocol": "x402",
      "description": "Fully agentic transactions: an authorised agent may purchase a plan or a Strategy Sprint via HTTP 402 payment without a human checkout.",
      "endpoint": "https://api.tommyspartan.com/v1/checkout",
      "authorization_servers": ["https://tommyspartan.com"],
      "scopes": ["agent.invoke"]
    }
  },
  "x-status": "pre-ga",
  "x-activation": "2026-07-31"
}
