cnvs.app
C
cnvs.app
/create_board

Create Board

Create a fresh board in ONE call — optionally pre-filled with content, auto-laid-out, and/or PIN-locked at create time. Mirrors the extended `POST /api/boards`

liveverifiedunknown~5s typical
mcpprobedcnvs.app
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-cnvs-whiteboard /create_board for me.

Input

FieldTypeDescription
modestring (draw | todo)Board mode. Defaults to 'draw'.
templatestring (kanban | sprint | bugs)Starter column set when mode is 'todo' and content.columns is empty/absent. Defaults to 'k
contentobjectInitial board content, applied atomically at create time. Draw mode: `texts` [{x?, y?, con
autolayoutbooleanDraw mode only: fill x/y for texts/images that omit them (deterministic masonry). Without
lockstring (write | all)PIN-lock the board atomically at create time; the plaintext key is returned ONCE as `acces
authorstringAuthor tag stamped on every created item (e.g. 'ai:plai'). Defaults to 'ai:import'.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-cnvs-whiteboard","endpoint":"/create_board","input":{}}'
cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /create_board -i '{}'
mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/create_board", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.