{
  "$schema": "https://bringyour.ai/schemas/agent-buying-guide.v1.json",
  "seller": "Bring Your AI",
  "homepage": "https://bringyour.ai",
  "purpose": "Machine-readable buying flow for a Bring Your AI lifetime license.",
  "privacy_boundary": "Remote buying endpoints do not accept harness files, generated memories, user rules, API keys, GitHub handles, or file contents.",
  "remote_invariant": {
    "harness_data_remote": false,
    "accepts_file_contents": false,
    "accepts_api_keys": false,
    "accepts_repo_paths": false,
    "checkout_accepts": [
      "product_id",
      "buyer_email",
      "locale",
      "buyer_country",
      "currency",
      "shared_payment_granted_token"
    ]
  },
  "products": [
    "bringyour_founder_lifetime",
    "bringyour_early_lifetime",
    "bringyour_lifetime"
  ],
  "recommended_product_id": "bringyour_lifetime",
  "live_routes": {
    "catalog": {
      "method": "GET",
      "url": "https://bringyour.ai/api/v1/catalog"
    },
    "quote": {
      "method": "POST",
      "url": "https://bringyour.ai/api/v1/quote",
      "json": {
        "product_id": "bringyour_lifetime"
      }
    },
    "checkout_payment_link": {
      "method": "POST",
      "url": "https://bringyour.ai/api/v1/checkout",
      "json": {
        "product_id": "bringyour_lifetime",
        "buyer_email": "buyer@example.com"
      },
      "expected_status": "requires_customer_action",
      "expected_field": "checkout_url"
    },
    "license_fulfillment": {
      "method": "GET",
      "url": "https://bringyour.ai/api/v1/license"
    }
  },
  "payment_modes": {
    "stripe_payment_link": "live",
    "stripe_spt": "live for Link-issued shared_payment_granted_token settlement",
    "stripe_acp": "not_enabled",
    "machine_payments_x402": "not_enabled"
  },
  "proof_routes": [
    "https://bringyour.ai/openapi.yaml",
    "https://bringyour.ai/.well-known/agent.json",
    "https://bringyour.ai/.well-known/commerce.json",
    "https://bringyour.ai/llms.txt"
  ],
  "support": "hello@bringyour.ai"
}
