Read
Projects, files, conversations, Agents, knowledge, job output, and available plans.
Your agent. Your Workspace.
Keep your projects, files, and work in Clanker Workspace. Let Claude, ChatGPT, OpenClaw, Hermes, or another compatible agent work with them through a connection you control.
Create an account or connect an agenthttps://workspace.clankercloud.ai/mcpStart with read access and approve additional permissions when needed. Plan checkout starts unchecked in consent, and existing connections never gain new permissions automatically. Access applies across your Workspace within your existing permissions.
Disconnect an agent at any time from Settings → External agents. Connections expire after 30 days; work already queued may continue. Full account access, billing-portal access, subscription cancellation, and secret-management APIs are excluded.
Add a custom connector in Claude, enter the Workspace MCP URL, then connect and approve access in your browser. Organization policies may control who can add connectors.
Official Claude setupWhere developer mode is available, add the Workspace MCP URL as a custom connection, then complete browser authorization. Availability depends on your account and organization policy.
Official ChatGPT setupStart with read access. Save a Streamable HTTP server with OAuth enabled, then run the login command and approve access in Workspace.
openclaw mcp set clanker '{"url":"https://workspace.clankercloud.ai/mcp","transport":"streamable-http","auth":"oauth","oauth":{"scope":"workspace:read"}}'
openclaw mcp login clankerRequest read and billing access, log in again, and select the checkout permission. This configuration does not request edit or execution access.
openclaw mcp set clanker '{"url":"https://workspace.clankercloud.ai/mcp","transport":"streamable-http","auth":"oauth","oauth":{"scope":"workspace:read workspace:billing"}}'
openclaw mcp login clankerAdd this server to your Hermes configuration, then run hermes mcp login clanker. Hermes opens the browser for authorization.
mcp_servers:
clanker:
url: "https://workspace.clankercloud.ai/mcp"
auth: oauthOfficial Hermes setupOther clients need Streamable HTTP MCP and OAuth with PKCE. Request workspace:billing only when you want subscription status or plan checkout. Exact setup and availability depend on the client version and account policy.
The agent uses workspace_prepare_plan_checkout with your chosen plan and a stable idempotencyKey, then workspace_billing_status to verify the result. Preparing checkout does not itself buy a plan. Keep payment details in Stripe.
Read and update project files, organize sessions and knowledge, configure Agents, and run hosted commands. File edits check revisions. Commands return durable jobs so your agent can check the result after an interruption.
Appending a saved session message records it; it does not launch a Clanker model conversation. Your external agent carries out the work using the tools it is given.
Read the full agent runbookThis hosted connection needs no Clanker desktop installation. Use the separate desktop setup when you want to work with a connected computer.
Manage external agents · Desktop setup