{
  "service": {
    "name": "Kettle & Kiln Roastworks",
    "environment": "production",
    "version": "1.8.2",
    "region": "us-east-1",
    "lastUpdated": "2026-07-11T09:30:00-04:00"
  },
  "roastery": {
    "location": {
      "city": "Asheville",
      "state": "NC",
      "country": "USA",
      "timezone": "America/New_York"
    },
    "batchCapacityKg": 18,
    "certifications": [
      "USDA Organic",
      "Fair Trade",
      "Rainforest Alliance"
    ]
  },
  "inventory": {
    "lowStockThresholdKg": 6,
    "teas": [
      {
        "sku": "DARJ-2F-2026-04",
        "name": "Second Flush Darjeeling",
        "origin": {
          "estate": "Glenburn",
          "region": "Darjeeling",
          "country": "India",
          "elevationMeters": 1850
        },
        "style": "black",
        "stockKg": 12.5,
        "roastProfiles": [
          {
            "profileId": "rp-light-muscatel",
            "temperatureC": 104,
            "durationMinutes": 18,
            "restHours": 36,
            "notes": "Preserves floral top notes and muscatel finish."
          }
        ]
      },
      {
        "sku": "OOLG-ALI-2026-02",
        "name": "Alishan High Mountain Oolong",
        "origin": {
          "estate": "Meishan Cooperative",
          "region": "Chiayi",
          "country": "Taiwan",
          "elevationMeters": 1400
        },
        "style": "oolong",
        "stockKg": 8.2,
        "roastProfiles": [
          {
            "profileId": "rp-medium-orchid",
            "temperatureC": 118,
            "durationMinutes": 24,
            "restHours": 48,
            "notes": "Soft roast for creamy body and orchid aroma."
          }
        ]
      }
    ]
  },
  "orders": {
    "api": {
      "baseUrl": "https://api.kettleandkiln.example/v1",
      "rateLimitPerMinute": 120,
      "webhooksEnabled": true
    },
    "fulfillment": {
      "defaultCarrier": "USPS",
      "packingStations": 2,
      "shipDays": [
        "Monday",
        "Wednesday",
        "Friday"
      ]
    },
    "recentBatches": [
      {
        "batchId": "B-20260709-014",
        "teaSku": "DARJ-2F-2026-04",
        "roastedKg": 4.5,
        "status": "resting",
        "startedAt": "2026-07-09T06:15:00-04:00",
        "completedAt": "2026-07-09T06:33:00-04:00"
      },
      {
        "batchId": "B-20260710-015",
        "teaSku": "OOLG-ALI-2026-02",
        "roastedKg": 3.0,
        "status": "ready",
        "startedAt": "2026-07-10T07:05:00-04:00",
        "completedAt": "2026-07-10T07:29:00-04:00"
      }
    ]
  },
  "alerts": [
    {
      "level": "warning",
      "code": "LOW_STOCK_SOON",
      "message": "Alishan High Mountain Oolong will fall below threshold after two more standard batches.",
      "teaSku": "OOLG-ALI-2026-02"
    }
  ]
}