For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dashboard Guide

What you'll learn: How to navigate the Kyvvu dashboard, monitor agents, and manage policies.


Overview

The Kyvvu dashboard is a web interface at platform.kyvvu.com for monitoring agents, managing policies, triaging incidents, and generating reports.

The sidebar provides access to all sections:

Section
What it shows

Dashboard

Overview stats (agents, manifests, policies, incidents), recent incidents table, recent activity.

Agents

Agent list with risk, environment, last policy fetch. Expand for assigned manifests, resync, view policies.

Manifests

Connect GitHub repos, browse YAML manifest files, assign manifests to agents via checkbox modal.

Logs

Behavioral trace logs — searchable by agent, task ID, time range. Hash chain validation.

Incidents

Policy violations with severity, status, and agent details.

Settings

Sub-tabs: API Keys, Platform Events, Reports, Organization, Members.

Agent monitoring

The Agents page lists all registered agents with:

  • Agent key and ID

  • Name and purpose

  • Environment (development / staging / production)

  • Risk classification (high / limited / minimal)

  • Active/inactive status

Click an agent to see its details, associated policies, recent logs, and incidents.

Policy management

Policies are created automatically when manifests are assigned to agents. To manage policies:

  • Manifests page: Connect a repo, browse manifests, assign to agents

  • Agents page: Expand an agent to see assigned manifests, view policies, update or remove assignments

Log viewer

The Logs page displays the behavioral trace:

  • Filter by agent, task ID, step type, or time range.

  • Click a task to see the full ordered sequence of steps.

  • Each step shows its evaluation result (allow / warn / block) and the Behavior data.

  • Hash chain validation: click "Validate" on a task to verify chain integrity.

Authentication

Login at platform.kyvvu.com with your email and password. JWT tokens expire after 24 hours.


Next steps

Last updated