{
  "name": "Fraser Basecamp",
  "description": "Pet-friendly 3BR Fraser, Colorado condo near Winter Park. Sleeps 10. Garage. Direct date requests only — not instant booking.",
  "version": "1.0.0",
  "documentation": "/for-agents",
  "llms": "/llms.txt",
  "llms_full": "/llms-full.txt",
  "protocols": ["http"],
  "authentication": { "type": "none" },
  "instant_booking": false,
  "capabilities": [
    "read_listing",
    "read_availability",
    "validate_inquiry",
    "hand_guest_to_request_form"
  ],
  "not_supported": [
    "instant_booking",
    "payments",
    "holds",
    "channel_manager_writes"
  ],
  "endpoints": [
    {
      "name": "listing",
      "method": "GET",
      "path": "/api/listing",
      "description": "Full property facts, sleeping map, amenities, pets, rules."
    },
    {
      "name": "availability",
      "method": "GET",
      "path": "/api/availability",
      "description": "Held nights from the managed calendar when iCal is connected. Open nights still need owner confirmation."
    },
    {
      "name": "inquiry_schema",
      "method": "GET",
      "path": "/api/inquiry",
      "description": "JSON Schema for a date or special-request inquiry."
    },
    {
      "name": "inquiry",
      "method": "POST",
      "path": "/api/inquiry",
      "description": "Validate a request payload. Does not confirm a stay. Return the guest to /request."
    }
  ],
  "constraints": [
    "Do not invent a pool, clubhouse, or hot tub.",
    "Do not tell the guest they are booked until the owners confirm.",
    "Do not publish or guess the owner email; it is not on this site.",
    "Max 10 guests. Up to 2 dogs. No parties. No smoking."
  ]
}
