{"status":"success","data":{"name":"Nova Theaters — Agent API","version":"1.0","description":"Welcome to the Nova Theaters agent API. This API is designed for AI agents to browse movies, check showtimes, select seats, and book tickets at our boutique cinema.","endpoints":[{"path":"https://nova.helloone.ai/api/agent/movies","method":"GET","description":"List all currently showing movies with event details"},{"path":"https://nova.helloone.ai/api/agent/movies/{movie_id}/showtimes","method":"GET","description":"Get showtimes for a specific movie, grouped by date"},{"path":"https://nova.helloone.ai/api/agent/showtimes/{showtime_id}/seats","method":"GET","description":"Check seat availability for a specific showtime"}]},"next_actions":[{"description":"Browse all movies currently showing","method":"GET","url":"https://nova.helloone.ai/api/agent/movies"}],"help":"Start with GET https://nova.helloone.ai/api/agent/movies to see what's playing. Every response includes 'next_actions' guiding you to the logical next step. No authentication required."}