C
cnvs.app
/open_board
Open Board
ALWAYS call this first when given a board URL or ID. Resolves the canonical board id and auto-creates the board row if it does not exist yet. Returns a summary
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 /open_board for me.
Input
| Field | Type | Description |
|---|---|---|
| url_or_id* | string | Full board URL (https://cnvs.app/#<id>) or bare UUID. |
| access_key | string | 8-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":"/open_board","input":{"url_or_id":"..."}}'cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /open_board -i '{"url_or_id":"..."}'mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/open_board", input: {"url_or_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.