Launch
The default sidecar port in config is
8080. The CLI command plyra-guard serve
uses port 8765. You can override both via the sidecar section in your YAML config.What you can see
- Live action feed — every tool call as it happens, with verdict and latency
- Policy hit rates — which rules fire most
- Session replay — reconstruct any agent session from the audit log
- Block details — full context on every blocked call: action type, intent, matched rule, and reason
Run
plyra-guard serve to launch the dashboard at
localhost:8765. The dashboard shows a live
action feed, policy hit rates, session replay, and full block context
— no configuration required beyond the sidecar install.