{
  "site": "ChangeGamer",
  "currency_note": "All offers are priced in EUR (tax-inclusive, automatic Stripe Tax). The per-fetch 402 reference price (USD 0.05) is a separate per-crawl rate distinct from these one-time/annual key offers.",
  "free_layer": "Index files (/llms.txt, robots.txt, /license.xml, sitemap), the getting-started resource, and access-and-pricing are always free — enforced in code, not just policy.",
  "premium_slugs": [
    "data-formats",
    "json-api",
    "autonomous-operations"
  ],
  "payment_protocol": "Agents encounter a 402 response with a JSON body containing price_usd, payment_url, and a preview of the resource. Purchase a key at the checkout_url of any offer below, then retry the request with the key as \"Authorization: Bearer <key>\" or \"x-api-key\" header. Full instructions at /resources/paying-for-access-402.md.",
  "entitlement_note": "All four tiers unlock the same premium resource set today; tiers differ in deliverables and license grant, not in gated content.",
  "offers": [
    {
      "id": "starter",
      "name": "Starter key",
      "price": 5,
      "currency": "EUR",
      "interval": "one_time",
      "checkout_url": "https://buy.stripe.com/fZu9AMa230eP2b1f0d7EQ00",
      "unlocks": "All current premium resources (data-formats, json-api, autonomous-operations) via Bearer/x-api-key header. Key valid until revoked.",
      "deliverables": [
        "API key (cg_ prefix) delivered self-serve at /key within seconds of payment"
      ],
      "license_grant": "Personal, non-transferable access to the premium resource set for the named buyer. No redistribution."
    },
    {
      "id": "corpus",
      "name": "Corpus license",
      "price": 25,
      "currency": "EUR",
      "interval": "one_time",
      "checkout_url": "https://buy.stripe.com/fZu28kgqr8Ll2b14lz7EQ01",
      "unlocks": "All current premium resources plus a full llms-full.txt corpus file with premium bodies and an RSL extended AI-use grant.",
      "deliverables": [
        "API key (cg_ prefix) delivered self-serve at /key within seconds of payment",
        "Full llms-full.txt corpus file (all premium bodies, no stubs) emailed within 1 business day",
        "RSL extended-use declaration emailed within 1 business day"
      ],
      "license_grant": "AI training, indexing, and bulk model-context use of the full corpus by the named licensee. No public raw-corpus redistribution. No sublicensing for resale."
    },
    {
      "id": "enterprise",
      "name": "Enterprise license",
      "price": 150,
      "currency": "EUR",
      "interval": "one_time",
      "checkout_url": "https://buy.stripe.com/5kQ14ga23d1B6rhbO17EQ02",
      "unlocks": "Everything in Corpus License plus commercial redistribution rights: embedding in commercial products and distribution of corpus-derived datasets within the licensee's organization.",
      "deliverables": [
        "API key (cg_ prefix) delivered self-serve at /key within seconds of payment",
        "Full llms-full.txt corpus file (all premium bodies, no stubs) emailed within 1 business day",
        "RSL enterprise AI-use grant letter emailed within 1 business day"
      ],
      "license_grant": "AI training, indexing, bulk model-context use, embedding in commercial products, and distribution of corpus-derived datasets within the licensee's organization. No public redistribution of raw corpus. No sublicensing for resale."
    },
    {
      "id": "corpus_annual",
      "name": "Corpus Updates — Annual",
      "price": 45,
      "currency": "EUR",
      "interval": "year",
      "checkout_url": "https://buy.stripe.com/eVq14g8XZgdN16X9FT7EQ03",
      "unlocks": "Same API key access plus corpus file and RSL internal AI-use grant as Corpus License, re-delivered at each annual renewal with the current premium resource set.",
      "deliverables": [
        "API key (cg_ prefix) delivered self-serve at /key within seconds of payment",
        "Full llms-full.txt corpus file emailed at initial signup and each annual renewal",
        "RSL extended-use declaration valid for active subscription period"
      ],
      "license_grant": "AI training, indexing, and bulk model-context use of the current corpus internally by the named licensee. Grant valid for the active subscription period; rights for the last delivered version are retained on cancellation."
    }
  ]
}