{
  "schema": "speedkit.marketplace_control_response.v1",
  "status": "PRODUCT_CONTROL_OS_READY",
  "mode": "PUBLIC_ONLY",
  "fake_checkout": false,
  "generated_at": "2026-06-22T22:34:04.590Z",
  "configured": {
    "stripe_secret_key": true,
    "stripe_webhook_secret": true,
    "stripe_price_starter": true,
    "stripe_price_pro": true,
    "stripe_price_enterprise": true,
    "speedkit_base_url": true,
    "commerce_kv": true
  },
  "control_state": {
    "commerce_ready": true,
    "product_os": "LIVE",
    "pricing": "LIVE",
    "post_payment_proof": "LIVE",
    "plan_count": 3,
    "route_count": 36,
    "buyer_path_stages": 11
  },
  "endpoints": {
    "pricing": "/pricing/",
    "marketplace": "/marketplace/",
    "control_page": "/marketplace/control/",
    "entitlement_page": "/marketplace/entitlement/",
    "product_os_json": "/marketplace/product-os.json",
    "plan_matrix_json": "/marketplace/plan-matrix.json",
    "route_map_json": "/marketplace/route-map.json",
    "buyer_path_json": "/marketplace/buyer-path.json"
  },
  "plans": [
    {
      "id": "starter",
      "name": "SPEEDKIT Starter",
      "price_eur_month": 49,
      "sku": "SPEEDKIT-STARTER",
      "buyer": "founder / builder / solo operator",
      "commercial_boundary": "single operator public-control access",
      "entitlement_level": 1,
      "capabilities": [
        "public marketplace access",
        "offer and listing proof",
        "install manifest access",
        "receipt proof",
        "entitlement lookup",
        "public verification surface"
      ],
      "capability_bundle_id": "starter-public-control",
      "capability_bundle": "Starter Public Control Bundle",
      "capability_api": "/api/marketplace/capability?plan=starter",
      "allowed_capabilities": [
        "public_marketplace_access",
        "offer_listing_proof",
        "install_manifest_access",
        "receipt_lookup",
        "entitlement_lookup",
        "public_verification_surface"
      ],
      "denied_capabilities": [
        "commercial_use_boundary",
        "priority_surface_review",
        "proof_packaging_guidance",
        "team_onboarding_path",
        "higher_support_priority",
        "custom_entitlement_rail",
        "custom_proof_rail",
        "integration_review",
        "manual_onboarding",
        "commercial_support_boundary"
      ],
      "access_check_api": "/api/marketplace/access-check?plan=starter&capability=receipt_lookup",
      "monthly_event_limit": 100,
      "monthly_unit_limit": 1000,
      "usage_policy": "/marketplace/usage-policy.json",
      "usage_api": "/api/marketplace/usage"
    },
    {
      "id": "pro",
      "name": "SPEEDKIT Pro",
      "price_eur_month": 199,
      "sku": "SPEEDKIT-PRO",
      "buyer": "team / agency / technical operator",
      "commercial_boundary": "team and commercial operator access",
      "entitlement_level": 2,
      "capabilities": [
        "all starter capabilities",
        "commercial use boundary",
        "priority surface review",
        "proof packaging guidance",
        "team onboarding path",
        "higher support priority"
      ],
      "capability_bundle_id": "pro-commercial-operator",
      "capability_bundle": "Pro Commercial Operator Bundle",
      "capability_api": "/api/marketplace/capability?plan=pro",
      "allowed_capabilities": [
        "public_marketplace_access",
        "offer_listing_proof",
        "install_manifest_access",
        "receipt_lookup",
        "entitlement_lookup",
        "public_verification_surface",
        "commercial_use_boundary",
        "priority_surface_review",
        "proof_packaging_guidance",
        "team_onboarding_path",
        "higher_support_priority"
      ],
      "denied_capabilities": [
        "custom_entitlement_rail",
        "custom_proof_rail",
        "integration_review",
        "manual_onboarding",
        "commercial_support_boundary"
      ],
      "access_check_api": "/api/marketplace/access-check?plan=pro&capability=receipt_lookup",
      "monthly_event_limit": 1000,
      "monthly_unit_limit": 10000,
      "usage_policy": "/marketplace/usage-policy.json",
      "usage_api": "/api/marketplace/usage"
    },
    {
      "id": "enterprise",
      "name": "SPEEDKIT Enterprise",
      "price_eur_month": 999,
      "sku": "SPEEDKIT-ENTERPRISE",
      "buyer": "company / institution / compliance-heavy buyer",
      "commercial_boundary": "institutional control access",
      "entitlement_level": 3,
      "capabilities": [
        "all pro capabilities",
        "custom entitlement rail",
        "custom proof rail",
        "integration review",
        "manual onboarding",
        "commercial support boundary"
      ],
      "capability_bundle_id": "enterprise-institutional-control",
      "capability_bundle": "Enterprise Institutional Control Bundle",
      "capability_api": "/api/marketplace/capability?plan=enterprise",
      "allowed_capabilities": [
        "public_marketplace_access",
        "offer_listing_proof",
        "install_manifest_access",
        "receipt_lookup",
        "entitlement_lookup",
        "public_verification_surface",
        "commercial_use_boundary",
        "priority_surface_review",
        "proof_packaging_guidance",
        "team_onboarding_path",
        "higher_support_priority",
        "custom_entitlement_rail",
        "custom_proof_rail",
        "integration_review",
        "manual_onboarding",
        "commercial_support_boundary"
      ],
      "denied_capabilities": [],
      "access_check_api": "/api/marketplace/access-check?plan=enterprise&capability=receipt_lookup",
      "monthly_event_limit": 10000,
      "monthly_unit_limit": 100000,
      "usage_policy": "/marketplace/usage-policy.json",
      "usage_api": "/api/marketplace/usage"
    }
  ]
}