Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Platform tools provide direct access to Kubiya platform resources through the MCP protocol. These tools are always available to the Meta Agent without requiring additional connectors.
Agents
Manage AI agents on the platform.
| Tool | Description |
|---|
list_agents | List all available agents with their configurations |
get_agent | Retrieve detailed information about a specific agent |
create_agent | Create a new agent with specified skills and configuration |
update_agent | Modify an existing agent’s configuration |
delete_agent | Remove an agent from the platform |
execute_agent | Trigger agent execution with provided context |
Example Usage:
"List all agents that have shell access"
"Create a new agent for database migrations with PostgreSQL skills"
"Execute the DevOps agent to check our Kubernetes cluster health"
"Show me agents that haven't been used in the last 30 days"
Teams
Manage agent teams for collaborative workflows.
| Tool | Description |
|---|
list_teams | List all configured teams |
get_team | Get team details including member agents |
create_team | Create a new team with specified agents |
execute_team | Trigger team-based workflow execution |
assign_agent | Add an agent to a team |
Example Usage:
"Show me all teams and their member agents"
"Create a Platform Engineering team with the DevOps and SRE agents"
"Which teams have access to production environments?"
Environments
Manage execution environments where agents run.
| Tool | Description |
|---|
list_environments | List all execution environments |
get_environment | Get environment configuration details |
create_environment | Create a new execution environment |
update_environment | Modify environment settings |
Example Usage:
"List all environments and their configurations"
"Create a staging environment with limited AWS access"
"What secrets are available in the production environment?"
Executions
Monitor and manage agent execution runs.
| Tool | Description |
|---|
list_executions | List recent executions with status |
get_execution | Get detailed execution information |
stream_execution | Stream execution output in real-time |
cancel_execution | Stop a running execution |
Example Usage:
"Show me all failed executions in the last 24 hours"
"What's the status of execution abc123?"
"Cancel all running executions for the backup agent"
Projects
Organize resources into projects.
| Tool | Description |
|---|
list_projects | List all projects |
get_project | Get project details and associated resources |
create_project | Create a new project |
Example Usage:
"List all projects and their associated agents"
"Create a new project for the migration initiative"
Worker Queues
Monitor task queue capacity and worker availability.
| Tool | Description |
|---|
list_queues | List all task queues with capacity |
get_queue_status | Get detailed queue status and worker availability |
Example Usage:
"Show me the current queue depths across all workers"
"Which queues have available capacity?"
"Are there any queues with stuck tasks?"