M0
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-22 23:33:24 -05:00
parent 27dac51b5c
commit 177be6332b
47 changed files with 7287 additions and 0 deletions

26
docs/api-reference.md Normal file
View File

@@ -0,0 +1,26 @@
# API Reference
## `GET /healthz`
Returns:
```json
{ "status": "ok" }
```
## `GET /api/player`
Returns the current seed profile.
## `POST /api/player`
Accepts a partial profile payload and returns the updated profile.
## `GET /api/missions`
Returns seeded missions.
## `POST /api/missions/:id/complete`
Marks a mission complete and returns the XP reward.