{"auth":{"type":"none"},"api":{"type":"openapi","url":"https://buchen.digitalbits.dev/booking/api/v1/openapi.json"},"schema_version":"v1","contact_email":"support@gastmanager.com","description_for_human":"Check availability and get accurate price previews for a Gastmanager booking portal (hotels, campsites, apartments). Read-only.","description_for_model":"Read-only API to inspect a Gastmanager booking portal. Typical flow:\n\n  1. Load the portal configuration with\n     GET https://buchen.digitalbits.dev/booking/api/v1/portals/camping\n     (returns supported languages, payment methods, guest config,\n     blocked periods, landing-page URL).\n  2. List available categories for a date range and party\n     composition with\n     GET https://buchen.digitalbits.dev/booking/api/v1/portals/camping/categories?from=YYYY-MM-DD&to=YYYY-MM-DD&guests[]=adult\n     (per category: availability flag, optional packages, extras,\n     default gross price and a prefilled booking deeplink).\n  3. Compute a precise price preview for a concrete selection with\n     POST https://buchen.digitalbits.dev/booking/api/v1/portals/camping/quote\n     (timeframe + guests_per_slot + selection array; returns totals\n     and a prefilled booking deeplink).\n\nThe agent cannot create bookings, take payments, or modify any\ndata — those flows require the interactive booking portal. The most\nvaluable output is the `booking_url` deeplink each priced response\ncarries: hand it to the human to complete the booking.\nThe exact request/response schemas, the selection-JSON format and\nall modifier kinds are documented in https://buchen.digitalbits.dev/booking/llms.txt\nand in https://buchen.digitalbits.dev/booking/api/v1/openapi.json.\n","legal_info_url":"https://www.gastmanager.com","logo_url":"https://buchen.digitalbits.dev/favicon.ico","name_for_human":"Gastmanager Booking","name_for_model":"gastmanager_booking"}