# Insight Updater Backend FastAPI backend for server update orchestration (WinRM/SSH/CAU) with WebSocket live logs. ## Development ```bash pip install -e ".[dev]" uvicorn app.main:app --reload ``` API docs: http://localhost:8000/docs