Edison Watch

Dashboard Overview

Navigate the Edison Watch dashboard and understand its main features.

The dashboard is your command center for monitoring and controlling AI activity across your organization.

Layout

Main dashboard

The dashboard uses a sidebar on the left for navigation and a main content area on the right.

The sidebar is grouped into sections based on your role:

SectionVisibilityEntries
UserAll usersSessions, My MCPs
AdminAdminsOverview, Users, Servers, Access Control (expands to Policies, Roles, Permissions)

Settings is not a sidebar entry - open it from the user-menu dropdown at the bottom of the sidebar (along with Sign Out and theme controls).

Most pages show a Docs link in the header (book icon) that opens the documentation for that page.

Sessions View

The Sessions view at /dashboard/sessions is the default landing page after sign-in and the primary monitoring interface for all users.

Sessions view

Each row in the sessions table shows:

ColumnDescription
Last ActiveWhen the session last had activity.
UserThe person who started the session.
AgentThe AI agent (e.g. Claude, Cursor).
CallsTotal tool calls in the session.
StatusActive, completed, or blocked.
RiskLow (green), Medium (amber), or High (red).
ACLHighest sensitivity level accessed.
P/U/EColored dots: Private (blue), Untrusted (amber), External (red).

Click any row to expand the full tool call timeline.

Overview Page (Admins)

The Overview page (/dashboard/overview) is the admin dashboard. It shows:

  • Pending server requests - users requesting access to new MCP servers.
  • Pending quarantine requests - servers blocked by the client app awaiting approval.
  • Security insights - recent policy violations and risk patterns.

Understanding Security Flags

Edison Watch tracks three data-flow flags per session:

FlagDotTriggered by
Private dataBlueReading files, databases, or internal documents.
Untrusted contentAmberFetching web content or calling external APIs.
External commRedSending emails, Slack messages, or external API calls.

A session with all three flags set is a Trifecta - the highest-risk combination. Use the Trifecta filter on the Sessions page to find these sessions.

Risk Levels

LevelFlagsIndicator
Low0Green
Medium1Amber
High2+Red

ACL Levels

LevelMeaning
PUBLICNo sensitive data accessed.
PRIVATEInternal/confidential data accessed.
SECRETHighly sensitive data accessed.

Tip: Use the date range filter and security flag filters together on the Sessions page to investigate specific incidents.

On this page