# API Reference Base URL: `https://test-alex-gitops-1.kyndemo.live` Interactive docs: `/docs` (Swagger UI) ยท `/redoc` (ReDoc) ## Items | Method | Path | Description | |--------|------|-------------| | GET | `/api/items` | List items | | POST | `/api/items` | Create item `{"name":"..","description":".."}` | | GET | `/api/items/{id}` | Get by ID | | PUT | `/api/items/{id}` | Update | | DELETE | `/api/items/{id}` | Delete | ## Observability | Path | Description | |------|-------------| | `/health` | `{"status":"UP"}` | | `/metrics` | Prometheus text format |