"agents": {
"defaults": {
"models": {
"deepseek/deepseek-v4-flash": {
"alias": "DeepSeek"
}
},
"model": {
"primary": "deepseek/deepseek-v4-flash"
},
"sandbox": {
"mode": "non-main",
"scope": "session",
"workspaceAccess": "rw",
"docker": {
"image": "openclaw-sandbox-common:bookworm-slim",
"network": "bridge",
"dangerouslyAllowExternalBindSources": true,
},
"browser": {
"enabled": true,
"image": "openclaw-sandbox-browser:bookworm-slim",
"autoStart": true,
"autoStartTimeoutMs": 12000,
"allowHostControl": true,
}
}
}
},
According to https://docs.openclaw.ai/gateway/sandboxing#images-and-setup, I have already built the sandbox browser image. But I don't know how to use the sandbox browser, I hope someone experienced can help me.