{"openapi":"3.1.0","info":{"title":"The Gentleman's Den Public Booking Discovery API","version":"1.0.0","description":"Public, read-only discovery endpoints for an agent using a Trimlinea-powered booking site."},"servers":[{"url":"https://demo.trimlinea.co.uk"}],"paths":{"/":{"get":{"operationId":"viewBookingSite","summary":"View the public booking website.","responses":{"200":{"description":"Public booking site HTML."}}}},"/llms.txt":{"get":{"operationId":"getLlmsTxt","summary":"Get the agent-readable booking site map.","responses":{"200":{"description":"Markdown/plain-text LLM discovery document.","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/agent.json":{"get":{"operationId":"getAgentManifest","summary":"Get public booking actions, locations, and barbers.","responses":{"200":{"description":"Agent capability manifest.","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/book/location":{"get":{"operationId":"chooseLocation","summary":"Start booking by choosing a location.","parameters":[{"name":"barberId","in":"query","required":false,"description":"Optional barber ID when choosing a location for a specific barber.","schema":{"type":"string","enum":["e1fe3977-900e-448a-8c66-07c7291ff854","d1e85193-514b-41a3-a981-885215d2b769","ff8f6070-2f7a-4e31-a258-d4aa3fc20860","ec489660-ad8f-4593-9a54-ace0d616c577","c2b13c9c-23a1-45d8-bd72-c3ed740229df"]}}],"responses":{"200":{"description":"Location selection page HTML."}}}},"/book/barber/{locationId}":{"get":{"operationId":"chooseBarberAtLocation","summary":"Choose a barber at a known location.","parameters":[{"name":"locationId","in":"path","required":true,"schema":{"type":"string","enum":["8db99cb6-27a4-4a56-9654-8625553fc25e","c2e9f6c3-8a1f-4e70-99db-561e3b747508","cf868aa6-0cb4-454d-b3fa-9c7970015bee"]}}],"responses":{"200":{"description":"Barber selection page HTML."}}}},"/api/website/{subdomain}/content":{"get":{"operationId":"getPublicWebsiteContent","summary":"Get public website content for the booking site.","parameters":[{"name":"subdomain","in":"path","required":true,"schema":{"type":"string","default":"demo"}}],"responses":{"200":{"description":"Public website content.","content":{"application/json":{"schema":{"type":"object"}}}}}}},"/api/brands/shops":{"get":{"operationId":"getPublicLocations","summary":"Get public bookable locations for the current tenant.","responses":{"200":{"description":"Location list.","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}}}}}}}},"/api/barbers/{barberId}/locations":{"get":{"operationId":"getPublicBarberLocations","summary":"Get public locations where a barber can be booked.","parameters":[{"name":"barberId","in":"path","required":true,"schema":{"type":"string","enum":["e1fe3977-900e-448a-8c66-07c7291ff854","d1e85193-514b-41a3-a981-885215d2b769","ff8f6070-2f7a-4e31-a258-d4aa3fc20860","ec489660-ad8f-4593-9a54-ace0d616c577","c2b13c9c-23a1-45d8-bd72-c3ed740229df"]}}],"responses":{"200":{"description":"Location list for the barber.","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}}}}}}}}}}