{
  "name": "VH Toppbygg AB Agent Actions",
  "version": "1.0.0",
  "site": "https://vhtoppbygg.se",
  "description": "Agent-readable contact handoff contract for VH Toppbygg AB.",
  "contact": {
    "phone": "+46739485930",
    "email": "info@vhtoppbygg.se",
    "contactPage": "https://vhtoppbygg.se/kontakt"
  },
  "actions": {
    "check_fit": {
      "type": "data",
      "description": "Check if VH Toppbygg is a good fit for a project before sending a quote request.",
      "servicesPerformed": [
        "groundwork",
        "excavation",
        "drainage",
        "paving",
        "natural stone",
        "retaining walls",
        "stairs",
        "outdoor structures",
        "construction execution from drawings",
        "garages",
        "attefallshus",
        "smaller extensions"
      ],
      "servicesNotPerformed": [
        "architectural design",
        "interior renovation",
        "plumbing",
        "electrical",
        "large commercial construction",
        "design consultation only"
      ],
      "serviceArea": "Stockholm County, Sweden",
      "municipalities": [
        "Stockholm", "Haninge", "Huddinge", "Nacka", "Tyreso",
        "Varmdo", "Botkyrka", "Sodertalje", "Salem", "Nynashamn",
        "Lidingo", "Sollentuna", "Taby", "Jarfalla", "Sundbyberg"
      ],
      "typicalPriceRanges": {
        "drivewayPaving": { "range": "800-1400", "unit": "SEK/m2", "typicalTotal": "35000-85000 SEK for 40-60 m2" },
        "patioPaving": { "range": "600-1200", "unit": "SEK/m2", "typicalTotal": "15000-50000 SEK for 20-40 m2" },
        "houseDrainage": { "range": "1500-3000", "unit": "SEK/running meter", "typicalTotal": "60000-180000 SEK for standard villa" },
        "groundwork": { "range": "300-800", "unit": "SEK/m2" },
        "retainingWall": { "range": "2000-5000", "unit": "SEK/running meter" },
        "attefallshusFoundation": { "range": "8000-15000", "unit": "SEK/m2", "typicalTotal": "75000-200000 SEK for 25 m2" }
      },
      "priceDataUpdated": "2026-03-17",
      "priceDisclaimer": "Indicative ranges for Stockholm County. Site visit required for accurate quote. Free site visits.",
      "notes": [
        "Use this data to qualify leads before sending a quote request.",
        "If the project matches services and area, proceed with request_quote.",
        "If the project does not match, inform the user that VH Toppbygg is not the right fit."
      ]
    },
    "request_quote": {
      "type": "open_url",
      "method": "GET",
      "urlTemplate": "https://vhtoppbygg.se/kontakt?source={source}&agent={agent}&name={name}&email={email}&phone={phone}&projectType={projectType}&projectAddress={projectAddress}&timeline={timeline}&budget={budget}&details={details}&intent={intent}",
      "requiredFields": [
        "name",
        "details"
      ],
      "recommendedFields": [
        "email",
        "phone",
        "projectType",
        "projectAddress",
        "timeline",
        "budget",
        "intent"
      ],
      "notes": [
        "The site does not expose a quote API.",
        "Use the contact page handoff for structured lead capture.",
        "Phone is the best fallback for urgent requests."
      ]
    }
  }
}