Browse by type
This doc contains Windows-specific command syntax for running Agent Canvas with the Docker sandbox.
For the main install options and overall context, see README.md.
Prerequisites:
PROJECTS_PATH containing the project folders you want the agent to access (create it before starting the container)docker pull ghcr.io/openhands/agent-canvas:1.6.1 # x-release-please-version
$env:PROJECTS_PATH = Join-Path $HOME "projects" # directory containing your project folders
New-Item -ItemType Directory -Force -Path $env:PROJECTS_PATH, (Join-Path $env:USERPROFILE ".openhands") | Out-Null
docker run -it --rm `
-p 8000:8000 `
-v "$($env:USERPROFILE)\.openhands:/home/openhands/.openhands" `
-v "$($env:PROJECTS_PATH):/projects" `
ghcr.io/openhands/agent-canvas:1.6.1 # x-release-please-version
Open http://localhost:8000/canvas in your browser.
The agent will be able to access any project under PROJECTS_PATH.
browse all types & interfaces →
$ claude mcp add OpenHands \
-- python -m otcore.mcp_server <graph>