The SDK

A design is a URL and a document. Both are reachable without the editor.

Embed

Drop <iframe src="https://touchdesign.leumas.tech/embed/DESIGN_ID" allow="camera; microphone"> into any page. Demo designs embed free; your own designs embed while your membership holds.

Read

GET /api/touchdesign/nodes returns the node catalogue. GET /api/touchdesign/designs?published=1 lists published designs; GET /api/touchdesign/designs/ID returns one document.

Render

POST /api/touchdesign/designs/ID/render with { format, width, height, fps, seconds } queues a render. It needs a key with the touchdesign scope and it meters render seconds through your wallet.

Agents

The same verbs are exposed as an adapter, so the leumas-mcp bridge gives a coding agent listNodes, validateDesign, renderDesign and publishDesign as tools.