{
  "account_sections": [
    "plan_expiry",
    "payment_history",
    "license_activation_code",
    "bound_devices",
    "download_history",
    "support_tickets",
    "safety_boundaries"
  ],
  "aggregated_domains": [
    "auth",
    "billing",
    "payments",
    "subscriptions",
    "licenses",
    "activation_codes",
    "device_activations",
    "downloads",
    "support_tickets"
  ],
  "endpoints": {
    "GET /api/account/activity": "customer account activity skeleton",
    "GET /api/account/entitlements": "entitlement/download/trading-boundary summary skeleton",
    "GET /api/account/summary": "single account center summary skeleton",
    "GET /api/account/support-tickets": "support ticket list skeleton",
    "POST /api/account/support-tickets": "dry-run support ticket creation"
  },
  "marker": "WEBSITE_F6_ACCOUNT_CENTER_SKELETON_1780397540",
  "purpose": "Aggregate auth, billing, license, download and support status into one customer-facing account center.",
  "real_customer_data_persisted": false,
  "schema_version": "website_f6.account_center_contract.v1",
  "security_boundaries": [
    "no real customer data in WEBSITE-F6 skeleton",
    "no admin data exposure",
    "payment/license/download are not trading authority",
    "support ticket does not collect MT5 password",
    "requires auth/session/D1 before real persistence"
  ],
  "stage": "customer_account_center_skeleton"
}
