ProvenLog includes a built-in React web dashboard for exploring and verifying your audit trail.Documentation Index
Fetch the complete documentation index at: https://docs.provenlog.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting started
Pages
| Page | Description |
|---|---|
| Dashboard | Total events, active agents, chain health percentage, 24-hour activity |
| Agents | Per-agent event counts, last activity, chain validity status |
| Events | Filterable, searchable, paginated event list with detail view |
| Live Stream | Real-time WebSocket feed of events as they arrive |
| Integrity | Per-agent chain verification, Merkle root computation |
Demo mode
Preview the dashboard with sample data:Configuration
Live streaming
The Live Stream page connects to the WebSocket endpoint (/v1/stream) and displays events in real time as they’re ingested. This is useful for monitoring agent activity during development or production.