Skip to main content
Open source agent frameworks can use boxd as their sandbox or runtime. Two integrations are live today, and one is in the making.

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

A Harbor integration is in the making.

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.