Websocket Transport

2025-12-18
SandboxSandbox SDK
@cloudflare/sandboxv0.6.7
Cloudflare
cloudflare/sandbox-sdk

Long-Running Agents

AI agents using sandboxes perform many operations within a single request, but Workers have subrequest limits. The new WebSocket transport multiplexes all operations over a single connection, letting your agents take unlimited actions.

0
operations
1 subrequest
wrangler.jsonc
{
"vars": {
"SANDBOX_TRANSPORT": "websocket"
}
}
Experimental