Documentation Index
Fetch the complete documentation index at: https://docs.plyra.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.Query the audit log
AuditFilter fields
| Field | Type | Default | Description |
|---|---|---|---|
agent_id | str | None | None | Filter by agent |
task_id | str | None | None | Filter by task |
verdict | Verdict | None | None | Filter by verdict type |
action_type | str | None | None | Filter by action type |
from_time | datetime | None | None | Start of time range |
to_time | datetime | None | None | End of time range |
limit | int | 100 | Max entries to return |