docs: add post-release testing agent and fix install URL

This commit is contained in:
Nathan Flurry 2026-01-28 05:45:58 -08:00
parent f28db99be7
commit f79019e786
3 changed files with 61 additions and 1 deletions

View file

@ -124,7 +124,7 @@ Install the binary (fastest installation, no Node.js required):
```bash
# Install it
curl -fsSL https://releases.sandboxagent.dev/sandbox-agent/latest/install.sh | sh
curl -fsSL https://releases.rivet.dev/sandbox-agent/latest/install.sh | sh
# Run it
sandbox-agent server --token "$SANDBOX_TOKEN" --host 127.0.0.1 --port 2468
```