# API Reference ## Endpoints ### Health Check ``` GET /health ``` **Response:** ```json {"status": "UP", "service": "crucible-demo-02"} ``` ### Root ``` GET / ``` **Response:** ```json {"service": "crucible-demo-02", "description": "Modernized crucible-demo-02 service", "version": "1.0.0"} ```