true, 'total_methods' => count($configs), 'methods' => array_keys($configs), 'configs' => $configs, 'timestamp' => date('Y-m-d H:i:s'), 'server' => '89.167.40.150', 'note' => 'API Brain test endpoint' ]); } else { echo json_encode([ 'success' => true, 'message' => 'Brain API is working!', 'available_actions' => ['methods', 'test'] ]); } ?>