chore: remove inspect.sandboxagent.dev in favor of /ui/

This commit is contained in:
Nathan Flurry 2026-02-01 21:58:54 -08:00
parent cacb63ef17
commit 05488f157c
10 changed files with 26 additions and 73 deletions

View file

@ -52,7 +52,7 @@ The Sandbox Agent acts as a universal adapter between your client application an
|-----------|-------------|
| **Server** | Rust daemon (`sandbox-agent server`) exposing the HTTP + SSE API |
| **SDK** | TypeScript client with embedded and server modes |
| **Inspector** | [inspect.sandboxagent.dev](https://inspect.sandboxagent.dev) for browsing sessions and events |
| **Inspector** | Built-in UI at inspecting sessions and events |
| **CLI** | `sandbox-agent` (same binary, plus npm wrapper) mirrors the HTTP endpoints |
## Get Started
@ -172,7 +172,7 @@ npx sandbox-agent --help
### Inspector
Debug sessions and events with the [Inspector UI](https://inspect.sandboxagent.dev).
Debug sessions and events with the built-in Inspector UI (e.g., `http://localhost:2468/ui/`).
![Sandbox Agent Inspector](./.github/media/inspector.png)