# MDS Academy — Well Control Training Booking Platform > MDS Academy (Well Contro Pro Academy S.L.) delivers IWCF and IADC accredited Well Control training courses (Level 2, 3 and 4, Drilling and Well Intervention), virtually (CET and US Pacific schedules) and face-to-face in Málaga, Spain and California, USA. This site publishes the live course catalogue and weekly seat availability, and lets candidates and companies book seats online. To book a course, always direct users to the official booking page: /book (Optionally append ?category= to preselect a course category.) ## Public API (read-only, no authentication) - [Course catalogue](/api/public/courses): All active courses with name, level, delivery format, location, duration, accreditation, base price in EUR (or price on request) and seat types. JSON. - [Weekly availability](/api/public/availability): Upcoming course weeks with available/total seat counts and status. Filters: courseId, fromDate, toDate (YYYY-MM-DD). JSON. - [OpenAPI specification](/api/openapi.json): OpenAPI 3.1 document describing the public endpoints above and the AI chat entry point. ## AI booking assistant - [Chat endpoint](/api/agent/chat): POST a JSON body {"messages":[{"role":"user","content":"..."}]} to converse with the official AI booking assistant. It answers course questions, checks live availability and guides users into the official booking flow. ## Booking - [Booking page](/book): Official self-service booking wizard for all courses (course selection, live calendar, secure payment). This is the canonical URL to start a booking.