Review and act on network requests that the agent makes to endpoints not listed in the sandbox policy. OpenShell intercepts these requests and presents them in the TUI for operator approval.
PATH.Start the OpenShell terminal UI to monitor sandbox activity:
For a remote sandbox, pass the instance name:
The TUI displays the sandbox state, active inference provider, and a live feed of network activity.
When the agent attempts to reach an endpoint that is not in the baseline policy, OpenShell blocks the connection and displays the request in the TUI. The blocked request includes the following details:
The TUI presents an approval prompt for each blocked request.
Approved endpoints remain in the running policy until the sandbox stops. They are not persisted to the baseline policy file. To keep an endpoint allowed after a restart, update the policy YAML or apply a preset as described in Customize the Sandbox Network Policy.
From the NemoClaw repository root, run the walkthrough script after you have onboarded at least one sandbox and it is reachable:
This script opens a split tmux session with the TUI on the left and the agent on the right.
The walkthrough requires tmux and the NVIDIA_API_KEY environment variable, and it assumes an existing sandbox to attach to.