# Wanaka Haus > A four-bedroom, architect-designed certified Passive House in Wānaka, Central Otago, New Zealand. > Available for direct nightly booking. Agents may quote and book without a human in the loop. Wanaka Haus sleeps 8 across four bedrooms and three bathrooms, six minutes' walk from the Lake Wānaka waterfront and thirty minutes from Treble Cone. It is a certified Passive House: 0.4 ACH airtightness, 90% heat recovery, 14 kWh/m²/yr heating demand, a steady 21°C indoors in every season. Direct booking only — no platform fees, no commission markup. ## Booking (machine-readable) - [Agent manifest](/agent.json): capabilities, endpoints, auth, policies - [OpenAPI 3.1 specification](/openapi.json): full booking API - [Availability feed](/availability.json): booked ranges, rates, stay rules — refreshed hourly - MCP server at `/api/mcp` (streamable HTTP, no auth): the same five capabilities as native tools — search_availability, get_quote, create_booking, get_booking, cancel_booking. Manifest at [/.well-known/mcp.json](/.well-known/mcp.json). Booking is a three-call flow. No account or API key is needed to search or quote; a booking requires only a guest name and email, and returns a Stripe Checkout URL for payment. 1. `GET /api/availability?from=YYYY-MM-DD&to=YYYY-MM-DD` — open and booked nights 2. `POST /api/quote` — total for a date range and party size, itemised 3. `POST /api/bookings` — provisional hold (30 minutes) plus a Stripe Checkout URL Cancelling needs the booking id plus the guest email it was made with (`POST /api/bookings/{id}/cancel` with `{"guest_email": "..."}`) — the id alone won't cancel it. ## Rates and rules - NZ$950 per night, all seasons - NZ$180 one-off cleaning fee - Minimum stay 2 nights; 4 nights over Christmas and New Year - Maximum 8 guests - Check-in 3pm, check-out 10am - Free cancellation up to 14 days before arrival, 50% refund up to 7 days - No pets, no parties, no smoking anywhere on the property ## Pages - [Home](/): the house, the Passive House performance data, gallery, location - [For agents](/#agents): endpoints and an example booking call - [Questions](/#faq): answers to the questions guests and agents ask most ## Contact hello@wanakahaus.nz — a human replies within a day. Agents should prefer the API.