2ools
2
2ools
/attach_project_engine_workspace

Attach project source workspace

Owner-authorized attachment of one saved project to one exact opaque workspace on one exact online 2ools Engine. This grants future project work access to real

liveunknown~5s typical
mcp2ools
$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-2ools-mcp /attach_project_engine_workspace for me.

Input

FieldTypeDescription
project_id*stringExact owned project to attach.
engine_id*stringExact opaque Engine identity returned by list_connected_engines.
workspace_id*stringExact opaque workspace identity returned for that Engine.
expected_revision*integerRevision returned by get_project_engine_workspace. Use 0 only when no workspace is attache
confirm*booleanRequired explicit confirmation after showing the exact computer and workspace.

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-2ools-mcp","endpoint":"/attach_project_engine_workspace","input":{"project_id":"...","engine_id":"...","workspace_id":"...","expected_revision":1,"confirm":true}}'
cli
npx cracked-ai run -p mcp-app-2ools-mcp -e /attach_project_engine_workspace -i '{"project_id":"...","engine_id":"...","workspace_id":"...","expected_revision":1,"confirm":true}'
mcp
run_tool({ provider: "mcp-app-2ools-mcp", endpoint: "/attach_project_engine_workspace", input: {"project_id":"...","engine_id":"...","workspace_id":"...","expected_revision":1,"confirm":true} })

Try it

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