
Create and manage tldraw collaborative whiteboards
Extract bookmark metadata (title, description, image, favicon, etc.) from a public HTTP(S) URL via tldraw's hosted unfurl service.
Create an ephemeral hosted room snapshot from a TLDraw store snapshot. POST body matches tldraw CreateSnapshotRequestBody: schema, snapshot (serialized TL records), optional parent_slug. Returns a roomId for sharing / readonly links.
Fetch a hosted room snapshot by roomId. Response includes records, schema, and roomId.
Fetch a published (read-only) board snapshot by its publish slug. Returns records and schema when the board is published.
Resolve the readonly share slug for a room id (for building read-only tldraw URLs).