{"name":"Play Vibe API","version":"1.0.0","endpoints":["/api/games - Get list of all games","/api/games/<game_id> - Get details for a specific game","/api/games_to_approve - Get list of submitted games pending approval","/api/approve_game - Approve a submitted game (POST)","/api/reject_game - Reject a submitted game (POST)","/api/clone_game - Clone a game (POST)","/api/generate - Create a new game with AI (POST)","/api/generate_prompt - Generate a game prompt with AI (POST, streaming)","/api/submit - Submit a generated game (POST)","/api/user/games - Get user's submitted games (GET)","/api/check_game_exists - Check if a game exists at a URI path (GET)","/api/admin/update_p95 - Update p95_time calculation (GET, admin only)","/api/admin/auto_generate_games - Auto-generate 1 game (GET, admin/cron only)"]}