cnvs.app
C
cnvs.app
/move

Move Item

Reposition an existing item to a new (x, y) without retyping its content. Works for every item kind: `text` and `link` set the top-left to (x, y); `line` transl

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 /move for me.

Input

FieldTypeDescription
board_id*string
id*string
kindstring (text | link | line | image)Item kind. Defaults to `text`.
x*number
y*number
access_keystring8-character lowercase alphanumeric board access key when the board is locked (legacy 6-cha

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":"/move","input":{"board_id":"...","id":"...","x":1,"y":1}}'
cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /move -i '{"board_id":"...","id":"...","x":1,"y":1}'
mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/move", input: {"board_id":"...","id":"...","x":1,"y":1} })

Try it

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