{
  "success": true,
  "service": "current-forge-billing-worker",
  "stage": "prelaunch",
  "notes": [
    "Stripe price IDs are still missing for: complete_lifetime.",
    "Billing Worker is in prelaunch mode and should stay private until public product and legal surfaces are ready."
  ],
  "checkoutAccess": {
    "accessKeyConfigured": true
  },
  "founderOffer": {
    "accessKeyConfigured": true,
    "seatCap": 50,
    "reservationMinutes": 30
  },
  "secretsReady": {
    "stripeSecretKey": true,
    "stripeWebhookSecret": true,
    "licenseSigningKey": true,
    "internalApiToken": true
  },
  "routes": {
    "checkout": "GET /checkout",
    "portal": "POST /api/portal/start",
    "success": "GET /success?session_id=cs_test_...",
    "cancel": "GET /cancel",
    "session": "GET /api/session/:id",
    "licenseIssue": "POST /api/license/issue",
    "stripeWebhook": "POST /api/webhooks/stripe",
    "health": "GET /health"
  },
  "plans": [
    {
      "planCode": "signal_monthly",
      "productKey": "signal",
      "billingInterval": "monthly",
      "checkoutMode": "subscription",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "signal_annual",
      "productKey": "signal",
      "billingInterval": "annual",
      "checkoutMode": "subscription",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "signal_lifetime",
      "productKey": "signal",
      "billingInterval": "lifetime",
      "checkoutMode": "payment",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "launch_monthly",
      "productKey": "launch",
      "billingInterval": "monthly",
      "checkoutMode": "subscription",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "launch_annual",
      "productKey": "launch",
      "billingInterval": "annual",
      "checkoutMode": "subscription",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "launch_lifetime",
      "productKey": "launch",
      "billingInterval": "lifetime",
      "checkoutMode": "payment",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "complete_monthly",
      "productKey": "complete",
      "billingInterval": "monthly",
      "checkoutMode": "subscription",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "complete_annual",
      "productKey": "complete",
      "billingInterval": "annual",
      "checkoutMode": "subscription",
      "checkoutEnabled": true,
      "offerType": "standard",
      "offerVisibility": "public",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": true
    },
    {
      "planCode": "complete_lifetime",
      "productKey": "complete",
      "billingInterval": "lifetime",
      "checkoutMode": "payment",
      "checkoutEnabled": false,
      "offerType": "standard",
      "offerVisibility": "private",
      "seatCap": null,
      "requiresAccessKey": false,
      "hasStripePriceId": false
    },
    {
      "planCode": "complete_founder",
      "productKey": "complete",
      "billingInterval": "lifetime",
      "checkoutMode": "payment",
      "checkoutEnabled": true,
      "offerType": "founder",
      "offerVisibility": "private",
      "seatCap": 50,
      "requiresAccessKey": true,
      "hasStripePriceId": true
    }
  ]
}