Platform Graph

Interactive visualization of your entire security topology - users, agents, MCP servers, intent plans, and their relationships.

Overview

The Platform Graph provides an interactive, force-directed visualization of your organization's entire security topology. It shows the relationships between users, agents, MCP servers, intent plans, tool calls, and proxy validations.

Navigate to Platform Graph from the sidebar.

Platform Graph full view

Node Types

The graph displays the following entity types:

Node TypeIconDescription
User👤Organization members who initiated actions
Organization🏢The organization container
Agent🤖Registered AI agents
MCP Server🔒Registered MCP servers
Intent Plan📋Execution plans processed by the Intent Assurance Plan (IAP)
Tool CallIndividual tool invocations
Proxy ValidationProxy enforcement decisions

Edge Types

Nodes are connected by relationship edges:

Edge TypeFrom → ToMeaning
BELONGS_TOUser → OrganizationUser is a member of the org
INITIATEDUser → Intent PlanUser triggered the execution plan
EXECUTED_BYIntent Plan → AgentAgent is executing the plan
INVOKEDAgent → Tool CallAgent made a tool invocation
ROUTED_TOTool Call → MCP ServerCall was routed to the server
VERIFIED_BYTool Call → Proxy ValidationProxy verified the call
REGISTERED_INAgent/Server → OrganizationResource belongs to the org

Layout Options

Choose from multiple graph layout algorithms:

Platform Graph layout options

LayoutDescription
Dagre TBTop-to-bottom hierarchical layout (default)
Dagre LRLeft-to-right hierarchical layout
CircleCircular arrangement of nodes
COSEPhysics-based compound spring layout

Node Details Panel

Click on any node to open a side panel with detailed information:

Node detail side panel

The panel shows:

  • Node properties (name, type, status, etc.)
  • Connected nodes - all directly related entities
  • Edge details - relationship types and metadata

Data Sources

The Platform Graph is built from live data by combining:

  • Organization members
  • Registered MCP servers and agents
  • Intent plans with execution data
  • Audit logs
  • Proxy verification records

Only intent plans with real proxy-verified tool invocations are displayed in the graph, ensuring the visualization reflects actual execution flow rather than planned activity.

Use Cases

The Platform Graph helps you:

  • Visualize attack surfaces - See which agents have access to which MCP servers
  • Trace execution paths - Follow the flow from user intent through agent execution to MCP server
  • Identify policy gaps - Spot unprotected connections between agents and servers
  • Audit tool usage - See which tools are being invoked and by whom
  • Understand dependencies - Map the relationships in your AI infrastructure

On this page