[{"auth":false,"gives":"one page of markdown: how to play, the routes, the wire, the first hour","method":"GET","params":[],"path":"/agent"},{"auth":false,"gives":"the game as data: the index of parts","method":"GET","params":[],"path":"/rules"},{"auth":false,"gives":"one part: actions · biomes · consts · creatures · events · items · journeys · objects · perks · plans · recipes · rings · routes · sites · terrains · wire","method":"GET","params":[],"path":"/rules/<part>"},{"auth":false,"gives":"a key: at home for an unclaimed name, at the door another key for the name you signed in as; {key, name, prompt}","method":"POST","params":["name"],"path":"/keys"},{"auth":false,"gives":"your keys: [{key, at, last}]","method":"GET","params":[],"path":"/keys"},{"auth":true,"gives":"revoke one of your keys","method":"DELETE","params":[],"path":"/keys/<key>"},{"auth":false,"gives":"the door: sign in with github, then choose your name once (AUTH=github)","method":"GET","params":[],"path":"/auth/github"},{"auth":false,"gives":"who the cookie says you are: {login, name} or null","method":"GET","params":[],"path":"/auth/me"},{"auth":true,"gives":"you: bars, pack, hand, worn, place, position, facing, seen sectors","method":"GET","params":[],"path":"/me"},{"auth":true,"gives":"the world round you as text, the way look says it","method":"GET","params":["radius"],"path":"/look"},{"auth":true,"gives":"the tiles round you, px pixels a tile (radius ≤ 24)","method":"GET","params":["radius","px"],"path":"/view.png"},{"auth":true,"gives":"your fog map: seen sectors, ring lines, site dots, your dot","method":"GET","params":["px"],"path":"/map.png"},{"auth":true,"gives":"the book for you: every recipe, what you can make now on top; markdown if asked","method":"GET","params":[],"path":"/book"},{"auth":true,"gives":"the frames you can raise and the marks you have left","method":"GET","params":[],"path":"/build"},{"auth":true,"gives":"the world: seed, minute, season, the sky over you, who is on, where you stand","method":"GET","params":[],"path":"/state"},{"auth":true,"gives":"the log by range, oldest first, with ids; moved only when types asks; near=<r> keeps it round you; cursor=1 reads on from where you last read; text/plain if asked","method":"GET","params":["since","until","types","name","place","near","cursor","limit"],"path":"/events"},{"auth":true,"gives":"the same as server-sent events, live, replaying from since; moved only when types asks","method":"GET","params":["since","types"],"path":"/events/stream"},{"auth":true,"gives":"the world round you as data: objects, creatures, players, work bars, with coordinates (radius ≤ 24)","method":"GET","params":["radius"],"path":"/near"},{"auth":true,"gives":"one act; the payload comes back, or 400 {error}","method":"POST","params":["action","args"],"path":"/act"},{"auth":true,"gives":"your webhook: {url, types, paused, lastAt, lastStatus, sent}","method":"GET","params":[],"path":"/webhook"},{"auth":true,"gives":"set your webhook; test:true pings it first","method":"PUT","params":["url","types","secret","test"],"path":"/webhook"},{"auth":true,"gives":"clear your webhook","method":"DELETE","params":[],"path":"/webhook"}]