
Why Context Matters for AI Automation
Traditional AI agents operate in a vacuum—they know about general concepts but nothing about your specific setup. This leads to:- Generic suggestions that don’t match your environment
- Dangerous operations without understanding dependencies
- Missed opportunities for optimization based on actual usage patterns
- Poor troubleshooting without knowledge of system relationships
How the Context Graph Works
Automatic Discovery
Once your integrations are connected, Kubiya automatically discovers and maps:- Kubernetes clusters, namespaces, and pods
- Cloud compute instances and networking
- Databases and storage systems
- Load balancers and ingress controllers

Multi-Dimensional Visualization
The context graph provides multiple views of your infrastructure:

Real-Time Context Updates
The context graph continuously updates as your infrastructure changes:Live State Monitoring
- Pod creation and termination in Kubernetes
- Auto-scaling events and capacity changes
- Configuration updates and deployments
- Alert state changes and incident resolution
Historical Context
- Deployment patterns and frequency
- Performance trends over time
- Incident correlation and patterns
- Change success rates and rollback frequency

How AI Agents Use Context
With rich context, Kubiya’s AI agents can make intelligent decisions:Smart Suggestions
Instead of generic advice, get recommendations specific to your setup:Dependency Awareness
AI agents understand blast radius and can prevent dangerous operations:Environment-Specific Workflows
Generated workflows adapt to your actual infrastructure:
Context Categories
Resource Context
Understanding what you have and how it’s configured:
- Resource specifications and limits
- Configuration drift detection
- Compliance and security posture
- Cost optimization opportunities
Relationship Context
Mapping how everything connects:- Service dependencies and communication paths
- Data flow between systems
- Network topology and security boundaries
- Ownership and team responsibilities
Operational Context
Current state and recent activity:
- Performance metrics and trends
- Alert states and incident history
- Change frequency and success rates
- Capacity utilization and growth patterns
Business Context
Higher-level understanding of purpose and impact:- Service criticality and SLA requirements
- User impact and business value
- Compliance and regulatory requirements
- Cost centers and budget allocation
Using the Context Graph
Interactive Exploration
Browse your infrastructure context through the web interface:- Search: Find resources by name, type, or properties
- Filter: Focus on specific environments, teams, or services
- Navigate: Follow relationships between connected resources
- Query: Ask questions about dependencies and impacts

API Access
Query context programmatically for custom integrations:Privacy and Security
On-Premises Processing
- Context analysis runs on your infrastructure
- Sensitive data never leaves your environment
- Self-hosted runners maintain complete data sovereignty
Encrypted Context Store
- All context data encrypted at rest and in transit
- Role-based access controls for context queries
- Audit trails for all context access
Configurable Scope
- Control what data is included in context analysis
- Exclude sensitive resources or environments
- Set retention policies for historical context
The context graph only includes metadata and relationships—not actual data contents. For example, it knows you have a PostgreSQL database with specific connection patterns, but never accesses the actual data within those tables.