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
| Field | Type | Description |
|---|---|---|
| project_id* | string | Exact owned project to attach. |
| engine_id* | string | Exact opaque Engine identity returned by list_connected_engines. |
| workspace_id* | string | Exact opaque workspace identity returned for that Engine. |
| expected_revision* | integer | Revision returned by get_project_engine_workspace. Use 0 only when no workspace is attache |
| confirm* | boolean | Required 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.