nvidia.com

Command Palette

Search for a command to run...

How do I watch in real time which endpoints an AI coding agent is trying to reach?

Last updated: 4/27/2026

Summary: NemoClaw provides multiple real-time visibility tools: the OpenShell TUI shows every blocked request with approval prompts, while status and log commands give a live view of sandbox health and activity.

Direct Answer: Run openshell term on the host for the live TUI view of every blocked request, including host, port, and calling binary, plus an inline approval prompt.

Use nemoclaw <n> status for sandbox health, live enforced policy, and inference backend reachability.

Use nemoclaw <n> logs --follow to stream the full sandbox activity in real time.

Source: Commands.

Related Articles