Dock
D
Dock
/update_workspace

update workspace

Rename a workspace, change its slug, switch its default-view mode, or flip its visibility (private | org | unlisted | public). Pass any subset of `name`, `new_s

liveunknown~5s typical
mcpdock
$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-ai-trydock-dock /update_workspace for me.

Input

FieldTypeDescription
slug*stringThe current workspace slug
namestringNew display name. Optional.
new_slugstringNew URL slug (lowercase kebab-case, 3-64 chars). Optional. Must be unique within the org.
modestring (table | doc | html)New default-view preference for the workspace's first tab. Optional. Doesn't add or remove
visibilitystring (private | org | unlisted | public)New visibility. Optional. `private` = explicit members only; `org` = every org member gets
consent_modestring (web)Required when `visibility` widens audience. Pass 'web' to surface a click-to-approve URL t

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-ai-trydock-dock","endpoint":"/update_workspace","input":{"slug":"..."}}'
cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /update_workspace -i '{"slug":"..."}'
mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/update_workspace", input: {"slug":"..."} })

Try it

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