The Meta Agent is Kubiya’s unified orchestration interface—a coordination layer that connects any user to the full Kubiya platform through natural language. Unlike individual agents that specialize in specific domains, the Meta Agent acts as an intelligent router and coordinator that understands your intent and orchestrates the appropriate resources, agents, teams, and workflows to accomplish your goals.
Built on the Model Context Protocol (MCP), the Meta Agent has direct access to all Kubiya Platform APIs, enabling it to manage agents, teams, environments, projects, executions, cognitive memory, and the context graph—all from a single conversational interface.
Meta Agent is your primary interface for exploring infrastructure. Instead of writing Cypher queries or navigating visual graph tools, simply ask the Meta Agent about your infrastructure relationships, dependencies, and resources in natural language.
Kubiya provides powerful primitives: agents, teams, environments, skills, policies, and cognitive memory. But navigating these resources typically requires understanding the platform deeply. The Meta Agent eliminates this barrier:
| User Type | Without Meta Agent | With Meta Agent |
|---|
| Business Users | Need to learn platform UI, create agents, configure environments | Ask questions in natural language, get results |
| Developers | Write API calls, configure MCP servers, manage agent lifecycles | Describe what they need, Meta Agent orchestrates |
| Data Engineers | Navigate context graph queries, manage datasets manually | Query infrastructure relationships conversationally |
| Platform Engineers | Manually coordinate agents, teams, and executions | Let Meta Agent route tasks to the right resources |
Key Capabilities
| Capability | Description |
|---|
| Intelligent Task Routing | Routes requests to appropriate agents and teams |
| Context Graph Exploration | Query infrastructure without writing Cypher |
| Cognitive Memory Access | Tap into organizational knowledge |
| Cross-Resource Coordination | Orchestrate complex multi-step operations |
MCP-Powered Architecture
The Meta Agent connects to the Kubiya Control Plane through MCP, giving it access to all platform capabilities:
| Category | Capabilities |
|---|
| Agents | List, create, update, delete, execute agents |
| Teams | Manage teams, assign agents, execute team workflows |
| Environments | Create and configure execution environments |
| Projects | Organize work by objective or domain |
| Executions | Monitor, stream, and control running tasks |
| Context Graph | Query infrastructure relationships and dependencies |
| Cognitive Memory | Store and recall organizational knowledge |
| Background Jobs | Schedule and manage recurring automation |
Quick Start
- Open the workspace: Click Compose in the sidebar or press
Cmd+J (Mac) / Ctrl+J (Windows)
- Ask a question: Type naturally, like “Show me all agents with shell access”
- Review the response: See tool calls, reasoning, and structured results
- Follow up: Ask clarifying questions or request actions
What’s Next