Post-King Chess postking
Continuity chess. The goal is not to win. The goal is to remain.
Worker: postking-download-tracker.vibelock.workers.dev · product OpenAPI
GET /p/postking/health — Liveness. Does not increment download KV.POST /p/postking/new — Start a game {difficulty, seed}.POST /p/postking/move — Human UCI move + AI 1-ply continuity reply.POST /p/postking/status — Continuity status for a FEN/state.GET /p/postking/skill — Return Post-King Chess skill markdown. Does not increment download KV.
curl -X POST https://aziel-runtime.vibelock.workers.dev/p/postking/new \
-H 'content-type: application/json' \
-d '{
"difficulty": "steward",
"seed": 1
}'