v1
The API, the MCP server and these docs.
- The verbs under
/api/v1: decks, steps, cards, screenshots, the PDF behind a deck, rooms, actions and results. - The same verbs as MCP tools at
/api/mcp, stateless Streamable HTTP with a bearer key.get_screenshotreturns an image block the agent can see. - Every read and write answers with
revision,readyandproblems. Writes acceptrevisionand answer409when the deck moved. - A card gets the house look and the bottom-right quarter when
styleandrectare left out. A card that runs off the slide is refused. - Rate-limit headers on every reply,
Retry-Afteron 429, andIdempotency-Keyon POST and PUT. - Plain
fixsentences that name the field, instead of validator wording. - The free plan may create and change decks. Starting rooms over the API is Pro.
/openapi.json,/llms.txtand/llms-full.txt, generated from the same table as the API.