You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workerd-based hypervisor with a declarative Cap'n Proto manifest. Substrate-level identity, audit, and per-bundle credential scoping. Today's primary application: hosting MCP servers behind one HTTP face.
agent-container is a workerd based execution environment for coding agent harnesses. It lets agent-generated code operate on a workspace through explicit bindings like WORKSPACE, EXEC, and ENV, instead of raw host filesystem, subprocess APIs, or process.env, making it easier to scope, control, and observe what the agent can do.