feat: add platform deployment artifacts

This commit is contained in:
2026-04-01 19:03:42 +00:00
parent 3a3424ee5b
commit 715ca41724
9 changed files with 485 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-ab-1"}
```
### Root
```
GET /
```
**Response:**
```json
{"service": "test-ab-1", "description": "Modernized test-ab-1 service", "version": "1.0.0"}
```