> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands Reference

> Complete CLI reference for MemantoClaw.

# Commands

The `memantoclaw` CLI handles host-side operations outside the OpenClaw plugin context.

## Standalone Host Commands

| Command                               | Description                                                                                                         | Notes                                                                      |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `memantoclaw onboard`                 | Run the interactive setup wizard. Creates gateway, registers providers, builds the image, and launches the sandbox. | `memantoclaw onboard [--non-interactive] [--resume] [--from <Dockerfile>]` |
| `memantoclaw list`                    | List all registered sandboxes with their model, provider, and policy presets.                                       |                                                                            |
| `memantoclaw <name> connect`          | Connect to a sandbox by name. Drops you into the sandbox shell where you can run `openclaw tui`.                    |                                                                            |
| `memantoclaw <name> status`           | Show sandbox status, health, and inference configuration.                                                           | Probes local inference backends to report `healthy` or `unreachable`.      |
| `memantoclaw <name> logs`             | View sandbox logs.                                                                                                  | Use `--follow` to stream output in real time.                              |
| `memantoclaw <name> destroy`          | Stop the NIM container and delete the sandbox permanently.                                                          | Back up workspace files first.                                             |
| `memantoclaw <name> policy-add`       | Add a policy preset to a sandbox (e.g., `github`, `npm`).                                                           | Use `--dry-run` to preview the endpoints it would open.                    |
| `memantoclaw <name> policy-list`      | List available policy presets and show which ones are applied.                                                      |                                                                            |
| `openshell term`                      | Open the OpenShell TUI to monitor sandbox activity and approve network requests.                                    |                                                                            |
| `memantoclaw start` / `stop`          | Start or stop optional host auxiliary services (like the cloudflared tunnel).                                       |                                                                            |
| `memantoclaw debug`                   | Collect diagnostics (system info, Docker state, logs) for bug reports into a tarball.                               |                                                                            |
| `memantoclaw credentials list`        | List stored credential names.                                                                                       | Values are not printed.                                                    |
| `memantoclaw credentials reset <KEY>` | Remove a stored credential by name.                                                                                 | Forces a re-prompt on the next onboard.                                    |
| `memantoclaw uninstall`               | Run `uninstall.sh` to remove sandboxes, gateway resources, and local state.                                         | `memantoclaw uninstall [--yes] [--keep-openshell] [--delete-models]`       |

<br />

<hr />

*For complete, unabridged technical details on this topic, refer to the official [NVIDIA NemoClaw Documentation](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html). Portions of this guide are summarized and adapted from NVIDIA Corporation (Copyright © 2026), licensed under the Apache License, Version 2.0.*
