Skip to content
Guide Reference Download app

Install

Install only the layers you need — each package can be used independently. Most full products start with @claxedo/workspace-runtime.

All ten framework packages are live on the npm registry. Install the ones you need — or the whole set in one line:

Terminal window
npm install @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime @claxedo/agent-extensions @claxedo/workspace-relay @claxedo/workspace-relay-protocol @claxedo/sandbox-manager @claxedo/channels @claxedo/connections @claxedo/workgraph
Terminal window
pnpm add @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime @claxedo/agent-extensions @claxedo/workspace-relay @claxedo/workspace-relay-protocol @claxedo/sandbox-manager @claxedo/channels @claxedo/connections @claxedo/workgraph
Terminal window
bun add @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime @claxedo/agent-extensions @claxedo/workspace-relay @claxedo/workspace-relay-protocol @claxedo/sandbox-manager @claxedo/channels @claxedo/connections @claxedo/workgraph
PackageInstall
@claxedo/workspace-runtimenpm install @claxedo/workspace-runtime
@claxedo/agent-sdk-runtimenpm install @claxedo/agent-sdk-runtime
@claxedo/agent-event-runtimenpm install @claxedo/agent-event-runtime
@claxedo/agent-extensionsnpm install @claxedo/agent-extensions
@claxedo/workspace-relaynpm install @claxedo/workspace-relay
@claxedo/workspace-relay-protocolnpm install @claxedo/workspace-relay-protocol
@claxedo/sandbox-managernpm install @claxedo/sandbox-manager
@claxedo/channelsnpm install @claxedo/channels
@claxedo/connectionsnpm install @claxedo/connections
@claxedo/mcpnpm install @claxedo/mcp (or npx -y @claxedo/mcp for the bridge)
@claxedo/workgraphnpm install @claxedo/workgraph
See it in action

The quickstart: boot a Workspace Host, configure a harness, and send your first prompt.