Post-King Chess runtime

Stateless: send board state on every call. Worker AI is a 1-ply subset (legal moves + continuity ranking). Full Python search lives in the package.

OpenAPI: https://postking-download-tracker.vibelock.workers.dev/openapi.json

Catalog: aziel-runtime.vibelock.workers.dev

curl -X POST https://postking-download-tracker.vibelock.workers.dev/v1/new -H 'content-type: application/json' -d '{"difficulty":"steward","seed":1}'
curl -X POST https://postking-download-tracker.vibelock.workers.dev/v1/move -H 'content-type: application/json' \
  -d '{"fen_or_state":"rnbqobnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQ - 0 1","uci":"e2e4","difficulty":"steward","seed":1}'

GET/POST under /v1 never increment the download counter.

Downloads