D
Dock
/share_workspace
share workspace
Invite a human (by email) to a workspace at a specified role. If the email already belongs to a Dock user they're added immediately and a notification email is
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 /share_workspace for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form |
| email* | string | Email address of the human to invite. |
| role | string (owner | editor | commenter | viewer) | Role to grant. Defaults to `editor`. Owner-tier transitions require an owner caller. |
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":"/share_workspace","input":{"slug":"...","email":"..."}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /share_workspace -i '{"slug":"...","email":"..."}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/share_workspace", input: {"slug":"...","email":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.