Conventions
- Base URL —
http://localhost:3917for a local server. - Content type — send
Content-Type: application/jsonon every request with a body. - Identifiers — entities are addressed by
id; pass thegenerationreturned by/spawnalongside theidwhere an endpoint asks for it. - Clients — it is plain JSON over HTTP, so any language works. Examples are shown in
cURL, Python (
requests), and Rust (reqwest).