Sign inSign up

ajeetraina777/sbx-openhands-kits:anthropic

Manifest digest

sha256:ffa12303761956ee297b074f0d4a3f2f7d093c5c42141b53db1bb7f38775bc17

Last pushed

22 days by ajeetraina777

Type

Sandbox Kit

Manifest digest

sha256:ffa12303761956ee297b074f0d4a3f2f7d093c5c42141b53db1bb7f38775bc17

MIXIN

Installs OpenHands Agent Canvas — the browser UI + backend server (`agent-canvas`, port 8000) that replaced the deprecated interactive CLI — plus the still-supported headless `openhands` runner, wired to Anthropic Claude via LiteLLM. The kit holds no key: Anthropic is a built-in sbx service, so store your key once with `sbx secret set anthropic` and the proxy injects it as the x-api-key header on requests to api.anthropic.com. Forward port 8000 (`sbx run -p 8000 …`) and open http://localhost:8000, or run the headless smoke test.


Network Egress

pypi.org

files.pythonhosted.org

github.com

objects.githubusercontent.com

release-assets.githubusercontent.com

astral.sh

nodejs.org

registry.npmjs.org

ghcr.io

pkg-containers.githubusercontent.com

api.anthropic.com

Apply this mixin to a sandbox

sbx run <agent> --kit ajeetraina777/sbx-openhands-kits:anthropic

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx