Start a Conversation with the Meta Agent
Goal: Ask the Meta Agent a question or execute a task.Using the Compose Workspace
- Click Compose in the sidebar
- Type your request in the input bar
- Press Enter to send
- View the response with tool calls and results
Using the Quick Panel
- Press
Cmd+J(Mac) orCtrl+J(Windows/Linux) - Type your question
- Press Enter
- Review the response
Create and Execute a Task
Goal: Run a task using an agent or team.- Open the Compose Workspace
- Ask the Meta Agent:
- The agent creates and runs the task
- View progress in the Task Kanban
- Go to Task Kanban in the sidebar
- Click + Create Task
- Select an agent or team
- Enter your request
- Click Create
Add a Cloud Connector
Goal: Connect an AWS account to the Context Graph.- Click Connectors in the sidebar
- Click + Add Connector
- Select Amazon Web Services
- Enter configuration:
- Account ID:
123456789012 - Region:
us-east-1 - Role ARN:
arn:aws:iam::123456789012:role/KubiyaReadRole
- Account ID:
- Click Connect
- Wait for initial sync to complete
Ensure the IAM role exists and has the required permissions before connecting.
Ingest Data to Context Graph
Goal: Add a new data source to populate the knowledge graph.- Navigate to Context Graph > Sources under DATA INGESTION
- Click + Add Source
- Select the source type (AWS, GitHub, etc.)
- Configure connection details
- Set sync schedule
- Click Connect
- Monitor the Activity tab for sync progress
Generate an API Key
Goal: Create an API key for SDK or CLI authentication.- Go to Settings (user menu > Settings)
- Navigate to API Keys
- Click + Generate New Key
- Enter a name: “My CLI Key”
- Set optional expiration
- Click Generate
- Copy the key immediately (shown only once)
Switch Control Planes
Goal: Change to a different control plane (if you have multiple).- Click the Control Plane selector in the header (shows current control plane name)
- Select a different control plane from the dropdown
- The interface reloads with the new control plane’s resources
Filter Executions on Kanban
Goal: Find specific tasks on the Kanban board.- Go to Task Kanban
- Use the search bar to search by task name or ID
- Click filter dropdowns to narrow by:
- Triggers: Manual, Scheduled, Webhook, etc.
- Agents/Teams: Select specific agents
- Statuses: Filter by column
- View filtered results
View Task Details
Goal: Inspect a specific task execution.- Go to Task Kanban
- Find the task card
- Click the card to open details
- Review:
- Full conversation
- Tool calls and results
- Error messages (if failed)
- Timestamps and metadata
Create a Background Job
Goal: Schedule a recurring task.- Go to Background Jobs in the sidebar
- Click + Create Job
- Configure:
- Name and description
- Agent or team to execute
- Schedule (cron expression or interval)
- Initial message/instruction
- Click Create
- The job appears in the job list
Explore Your Infrastructure
Goal: Discover resources in your Context Graph.Using Natural Language
- Press
Cmd+Jto open Meta Agent - Ask:
- Review the results
Using the Graph Explorer
- Go to Context Graph > Explorer
- Filter by data source (e.g., AWS)
- Filter by entity type (e.g., EC2Instance)
- Click nodes to see details
- Follow relationships to connected resources
Using Cypher Queries
- Go to Context Graph > Queries
- Enter a query:
- Click Execute
- Review results in the table
Run a Quick Search
Goal: Find any resource quickly.- Press
Cmd+K(Mac) orCtrl+K(Windows/Linux) - Type what you’re looking for:
- Page name: “Task Kanban”
- Resource: “DevOps agent”
- Setting: “API Keys”
- Select from results
- Navigate directly
Check Agent Capabilities
Goal: See what an agent can do.-
Ask the Meta Agent:
Or:
- Go to Agents in the sidebar
- Find the agent card
- View listed skills and configuration
- Click Configure for full details
Related Pages
- Web Interface Overview - Navigation guide
- Keyboard Shortcuts - Speed up your workflow
- Meta Agent - Learn about Meta Agent capabilities