Skip to main content
The Context Graph is Kubiya’s unified knowledge layer. It aggregates data from connected integrations and uploaded sources, normalizes them into entities, and links them into a structured graph of relationships. This graph provides the foundation for querying, visual exploration, entity inspection, and automated reasoning across your organization’s systems. Kubiya Platform Overview The Overview page presents a high-level summary of the graph’s current structure, scale, and composition. It is a read-only page designed to help users quickly understand what data is available before navigating deeper into exploration tools.

Prerequisites

The Context Graph reflects the data Kubiya has ingested. To populate the graph meaningfully:
  • At least one integration, uploaded data source, or custom connector must be configured
  • The ingestion pipeline needs to successfully retrieve and normalize data
  • The graph must have processed data into nodes, labels, and relationships
Until data sources are connected, the graph will contain minimal or no entities. After ingestion, all subsequent pages: Graph Explorer, Entities, Queries, will reflect the resulting dataset.

Graph Summary Metrics

The summary cards at the top of the page indicate the overall size and structural richness of the organizational graph. Each metric updates automatically as data sources ingest new entities.

Total Nodes

The number of individual entities indexed in the graph. Nodes represent every object Kubiya has ingested, such as cloud resources, accounts, identities, storage objects, DNS records, custom integration items, and any other supported data types. A higher count indicates broader ingestion coverage across connected data sources.

Relationships

The number of connections that link entities to one another. Relationships capture how objects interact or depend on each other, such as a role attached to a policy, an instance belonging to a subnet, or a repository containing images. This metric reflects how much structure exists within your ingested data and how interconnected your systems are.

Label Types

The number of distinct entity types present in the graph. Each label represents a unique classification of a node (e.g., IAM roles, EC2 instances, DNS records, Kubernetes objects, or custom-defined types). A diverse set of labels means the graph spans multiple functional domains and integration categories.

Relationship Types

The number of different categories of relationships between entities. Relationship types describe how nodes relate, for example, attachment, membership, containment, association, inheritance, and many others depending on the ingested systems. More relationship types indicate richer, more expressive modeling of your environment.

Node Labels

The Node Labels panel lists all entity labels detected across the graph. This section helps users understand the full taxonomy of object types available for exploration and querying. Key capabilities include:
  • Searchable label list: quickly locate a specific entity type
  • Category grouping: labels are organized into logical groups
  • Expandable lists: open any category to browse all labels it contains
  • Accurate reflection of ingested data: only labels that exist in the graph are shown
This list commonly includes object types from cloud providers, infrastructure services, identity systems, custom datasets, or any data source connected to Kubiya.

Active Integrations

The Active Integrations card displays the data sources currently feeding information into the Context Graph. Only integrations that actively contribute entities or relationships appear here. This helps users:
  • Confirm which data sources are populating the graph
  • Understand the origin of entity types and relationships
  • Validate that expected systems are connected and ingesting successfully
If no data sources are currently active, this section will indicate that no integrations are connected.

How the Overview Page Helps

The Overview page is designed to provide quick situational awareness before users dive into deeper analysis. It is commonly used to:
  • Verify that the Context Graph is populated and ready for exploration
  • Assess the breadth (label types) and depth (relationship types) of ingested data
  • Understand the scale and structure of the graph
  • Determine which types of entities exist before writing queries
  • Confirm whether ingestion pipelines and integrations are operating as expected
It is the starting point for navigating into other graph features such as:
  • Graph Explorer: visual relationship mapping
  • Entities: tabular inspection and detailed metadata
  • Queries: freeform Cypher query execution
  • Data Sources: integration and ingestion configuration

What’s Next

The Context Graph includes several additional pages that build on what you see in the Overview:
  • Graph Explorer Visually inspect the graph, traverse nodes, filter by type or data source, and examine detailed relationships.
  • Entities Browse every entity in the graph in a tabular format, inspect properties, and navigate to node-level details.
  • Queries Run Cypher queries to search, filter, and analyze the graph programmatically, with results available in table or JSON formats.
  • Data Sources View and manage integrations and datasets that feed the graph, helping ensure your context stays complete and up to date.
These pages work together to provide complete, multi-modal access to your organizational knowledge graph.