feat: add platform deployment artifacts

This commit is contained in:
2026-03-13 16:01:40 +00:00
parent cae1f5b259
commit 5a03613090
8 changed files with 593 additions and 0 deletions

25
docs/api.md Normal file
View File

@@ -0,0 +1,25 @@
# API Reference
## Endpoints
### Health Check
```
GET /health
```
**Response:**
```json
{"status": "UP", "service": "test-siva-node-1"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "test-siva-node-1", "description": "Modernized test-siva-node-1 service", "version": "1.0.0"}
```