{"awp_version":"0.1","domain":"peluqueria-manolo.anima.goil.dev","name":"Peluquería Manolo","description":"Peluquería unisex en El Vendrell, Tarragona. Servicios de corte, color y tratamientos. Reserva online disponible.","intent":"Allow AI agents to check availability and book hair salon appointments","url":"https://peluqueria-manolo.anima.goil.dev","documentation":{"llms_txt":"https://peluqueria-manolo.anima.goil.dev/llms.txt","openapi":"https://peluqueria-manolo.anima.goil.dev/openapi.json"},"authentication":{"read":"none","write":"none"},"actions":[{"id":"list_services","name":"List services","description":"Get all available services with prices and durations","method":"GET","endpoint":"/api/v1/services","parameters":{"category":{"type":"string","description":"Filter by category: corte, color, tratamiento, barba, peinado","required":false}}},{"id":"check_availability","name":"Check availability","description":"Get available time slots for a service on a given date","method":"GET","endpoint":"/api/v1/availability","parameters":{"service_id":{"type":"string","description":"Service ID (e.g., 'corte-hombre', 'corte-mujer', 'tinte-completo', 'mechas', 'keratina', 'barba', 'lavado-peinado')","required":true},"date":{"type":"string","description":"Date in YYYY-MM-DD format","required":true}}},{"id":"create_booking","name":"Create booking","description":"Book an appointment. Returns confirmation with booking_id and confirmation URL.","method":"POST","endpoint":"/api/v1/bookings","request_body":{"required":["service_id","date","time","customer_name","customer_phone"],"properties":{"service_id":{"type":"string","description":"Service ID"},"date":{"type":"string","description":"Date in YYYY-MM-DD format"},"time":{"type":"string","description":"Time in HH:MM format (e.g., '10:00')"},"stylist":{"type":"string","description":"Preferred stylist: 'Manolo' or 'Laura'"},"customer_name":{"type":"string","description":"Full name of the customer"},"customer_phone":{"type":"string","description":"Customer phone number"},"notes":{"type":"string","description":"Optional notes or special requests"}}}},{"id":"cancel_booking","name":"Cancel booking","description":"Cancel an existing booking by ID","method":"DELETE","endpoint":"/api/v1/bookings/{booking_id}","parameters":{"booking_id":{"type":"string","description":"Booking ID returned when the booking was created","required":true}}},{"id":"get_reviews","name":"Get reviews","description":"Get customer reviews for the salon","method":"GET","endpoint":"/api/v1/reviews"}],"contact":{"phone":"+34 977 123 456","email":"info@peluqueriamanolo.com","address":"Carrer Major 42, 43700 El Vendrell, Tarragona"},"powered_by":{"platform":"Goil Technologies","url":"https://goil.com","directory":"https://discover.anima.goil.dev"}}