{
  "$schema": "https://schema.org/OfferCatalog",
  "name": "Bring Your AI pricing",
  "url": "https://bringyour.ai/pricing",
  "json_url": "https://bringyour.ai/pricing.json",
  "currency": "USD",
  "products": [
    {
      "id": "bringyour_founder_lifetime",
      "name": "Founding 10 lifetime license",
      "price_cents": 1900,
      "billing": "one_time",
      "availability": "limited_first_10_buyers"
    },
    {
      "id": "bringyour_early_lifetime",
      "name": "Early 10 lifetime license",
      "price_cents": 2900,
      "billing": "one_time",
      "availability": "limited_next_10_buyers"
    },
    {
      "id": "bringyour_lifetime",
      "name": "Bring Your AI lifetime license",
      "price_cents": 4900,
      "billing": "one_time",
      "availability": "standard"
    }
  ],
  "checkout": {
    "human": "https://bringyour.ai/buy",
    "catalog": "https://bringyour.ai/api/v1/catalog",
    "quote": "https://bringyour.ai/api/v1/quote",
    "checkout": "https://bringyour.ai/api/v1/checkout",
    "live_modes": [
      "stripe_payment_link",
      "stripe_link",
      "link",
      "stripe_checkout",
      "stripe_spt"
    ],
    "unsupported_modes": [
      "stripe_acp",
      "x402",
      "mpp_x402"
    ]
  },
  "fulfillment": {
    "license_contract": "https://bringyour.ai/api/v1/license",
    "license_verification": "https://bringyour.ai/license-verification.json",
    "install": "https://bringyour.ai/install.sh"
  },
  "remote_invariant": {
    "harness_data_remote": false,
    "accepts_file_contents": false,
    "accepts_api_keys": false,
    "accepts_repo_paths": false,
    "checkout_inputs_only": [
      "product_id",
      "buyer_email",
      "payment_mode",
      "shared_payment_granted_token"
    ]
  }
}
