Skip to main content
Open source agent frameworks can use boxd as their sandbox or runtime. Three integrations are live today.

Flue

boxd.sh and Flue, the agent harness framework Flue is the agent harness framework from Fred K. Schott, known from Astro. It feels like Claude Code, but fully headless and programmable in TypeScript. Flue agents can opt into a full sandbox, and the boxd connector gives each agent its own Linux VM:
You own the machine’s lifecycle through the TypeScript SDK, and the connector adapts it to Flue’s sandbox interface. The connector is written so a coding agent can install it into your Flue project, and Flue’s own docs cover it under sandboxes.

Bindu

boxd.sh and Bindu, a starry night sky over a campfire Bindu is the identity, communication, and payments layer for AI agents. Wrap an agent written in any framework with bindufy() and it becomes a signed A2A microservice. With the boxd runtime, that microservice runs on a boxd machine instead of your laptop:
The agent gets its own HTTPS URL, and auto-suspend pairs naturally with it: the machine sleeps between requests and wakes when a call arrives. See the Bindu repo for the full runtime options, including deploying from a custom Docker image.

Harbor

boxd.sh and Harbor, the agent evaluation framework Harbor is a framework for evaluating and optimizing AI agents and models: it runs agents like Claude Code, Codex, or OpenHands against benchmarks like Terminal-Bench and SWE-Bench across many parallel sandboxes. The boxd environment provider gives every trial its own isolated KVM microVM with a full Docker daemon, so Dockerfile and multi-container docker-compose.yaml tasks run unmodified:
For benchmarks we recommend starting from snapshots: prepare a machine to your liking, snapshot it, and start every sandbox from there with --ek from_snapshot=<name>. This shortens the startup sequence drastically, because each trial restores a machine whose Docker cache already holds the task image instead of building it from scratch. The provider is awaiting merge upstream. You don’t have to wait for it: install Harbor from the pull request’s branch and everything above works today.

Request an integration

Building an open source framework that should run on boxd, or using one you’d like to see supported? Email contact@boxd.sh.