{
  "name": "Northwest Lighting & Off-Road",
  "description": "Vehicle lighting shop serving the entire Chicagoland area from Naperville, IL. Two lanes of work: SAE Class 1 amber warning light installation for work trucks and commercial fleets, and custom LED lighting builds for off-road and overland trucks.",
  "service_area_summary": "Based in Naperville, IL and working across all of Chicagoland: DuPage, Will, Kane, Cook, Kendall, McHenry and Lake Counties, plus the city of Chicago itself.",
  "documentation": [
    {
      "type": "text/plain",
      "url": "https://nwupfit.com/llms.txt",
      "description": "Short site map for assistants."
    },
    {
      "type": "text/plain",
      "url": "https://nwupfit.com/llms-full.txt",
      "description": "Complete business facts, services, coverage area and FAQ in one fetch."
    },
    {
      "type": "application/json",
      "url": "https://nwupfit.com/api/public/openapi.json",
      "description": "OpenAPI description of the endpoints below."
    }
  ],
  "skills": [
    {
      "name": "get_business_info",
      "description": "Name, phone, email, hours, address and Chicagoland coverage.",
      "method": "GET",
      "url": "https://nwupfit.com/api/public/business"
    },
    {
      "name": "list_services",
      "description": "Work truck and fleet amber warning lighting, and custom off-road LED builds.",
      "method": "GET",
      "url": "https://nwupfit.com/api/public/services"
    },
    {
      "name": "check_service_area",
      "description": "Confirm whether a Chicagoland town or county is covered.",
      "method": "GET",
      "url": "https://nwupfit.com/api/public/service-area?city={city}"
    },
    {
      "name": "list_faq",
      "description": "Common questions about compliance, turnaround, pricing and fleet work.",
      "method": "GET",
      "url": "https://nwupfit.com/api/public/faq"
    },
    {
      "name": "submit_quote_request",
      "description": "Submit a quote request for a customer. Requires their name, their request, and an email or phone number. Returns a reference id.",
      "method": "POST",
      "url": "https://nwupfit.com/api/public/quote",
      "content_type": "application/json",
      "rate_limit": "5 per hour per IP"
    }
  ],
  "human_contact": {
    "phone": "630-544-9330",
    "sms": "630-544-9330",
    "email": "Alex@Northwest-Lighting.com",
    "quoteForm": "https://nwupfit.com/contact",
    "quoteApi": "https://nwupfit.com/api/public/quote",
    "responseTime": "Most inquiries get a reply the same day. Evenings are the usual response window on shop days."
  },
  "last_updated": "2026-09-21"
}