# Kubiya ## Docs - [Acquire Update Lock](https://docs.kubiya.ai/api-reference/acquire-update-lock.md): Acquire an update lock for coordinated rolling updates. - [Add Agent To Project](https://docs.kubiya.ai/api-reference/add-agent-to-project.md): Add an agent to a project - [Add Agent To Team](https://docs.kubiya.ai/api-reference/add-agent-to-team.md): Add an agent to a team. - [Add Team To Project](https://docs.kubiya.ai/api-reference/add-team-to-project.md): Add a team to a project - [Agents & Teams](https://docs.kubiya.ai/api-reference/agents-teams/overview.md): Create and manage AI agents and multi-agent teams - [Api Root](https://docs.kubiya.ai/api-reference/api-root.md): API root endpoint - [Associate Skill](https://docs.kubiya.ai/api-reference/associate-skill.md): Associate a skill with an entity (agent, team, environment) - [Generate Plan Async](https://docs.kubiya.ai/api-reference/async-plan-generation/generate-plan-async.md): Generate a task plan asynchronously using Temporal workflow. - [Get Plan Generation Status](https://docs.kubiya.ai/api-reference/async-plan-generation/get-plan-generation-status.md): Get the status of a plan generation execution. - [Validate Token](https://docs.kubiya.ai/api-reference/authentication/validate-token.md): Validate authentication token and return organization data. - [Batch Download Files](https://docs.kubiya.ai/api-reference/batch-download-files.md): Download multiple files as a ZIP archive. - [Batch Terminate Executions](https://docs.kubiya.ai/api-reference/batch-terminate-executions.md): Terminate multiple executions in a single request. - [Cancel Execution](https://docs.kubiya.ai/api-reference/cancel-execution.md): Cancel an active execution by calling Temporal's workflow cancellation. - [Cancel Workflow](https://docs.kubiya.ai/api-reference/cancel-workflow.md): Cancel a specific workflow tool call within an execution. - [Capabilities & Governance](https://docs.kubiya.ai/api-reference/capabilities/overview.md): Define agent capabilities and enforce governance policies - [Check Entity Authorization](https://docs.kubiya.ai/api-reference/check-entity-authorization.md): Check if an entity is authorized to perform an action. - [Check Policy Enforcer Health](https://docs.kubiya.ai/api-reference/check-policy-enforcer-health.md): Check health of the policy enforcer service. - [Clear Context](https://docs.kubiya.ai/api-reference/clear-context.md): Clear all context for an entity - [Clear Environment Context](https://docs.kubiya.ai/api-reference/clear-environment-context.md): Clear all context for an environment (reset to empty arrays) - [Clear Team Context](https://docs.kubiya.ai/api-reference/clear-team-context.md): Clear all context for a team (reset to empty arrays) - [Get Client Config](https://docs.kubiya.ai/api-reference/client-config/get-client-config.md): Get client configuration including backend service URLs. - [Execute Query](https://docs.kubiya.ai/api-reference/context-graph/execute-query.md): Execute a custom Cypher query (read-only). - [Get All Nodes](https://docs.kubiya.ai/api-reference/context-graph/get-all-nodes.md): Get all nodes in the organization. - [Get Integrations](https://docs.kubiya.ai/api-reference/context-graph/get-integrations.md): Get all available integrations for the organization. - [Get Labels](https://docs.kubiya.ai/api-reference/context-graph/get-labels.md): Get all node labels in the context graph. - [Get Node](https://docs.kubiya.ai/api-reference/context-graph/get-node.md): Get a specific node by its ID. - [Get Relationship Types](https://docs.kubiya.ai/api-reference/context-graph/get-relationship-types.md): Get all relationship types in the context graph. - [Get Relationships](https://docs.kubiya.ai/api-reference/context-graph/get-relationships.md): Get relationships for a specific node. - [Get Stats](https://docs.kubiya.ai/api-reference/context-graph/get-stats.md): Get statistics about the context graph. - [Get Subgraph](https://docs.kubiya.ai/api-reference/context-graph/get-subgraph.md): Get a subgraph starting from a node. - [Health Check](https://docs.kubiya.ai/api-reference/context-graph/health-check.md): Health check endpoint for Context Graph API. - [Intelligent Search](https://docs.kubiya.ai/api-reference/context-graph/intelligent-search.md): Perform AI-powered intelligent graph search using natural language. - [Intelligent Search Health](https://docs.kubiya.ai/api-reference/context-graph/intelligent-search-health.md): Check health status of intelligent search service. - [Intelligent Search Stream](https://docs.kubiya.ai/api-reference/context-graph/intelligent-search-stream.md): Perform streaming AI-powered intelligent graph search with real-time updates. - [Search By Text](https://docs.kubiya.ai/api-reference/context-graph/search-by-text.md): Search nodes by text pattern in a property. - [Search Nodes](https://docs.kubiya.ai/api-reference/context-graph/search-nodes.md): Search for nodes in the context graph. - [Semantic Search](https://docs.kubiya.ai/api-reference/context-graph/semantic-search.md): Semantic search across knowledge graph. - [Context Management](https://docs.kubiya.ai/api-reference/context/overview.md): Manage knowledge and configuration inheritance across agents and teams - [Copy File](https://docs.kubiya.ai/api-reference/copy-file.md): Copy a file to a new location. - [Core Resources](https://docs.kubiya.ai/api-reference/core-resources/overview.md): Foundational resources for configuring and securing your agents - [Create Agent](https://docs.kubiya.ai/api-reference/create-agent.md): Create a new agent in the organization - [Create Batch Analytics](https://docs.kubiya.ai/api-reference/create-batch-analytics.md): Create analytics data in batch. - [Create Environment](https://docs.kubiya.ai/api-reference/create-environment.md): Create a new environment. - [Create Execution Record](https://docs.kubiya.ai/api-reference/create-execution-record.md): Create execution and job_executions records for scheduled jobs. - [Create Folder](https://docs.kubiya.ai/api-reference/create-folder.md): Create a folder (explicit folder management). - [Create Job](https://docs.kubiya.ai/api-reference/create-job.md): Create a new job. - [Create Job Execution](https://docs.kubiya.ai/api-reference/create-job-execution.md): Create execution and job_executions records for a scheduled job. - [Create Model](https://docs.kubiya.ai/api-reference/create-model.md): Create a new LLM model. - [Create Policy](https://docs.kubiya.ai/api-reference/create-policy.md): Create a new OPA policy in the enforcer service. - [Create Policy Association](https://docs.kubiya.ai/api-reference/create-policy-association.md): Create a policy association (link a policy to an entity). - [Create Project](https://docs.kubiya.ai/api-reference/create-project.md): Create a new project - [Create Skill](https://docs.kubiya.ai/api-reference/create-skill.md): Create a new skill in the organization - [Create Task](https://docs.kubiya.ai/api-reference/create-task.md): Create a task record. - [Create Task Queue](https://docs.kubiya.ai/api-reference/create-task-queue.md): Create a new task queue. - [Create Team](https://docs.kubiya.ai/api-reference/create-team.md): Create a new team with full Agno capabilities. - [Create Tool Call](https://docs.kubiya.ai/api-reference/create-tool-call.md): Create a tool call record. - [Create Turn Metrics](https://docs.kubiya.ai/api-reference/create-turn-metrics.md): Create a turn metrics record. - [Create Worker Queue](https://docs.kubiya.ai/api-reference/create-worker-queue.md): Create a new worker queue within an environment - [Create Custom Integration](https://docs.kubiya.ai/api-reference/custom-integrations/create-custom-integration.md): Create a new custom integration instance. - [Delete Custom Integration](https://docs.kubiya.ai/api-reference/custom-integrations/delete-custom-integration.md): Delete a custom integration. - [Get Custom Integration](https://docs.kubiya.ai/api-reference/custom-integrations/get-custom-integration.md): Retrieve detailed information about a specific custom integration. - [List Custom Integrations](https://docs.kubiya.ai/api-reference/custom-integrations/list-custom-integrations.md): List all custom integrations for the organization. - [Update Custom Integration](https://docs.kubiya.ai/api-reference/custom-integrations/update-custom-integration.md): Update a custom integration. - [Delete Agent](https://docs.kubiya.ai/api-reference/delete-agent.md): Delete an agent - [Delete Environment](https://docs.kubiya.ai/api-reference/delete-environment.md): Delete an environment - [Delete Execution](https://docs.kubiya.ai/api-reference/delete-execution.md): Delete an execution - [Delete File](https://docs.kubiya.ai/api-reference/delete-file.md): Delete a file. - [Delete Job](https://docs.kubiya.ai/api-reference/delete-job.md): Delete a job and its Temporal Schedule - [Delete Model](https://docs.kubiya.ai/api-reference/delete-model.md): Delete an LLM model. - [Delete Policy](https://docs.kubiya.ai/api-reference/delete-policy.md): Delete a policy from the enforcer service. - [Delete Policy Association](https://docs.kubiya.ai/api-reference/delete-policy-association.md): Delete a policy association - [Delete Project](https://docs.kubiya.ai/api-reference/delete-project.md): Delete a project (cascades to associations) - [Delete Skill](https://docs.kubiya.ai/api-reference/delete-skill.md): Delete a skill - [Delete Task Queue](https://docs.kubiya.ai/api-reference/delete-task-queue.md): Delete a task queue - [Delete Team](https://docs.kubiya.ai/api-reference/delete-team.md): Delete a team - only if it belongs to the current organization - [Delete trace](https://docs.kubiya.ai/api-reference/delete-trace.md): Delete a trace and all its spans - [Delete Worker Queue](https://docs.kubiya.ai/api-reference/delete-worker-queue.md): Delete a worker queue - [Detailed Health Check](https://docs.kubiya.ai/api-reference/detailed-health-check.md): Detailed health check with dependency status. - [Disable Job](https://docs.kubiya.ai/api-reference/disable-job.md): Disable a job and pause its Temporal Schedule - [Dissociate Skill](https://docs.kubiya.ai/api-reference/dissociate-skill.md): Remove a skill association from an entity - [Download File](https://docs.kubiya.ai/api-reference/download-file.md): Download a file from cloud storage. - [Deny Access](https://docs.kubiya.ai/api-reference/dynamic-executions/deny-access.md): Deny access request (owner only) - [Execute Dynamic](https://docs.kubiya.ai/api-reference/dynamic-executions/execute-dynamic.md): Execute an agent or team dynamically without pre-creating entity. - [Get Queue Resolution Metrics](https://docs.kubiya.ai/api-reference/dynamic-executions/get-queue-resolution-metrics.md): Get queue resolution service performance metrics - [Grant Access](https://docs.kubiya.ai/api-reference/dynamic-executions/grant-access.md): Grant access to a user (owner only) - [Request Access](https://docs.kubiya.ai/api-reference/dynamic-executions/request-access.md): Request access to a private execution - [Resolve Worker Queue](https://docs.kubiya.ai/api-reference/dynamic-executions/resolve-worker-queue.md): Intelligent worker queue resolution based on task prompt. - [Enable Job](https://docs.kubiya.ai/api-reference/enable-job.md): Enable a job and unpause its Temporal Schedule - [Health Check](https://docs.kubiya.ai/api-reference/enforcer/health-check.md): Health check endpoint for enforcer proxy - [Proxy All](https://docs.kubiya.ai/api-reference/enforcer/proxy-all.md): Proxy all other requests to enforcer service - [Proxy All](https://docs.kubiya.ai/api-reference/enforcer/proxy-all-1.md): Proxy all other requests to enforcer service - [Proxy All](https://docs.kubiya.ai/api-reference/enforcer/proxy-all-2.md): Proxy all other requests to enforcer service - [Proxy All](https://docs.kubiya.ai/api-reference/enforcer/proxy-all-3.md): Proxy all other requests to enforcer service - [Proxy All](https://docs.kubiya.ai/api-reference/enforcer/proxy-all-4.md): Proxy all other requests to enforcer service - [Proxy Api V1](https://docs.kubiya.ai/api-reference/enforcer/proxy-api-v1.md): Proxy all /api/v1/* requests to enforcer service - [Proxy Api V1](https://docs.kubiya.ai/api-reference/enforcer/proxy-api-v1-1.md): Proxy all /api/v1/* requests to enforcer service - [Proxy Api V1](https://docs.kubiya.ai/api-reference/enforcer/proxy-api-v1-2.md): Proxy all /api/v1/* requests to enforcer service - [Proxy Api V1](https://docs.kubiya.ai/api-reference/enforcer/proxy-api-v1-3.md): Proxy all /api/v1/* requests to enforcer service - [Proxy Api V1](https://docs.kubiya.ai/api-reference/enforcer/proxy-api-v1-4.md): Proxy all /api/v1/* requests to enforcer service - [Status Check](https://docs.kubiya.ai/api-reference/enforcer/status-check.md): Proxy status endpoint to enforcer service - [Evaluate Entity Policies](https://docs.kubiya.ai/api-reference/evaluate-entity-policies.md): Evaluate all policies for an entity against input data. - [Event Bus Health Check](https://docs.kubiya.ai/api-reference/event-bus-health-check.md): Event bus health check with provider-level status. - [Execute Agent](https://docs.kubiya.ai/api-reference/execute-agent.md): Execute an agent by submitting to Temporal workflow. - [Execute Team](https://docs.kubiya.ai/api-reference/execute-team.md): Execute a team task by submitting to Temporal workflow. - [Execute Team Stream](https://docs.kubiya.ai/api-reference/execute-team-stream.md): Execute a team task with streaming response. - [Get Agent Execution Environment](https://docs.kubiya.ai/api-reference/execution-environment/get-agent-execution-environment.md): Get resolved execution environment for an agent. - [Get Agent Execution Environment Full](https://docs.kubiya.ai/api-reference/execution-environment/get-agent-execution-environment-full.md): Get FULL resolved execution environment for an agent with template resolution. - [Get Team Execution Environment](https://docs.kubiya.ai/api-reference/execution-environment/get-team-execution-environment.md): Get resolved execution environment for a team. - [Get Team Execution Environment Full](https://docs.kubiya.ai/api-reference/execution-environment/get-team-execution-environment-full.md): Get FULL resolved execution environment for a team with template resolution. - [Get Aem Summary](https://docs.kubiya.ai/api-reference/get-aem-summary.md): Get Agentic Engineering Minutes (AEM) summary. - [Get Aem Trends](https://docs.kubiya.ai/api-reference/get-aem-trends.md): Get AEM trends over time. - [Get Agent](https://docs.kubiya.ai/api-reference/get-agent.md): Get a specific agent by ID - [Get Agent Presence](https://docs.kubiya.ai/api-reference/get-agent-presence.md): Get all active users for an agent - [Get Context](https://docs.kubiya.ai/api-reference/get-context.md): Get context configuration for any entity type - [Get Cost Breakdown](https://docs.kubiya.ai/api-reference/get-cost-breakdown.md): Get detailed cost breakdown over time. - [Get Default Model](https://docs.kubiya.ai/api-reference/get-default-model.md): Get the default recommended LLM model. - [Get Default Project](https://docs.kubiya.ai/api-reference/get-default-project.md): Get the default project for the organization (creates if doesn't exist) - [Get Environment](https://docs.kubiya.ai/api-reference/get-environment.md): Get a specific environment by ID - [Get Environment Context](https://docs.kubiya.ai/api-reference/get-environment-context.md): Get context configuration for an environment - [Get Execution](https://docs.kubiya.ai/api-reference/get-execution.md): Get a specific execution by ID - [Get Execution Analytics](https://docs.kubiya.ai/api-reference/get-execution-analytics.md): Get comprehensive analytics for a specific execution. - [Get Execution Details](https://docs.kubiya.ai/api-reference/get-execution-details.md): Get detailed information about an execution including activity trace. - [Get Execution Transitions](https://docs.kubiya.ai/api-reference/get-execution-transitions.md): Get transition history for an execution - [Get File Metadata](https://docs.kubiya.ai/api-reference/get-file-metadata.md): Get detailed file metadata. - [Get Installation Script](https://docs.kubiya.ai/api-reference/get-installation-script.md): Generate an installation script for setting up a worker for this queue. - [Get Job](https://docs.kubiya.ai/api-reference/get-job.md): Get job details by ID - [Get Job Executions](https://docs.kubiya.ai/api-reference/get-job-executions.md): Get execution history for a job. - [Get Model](https://docs.kubiya.ai/api-reference/get-model.md): Get a specific LLM model by ID. - [Get Organization Analytics Summary](https://docs.kubiya.ai/api-reference/get-organization-analytics-summary.md): Get aggregated analytics summary for the organization. - [Get Policy](https://docs.kubiya.ai/api-reference/get-policy.md): Get a specific policy by ID - [Get Policy Association](https://docs.kubiya.ai/api-reference/get-policy-association.md): Get a specific policy association by ID - [Get Project](https://docs.kubiya.ai/api-reference/get-project.md): Get a specific project by ID - [Get Runner Health](https://docs.kubiya.ai/api-reference/get-runner-health.md): Get health status for a specific runner. - [Get Session History](https://docs.kubiya.ai/api-reference/get-session-history.md): Retrieve session history with Redis caching for hot loading. - [Get Skill Definition](https://docs.kubiya.ai/api-reference/get-skill-definition.md): Get a specific skill definition by type. - [Get Skill Endpoint](https://docs.kubiya.ai/api-reference/get-skill-endpoint.md): Get a specific skill - [Get Skill Templates](https://docs.kubiya.ai/api-reference/get-skill-templates.md): Get detailed skill templates with variants and configuration schemas. - [Get Skill Types](https://docs.kubiya.ai/api-reference/get-skill-types.md): Get available skill types and their descriptions - [Get Storage Analytics](https://docs.kubiya.ai/api-reference/get-storage-analytics.md): Get storage analytics over time. - [Get Storage Analytics Summary](https://docs.kubiya.ai/api-reference/get-storage-analytics-summary.md): Get storage usage analytics summary. - [Get Storage Usage](https://docs.kubiya.ai/api-reference/get-storage-usage.md): Get current storage usage and quota information. - [Get Task Queue](https://docs.kubiya.ai/api-reference/get-task-queue.md): Get a specific task queue by ID - [Get Team](https://docs.kubiya.ai/api-reference/get-team.md): Get a specific team by ID with full configuration and member agents. - [Get Team Context](https://docs.kubiya.ai/api-reference/get-team-context.md): Get context configuration for a team - [Get trace details](https://docs.kubiya.ai/api-reference/get-trace-details.md): Get detailed trace information with all spans in tree structure - [Get trace spans](https://docs.kubiya.ai/api-reference/get-trace-spans.md): Get all spans for a trace - [Get trace statistics](https://docs.kubiya.ai/api-reference/get-trace-statistics.md): Get aggregated statistics for traces - [Get trace storage statistics](https://docs.kubiya.ai/api-reference/get-trace-storage-statistics.md): Get storage statistics and retention info for traces - [Get Update Lock Status](https://docs.kubiya.ai/api-reference/get-update-lock-status.md): Get the current update lock status for a queue. - [Get Worker Queue](https://docs.kubiya.ai/api-reference/get-worker-queue.md): Get a specific worker queue by ID - [Get Worker Queue Command](https://docs.kubiya.ai/api-reference/get-worker-queue-command.md): Get the worker registration command for a specific worker queue. - [Get Worker Queue Config](https://docs.kubiya.ai/api-reference/get-worker-queue-config.md): Get worker queue configuration with version tracking for auto-updates. - [Get Worker Queue Metrics](https://docs.kubiya.ai/api-reference/get-worker-queue-metrics.md): Get comprehensive metrics for a worker queue. - [Get Worker Registration Command](https://docs.kubiya.ai/api-reference/get-worker-registration-command.md): Get the worker registration command for an environment. - [Get Worker Registration Command](https://docs.kubiya.ai/api-reference/get-worker-registration-command-1.md): Get the worker registration command for a task queue. - [Get Workers For Runner](https://docs.kubiya.ai/api-reference/get-workers-for-runner.md): Get worker information for a specific runner. - [Health Check](https://docs.kubiya.ai/api-reference/health-check.md): Health check endpoint (no authentication required). - [Get Integration Template](https://docs.kubiya.ai/api-reference/integration-templates/get-integration-template.md): Retrieve complete configuration for a specific integration template. - [List Integration Templates](https://docs.kubiya.ai/api-reference/integration-templates/list-integration-templates.md): List all pre-configured integration templates. - [List Template Categories](https://docs.kubiya.ai/api-reference/integration-templates/list-template-categories.md): List all available template categories. - [List Template Tags](https://docs.kubiya.ai/api-reference/integration-templates/list-template-tags.md): List all available template tags. - [Get Integration](https://docs.kubiya.ai/api-reference/integrations/get-integration.md): Get details of a specific integration. - [Get Integration Token](https://docs.kubiya.ai/api-reference/integrations/get-integration-token.md): Get delegated credentials/token for a specific integration. - [List Integrations](https://docs.kubiya.ai/api-reference/integrations/list-integrations.md): List all integrations available in the organization. - [Leave Presence](https://docs.kubiya.ai/api-reference/leave-presence.md): Mark user as inactive for an agent - [List Agents](https://docs.kubiya.ai/api-reference/list-agents.md): List all agents in the organization - [List All Worker Queues](https://docs.kubiya.ai/api-reference/list-all-worker-queues.md): List all worker queues across all environments for the organization (excluding ephemeral queues) - [List Entity Skills](https://docs.kubiya.ai/api-reference/list-entity-skills.md): List skills associated with an entity - [List Environments](https://docs.kubiya.ai/api-reference/list-environments.md): List all environments in the organization - [List Executions](https://docs.kubiya.ai/api-reference/list-executions.md): List all executions for the organization with optional filtering - [List Files](https://docs.kubiya.ai/api-reference/list-files.md): List files in organization's storage. - [List Jobs](https://docs.kubiya.ai/api-reference/list-jobs.md): List all jobs for the organization. - [List Models](https://docs.kubiya.ai/api-reference/list-models.md): List all LLM models from LiteLLM server with database fallback. - [List Policies](https://docs.kubiya.ai/api-reference/list-policies.md): List all policies from the enforcer service. - [List Policy Associations](https://docs.kubiya.ai/api-reference/list-policy-associations.md): List policy associations with filtering. - [List Project Agents](https://docs.kubiya.ai/api-reference/list-project-agents.md): List all agents in a project - [List Project Teams](https://docs.kubiya.ai/api-reference/list-project-teams.md): List all teams in a project - [List Projects](https://docs.kubiya.ai/api-reference/list-projects.md): List all projects in the organization - [List Providers](https://docs.kubiya.ai/api-reference/list-providers.md): Get list of unique model providers. - [List Queue Executions](https://docs.kubiya.ai/api-reference/list-queue-executions.md): List recent executions for a specific worker queue. - [List Queue Workers](https://docs.kubiya.ai/api-reference/list-queue-workers.md): List all workers for a specific queue. - [List Queue Workers](https://docs.kubiya.ai/api-reference/list-queue-workers-1.md): List all workers for a specific queue with detailed information. - [List Queue Workflows](https://docs.kubiya.ai/api-reference/list-queue-workflows.md): List workflows/tasks for a worker queue. - [List Runners](https://docs.kubiya.ai/api-reference/list-runners.md): List available runners for the organization. Fetches health data for each runner and optionally filters by component health. - [List Skill Definitions](https://docs.kubiya.ai/api-reference/list-skill-definitions.md): Get all available skill definitions with their variants. - [List Skill Variants](https://docs.kubiya.ai/api-reference/list-skill-variants.md): Get all variants/presets for a specific skill type. - [List Skills](https://docs.kubiya.ai/api-reference/list-skills.md): List all skills for the organization - [List Task Queues](https://docs.kubiya.ai/api-reference/list-task-queues.md): List all task queues in the organization - [List Teams](https://docs.kubiya.ai/api-reference/list-teams.md): List all teams with their configurations and member agents. - [List traces](https://docs.kubiya.ai/api-reference/list-traces.md): Get paginated list of traces with optional filtering - [List Worker Queues](https://docs.kubiya.ai/api-reference/list-worker-queues.md): List all worker queues in an environment (excluding ephemeral queues) - [List Workers](https://docs.kubiya.ai/api-reference/list-workers.md): List registered Temporal workers for the organization. - [Mark Execution As Done](https://docs.kubiya.ai/api-reference/mark-execution-as-done.md): Mark an execution as done, signaling the workflow to complete. - [Move File](https://docs.kubiya.ai/api-reference/move-file.md): Move/rename a file. - [Organization & Configuration](https://docs.kubiya.ai/api-reference/organization/overview.md): Structure and configure your Kubiya workspace - [Override Execution State](https://docs.kubiya.ai/api-reference/override-execution-state.md): Manually override execution state (admin/debug) - [Control Plane API](https://docs.kubiya.ai/api-reference/overview.md): Multi-tenant agent orchestration platform with comprehensive REST APIs - [Pause Execution](https://docs.kubiya.ai/api-reference/pause-execution.md): Pause an active execution by sending a signal to the Temporal workflow. - [Persist Session History](https://docs.kubiya.ai/api-reference/persist-session-history.md): Persist session history from worker to Control Plane database. - [Continue Plan Execution](https://docs.kubiya.ai/api-reference/plan-execution/continue-plan-execution.md): Continue a plan execution that's waiting for user input. - [Execute Plan](https://docs.kubiya.ai/api-reference/plan-execution/execute-plan.md): Execute a multi-task plan using Temporal orchestration. - [Get Plan Execution](https://docs.kubiya.ai/api-reference/plan-execution/get-plan-execution.md): Get plan execution status and progress. - [List Plan Executions](https://docs.kubiya.ai/api-reference/plan-execution/list-plan-executions.md): List plan executions with optional filtering. Automatically filters by the authenticated user's organization. - [Plan Websocket Stats](https://docs.kubiya.ai/api-reference/plan-execution/plan-websocket-stats.md): Get plan WebSocket connection statistics. - [Publish Plan Event](https://docs.kubiya.ai/api-reference/plan-execution/publish-plan-event.md): Publish a plan event to Redis (called by Temporal activities). - [Send Task Message](https://docs.kubiya.ai/api-reference/plan-execution/send-task-message.md): Send a message to a task that's waiting for user input. - [Stream Plan Execution](https://docs.kubiya.ai/api-reference/plan-execution/stream-plan-execution.md): Stream plan execution updates using Server-Sent Events (SSE). - [Update Plan Execution](https://docs.kubiya.ai/api-reference/plan-execution/update-plan-execution.md): Update plan execution state (called by Temporal activities). - [Plan Task](https://docs.kubiya.ai/api-reference/plan-task.md): Generate an AI-powered task plan (non-streaming) - [Plan Task Stream](https://docs.kubiya.ai/api-reference/plan-task-stream.md): Generate an AI-powered task plan with streaming - [Planning Health](https://docs.kubiya.ai/api-reference/planning-health.md): Health check for task planning endpoint with strategy availability info - [Publish Execution Event](https://docs.kubiya.ai/api-reference/publish-execution-event.md): Publish a streaming event via event bus (multi-provider support). - [Readiness Check](https://docs.kubiya.ai/api-reference/readiness-check.md): Readiness check endpoint (no authentication required) - [Register Worker](https://docs.kubiya.ai/api-reference/register-worker.md): Register a new worker with the control plane. - [Release Update Lock](https://docs.kubiya.ai/api-reference/release-update-lock.md): Release an update lock after worker has completed its update. - [Remove Agent From Project](https://docs.kubiya.ai/api-reference/remove-agent-from-project.md): Remove an agent from a project - [Remove Agent From Team](https://docs.kubiya.ai/api-reference/remove-agent-from-team.md): Remove an agent from a team. - [Remove Team From Project](https://docs.kubiya.ai/api-reference/remove-team-from-project.md): Remove a team from a project - [Resolve Agent Context](https://docs.kubiya.ai/api-reference/resolve-agent-context.md): Convenience endpoint to resolve full context for an agent. - [Resolve Agent Skills](https://docs.kubiya.ai/api-reference/resolve-agent-skills.md): Resolve all skills for an agent (including inherited from ALL environments and team). - [Resolve Agent Toolsets Legacy](https://docs.kubiya.ai/api-reference/resolve-agent-toolsets-legacy.md): DEPRECATED: Legacy endpoint for backward compatibility. Use /associations/agents/{agent_id}/skills/resolved instead. - [Resolve Context](https://docs.kubiya.ai/api-reference/resolve-context.md): Resolve context with inheritance from all layers. - [Resolve Entity Policies](https://docs.kubiya.ai/api-reference/resolve-entity-policies.md): Resolve all policies applicable to an entity considering inheritance. - [Resolve Team Context](https://docs.kubiya.ai/api-reference/resolve-team-context.md): Convenience endpoint to resolve full context for a team. - [Resolve Team Skills](https://docs.kubiya.ai/api-reference/resolve-team-skills.md): Resolve all skills for a team (including inherited from ALL environments). - [Resolve Team Toolsets Legacy](https://docs.kubiya.ai/api-reference/resolve-team-toolsets-legacy.md): DEPRECATED: Legacy endpoint for backward compatibility. Use /associations/teams/{team_id}/skills/resolved instead. - [Resume Execution](https://docs.kubiya.ai/api-reference/resume-execution.md): Resume a paused execution by sending a signal to the Temporal workflow. - [Get Runtime Requirements](https://docs.kubiya.ai/api-reference/runtimes/get-runtime-requirements.md): Get detailed requirements for a specific runtime. - [List Runtimes](https://docs.kubiya.ai/api-reference/runtimes/list-runtimes.md): List available agent runtime types with requirements. - [Validate Runtime Config](https://docs.kubiya.ai/api-reference/runtimes/validate-runtime-config.md): Validate agent/team configuration for a specific runtime. - [Search Files](https://docs.kubiya.ai/api-reference/search-files.md): Advanced file search with multiple filters. - [Get Secret Value](https://docs.kubiya.ai/api-reference/secrets/get-secret-value.md): Get the value of a specific secret. - [List Secrets](https://docs.kubiya.ai/api-reference/secrets/list-secrets.md): List all secrets available in the organization. - [Send Message To Execution](https://docs.kubiya.ai/api-reference/send-message-to-execution.md): Send a followup message to a running execution using Temporal signals. - [Start Worker](https://docs.kubiya.ai/api-reference/start-worker.md): Start a worker and fetch its configuration. - [Start Worker For Queue](https://docs.kubiya.ai/api-reference/start-worker-for-queue.md): Start a worker for a specific queue. - [Stream Execution](https://docs.kubiya.ai/api-reference/stream-execution.md): Stream execution updates using Server-Sent Events (SSE). - [Compile Template](https://docs.kubiya.ai/api-reference/templates/compile-template.md): Compile a template by substituting variables with values from context. - [Extract Variables](https://docs.kubiya.ai/api-reference/templates/extract-variables.md): Extract all variables from a template without validation or compilation. - [Cancel Workflow](https://docs.kubiya.ai/api-reference/temporal-workflows/cancel-workflow.md): Cancel a running workflow. - [Get Workflow](https://docs.kubiya.ai/api-reference/temporal-workflows/get-workflow.md): Get workflow execution status and details. - [Get Workflow Stats](https://docs.kubiya.ai/api-reference/temporal-workflows/get-workflow-stats.md): Get workflow statistics for dashboard. - [Health Check](https://docs.kubiya.ai/api-reference/temporal-workflows/health-check.md): Health check endpoint for Temporal Workflows API. - [Signal Workflow](https://docs.kubiya.ai/api-reference/temporal-workflows/signal-workflow.md): Send a signal to a running workflow. - [Terminate Workflow](https://docs.kubiya.ai/api-reference/temporal-workflows/terminate-workflow.md): Terminate a running workflow. - [Workflows Endpoint](https://docs.kubiya.ai/api-reference/temporal-workflows/workflows-endpoint.md): Proxy for workflow operations: - GET: List workflow executions with optional filtering - POST: Start a new workflow execution - [Workflows Endpoint](https://docs.kubiya.ai/api-reference/temporal-workflows/workflows-endpoint-1.md): Proxy for workflow operations: - GET: List workflow executions with optional filtering - POST: Start a new workflow execution - [Terminate Execution](https://docs.kubiya.ai/api-reference/terminate-execution.md): Terminate a running execution. - [Trigger Job](https://docs.kubiya.ai/api-reference/trigger-job.md): Manually trigger a job execution. - [Trigger Webhook](https://docs.kubiya.ai/api-reference/trigger-webhook.md): Trigger a job via webhook. - [Update Agent](https://docs.kubiya.ai/api-reference/update-agent.md): Update an agent - [Update Context](https://docs.kubiya.ai/api-reference/update-context.md): Update context configuration for any entity type - [Update Environment](https://docs.kubiya.ai/api-reference/update-environment.md): Update an environment - [Update Environment Context](https://docs.kubiya.ai/api-reference/update-environment-context.md): Update context configuration for an environment - [Update Execution](https://docs.kubiya.ai/api-reference/update-execution.md): Update execution status and results. - [Update File Metadata](https://docs.kubiya.ai/api-reference/update-file-metadata.md): Update file tags and custom metadata. - [Update Job](https://docs.kubiya.ai/api-reference/update-job.md): Update job configuration. - [Update Job Execution Status V2](https://docs.kubiya.ai/api-reference/update-job-execution-status-v2.md): Update job_executions record with execution results. - [Update Model](https://docs.kubiya.ai/api-reference/update-model.md): Update an existing LLM model. - [Update Policy](https://docs.kubiya.ai/api-reference/update-policy.md): Update an existing policy - [Update Policy Association](https://docs.kubiya.ai/api-reference/update-policy-association.md): Update a policy association (e.g., enable/disable, change priority) - [Update Presence Heartbeat](https://docs.kubiya.ai/api-reference/update-presence-heartbeat.md): HTTP endpoint for updating presence (fallback for non-WebSocket) - [Update Project](https://docs.kubiya.ai/api-reference/update-project.md): Update a project - [Update Skill](https://docs.kubiya.ai/api-reference/update-skill.md): Update a skill - [Update Task](https://docs.kubiya.ai/api-reference/update-task.md): Update a task's status and completion information. - [Update Task Queue](https://docs.kubiya.ai/api-reference/update-task-queue.md): Update a task queue - [Update Team](https://docs.kubiya.ai/api-reference/update-team.md): Update a team's configuration, name, description, or status. - [Update Team Context](https://docs.kubiya.ai/api-reference/update-team-context.md): Update context configuration for a team - [Update Worker Queue](https://docs.kubiya.ai/api-reference/update-worker-queue.md): Update a worker queue - [Upload File](https://docs.kubiya.ai/api-reference/upload-file.md): Upload a file to cloud storage. - [Validate Policy](https://docs.kubiya.ai/api-reference/validate-policy.md): Validate a policy's Rego syntax and structure. - [Validate Skill Configuration](https://docs.kubiya.ai/api-reference/validate-skill-configuration.md): Validate a configuration for a specific skill type. - [Websocket Stats](https://docs.kubiya.ai/api-reference/websocket-stats.md): Get WebSocket connection statistics. - [Websocket Status Stats](https://docs.kubiya.ai/api-reference/websocket-status-stats.md): Get WebSocket status connection statistics. - [Work Queues](https://docs.kubiya.ai/api-reference/work-queues/overview.md): Manage task distribution and worker orchestration - [Worker Disconnect](https://docs.kubiya.ai/api-reference/worker-disconnect.md): Mark a worker as disconnected/offline. - [Worker Heartbeat](https://docs.kubiya.ai/api-reference/worker-heartbeat.md): Receive heartbeat from a worker. - [Worker Heartbeat Simple](https://docs.kubiya.ai/api-reference/worker-heartbeat-simple.md): Receive heartbeat from a worker (simplified version with worker_id in URL). - [Workflows & Orchestration](https://docs.kubiya.ai/api-reference/workflows/overview.md): Define and orchestrate multi-step automated processes - [Authentication](https://docs.kubiya.ai/cli/authentication.md): Configure API authentication and connect to the Kubiya Control Plane - [Capabilities](https://docs.kubiya.ai/cli/capabilities.md): Manage skills, models, and policies that define agent behavior and compliance - [Cognitive Memory](https://docs.kubiya.ai/cli/cognitive-memory.md): Store, recall, and manage contextual knowledge using semantic search - [Configuration File](https://docs.kubiya.ai/cli/configuration-file.md): Persistent CLI configuration with contexts, authentication, and custom settings - [Context Graph](https://docs.kubiya.ai/cli/context-graph.md): Query and explore the organizational knowledge graph powered by Neo4j - [Control Plane Self-Hosting](https://docs.kubiya.ai/cli/control-plane-self-hosting.md): Deploy and manage the Kubiya Control Plane API server on your own infrastructure - [Core Resources](https://docs.kubiya.ai/cli/core-resources.md): Manage agents, teams, and projects - the foundation of your Kubiya platform - [Custom LLM Gateway](https://docs.kubiya.ai/cli/custom-llm-gateway.md): Route LLM requests through your own providers (AWS Bedrock, Azure, Ollama, etc.) instead of the default Control Plane gateway - [Environment Variables](https://docs.kubiya.ai/cli/environment-variables.md): Complete reference of all CLI and worker configuration environment variables - [Environments](https://docs.kubiya.ai/cli/environments.md): Manage execution environments with variables, secrets, and integrations - [Execution Resources](https://docs.kubiya.ai/cli/execution-resources.md): Manage executions, scheduled jobs, and workers for task automation - [Installation](https://docs.kubiya.ai/cli/installation.md): Install the Kubiya CLI on macOS, Linux, Windows, Docker, or build from source - [On-Demand Execution](https://docs.kubiya.ai/cli/on-demand-execution.md): Execute tasks with intelligent planning, ephemeral workers, and pipeline integration - [CLI Overview](https://docs.kubiya.ai/cli/overview.md): Introduction to the Kubiya CLI - your command-line interface for AI-powered automation - [Worker Management](https://docs.kubiya.ai/cli/workers.md): Deploy and manage Temporal-based execution workers on your infrastructure - [Agents](https://docs.kubiya.ai/core-concepts/agents.md): Configuration entities that define AI-powered automation capabilities, executed by workers across diverse compute environments through durable task queues. - [Agents Use Cases](https://docs.kubiya.ai/core-concepts/agents-use-cases.md): Hands‑on agent patterns for CloudOps and Platform Engineering with prerequisites, setup, and automation flows for multi‑cloud deployments, audits, drift checks, and remediation. - [Agentic Engineering Minutes](https://docs.kubiya.ai/core-concepts/analytics/aem.md): A unified metric weighting runtime, model tier, and tool usage to measure agent efficiency and cost. Track trends, analyze factors, and optimize operations across workloads and model tiers. - [Analytics](https://docs.kubiya.ai/core-concepts/analytics/analytics.md): Centralized analytics for AEM, cost, runtime, and model efficiency with trends, summaries, and distribution views to track usage, optimize spend, and monitor organizational performance over time. - [Custom Dashboards](https://docs.kubiya.ai/core-concepts/analytics/custom-dashboards.md): Create and manage tailored analytics dashboards with summary cards, widget counts, and quick actions. Monitor key metrics and organize views for executives, cost analysis, and performance tracking. - [Usage Breakdown](https://docs.kubiya.ai/core-concepts/analytics/usage-breakdown.md): Detailed analysis of turns, runtime, and cost with trend charts and model‑tier distribution. Assess per‑turn efficiency, monitor usage patterns, and correlate operational activity with spend. - [Background Jobs](https://docs.kubiya.ai/core-concepts/background-jobs.md): Automate recurring or event‑driven tasks with schedules, triggers, or manual starts. Run through agents or teams with inherited settings, full audit trail, and policy‑compliant execution. - [Agent Integration](https://docs.kubiya.ai/core-concepts/cognitive-memory/agent-integration.md): How AI agents use cognitive memory to learn, coordinate, and build organizational knowledge - [Datasets](https://docs.kubiya.ai/core-concepts/cognitive-memory/datasets.md): Organize and manage collections of semantic memories with granular access control and team collaboration features - [Cognitive Memory Overview](https://docs.kubiya.ai/core-concepts/cognitive-memory/overview.md): Persistent, semantic knowledge storage that enables AI agents to learn, remember, and recall context across sessions - [Semantic Search](https://docs.kubiya.ai/core-concepts/cognitive-memory/semantic-search.md): Natural language search powered by AI embeddings that understands context and meaning, not just keywords - [Context Graph Use Cases](https://docs.kubiya.ai/core-concepts/context-graph-use-cases.md): Explore real-world use cases for the Context Graph, including Meta Agent tool calling for dynamic queries, relationship mapping, and infrastructure analysis. - [Architecture](https://docs.kubiya.ai/core-concepts/control-plane/architecture.md): Control Plane system architecture, deployment models, and component interactions. - [Developers Guide](https://docs.kubiya.ai/core-concepts/control-plane/developers-guide.md): Local development setup for the Agent Control Plane. Run the full stack with Docker Compose, configure environment variables, and use Makefile commands. - [Overview](https://docs.kubiya.ai/core-concepts/control-plane/overview.md): Central coordination layer for routing, shared configuration, policies, and observability across Kubiya. Use hosted or self‑hosted planes to isolate workloads, enforce guardrails, and scale. - [Data Ingestion](https://docs.kubiya.ai/core-concepts/data-sources.md): Configure ingestion sources to populate the Context Graph with entities and relationships from cloud providers, identity systems, DevOps tools, and custom data. - [Entities](https://docs.kubiya.ai/core-concepts/entities.md): High‑level summary of Kubiya’s Context Graph: aggregated entities and relationships from integrations, with metrics for nodes, relationships, label types, and active sources. - [Environments](https://docs.kubiya.ai/core-concepts/environments.md): Execution contexts (dev, staging, prod, regions) that define settings, shared context, Skills, and OPA policies. Teams and agents inherit configuration for consistent, governed task execution. - [Executions](https://docs.kubiya.ai/core-concepts/execution-infrastructure/executions.md): Durable task instances that represent the runtime execution of agent workflows and tasks. Track progress, monitor status, and manage running work. - [Task Queues](https://docs.kubiya.ai/core-concepts/execution-infrastructure/task-queues.md): Durable task distribution system that routes agent workloads to available workers. Scale throughput, isolate environments, and reach private resources securely. - [Workers](https://docs.kubiya.ai/core-concepts/execution-infrastructure/workers.md): Distributed execution engines that run on your infrastructure (MacOS, Windows, Kubernetes, OpenShift) and pull tasks from queues to execute agent workflows. - [Graph Visualization](https://docs.kubiya.ai/core-concepts/graph-explorer.md): Visualize your organizational knowledge graph with filters, search, node limits, and detailed panels to analyze relationships, dependencies, and structure. - [Meta Agent](https://docs.kubiya.ai/core-concepts/meta-agent.md): Unified orchestration interface connecting users to the Kubiya platform through natural language and MCP-powered APIs. - [Capabilities](https://docs.kubiya.ai/core-concepts/meta-agent/capabilities.md): Explore the Meta Agent's core capabilities including task routing, context graph exploration, cognitive memory, and cross-resource coordination. - [Chat Interface](https://docs.kubiya.ai/core-concepts/meta-agent/chat-interface.md): Complete guide to the Meta Agent chat interface, controls, connectors, and model selection. - [Examples](https://docs.kubiya.ai/core-concepts/meta-agent/examples.md): Real-world examples and walkthroughs demonstrating Meta Agent capabilities. - [Meta Agent Overview](https://docs.kubiya.ai/core-concepts/meta-agent/overview.md): Unified orchestration interface connecting users to the Kubiya platform through natural language and MCP-powered APIs. - [Cognitive Memory Tools](https://docs.kubiya.ai/core-concepts/meta-agent/tools/cognitive-memory.md): Tools for accessing and storing organizational knowledge through semantic search, memory storage, and context recall. - [Connector Tools](https://docs.kubiya.ai/core-concepts/meta-agent/tools/connectors.md): External service integrations including cloud platforms, source control, CI/CD, communication, and more. - [Context Graph Tools](https://docs.kubiya.ai/core-concepts/meta-agent/tools/context-graph.md): Tools for querying and modifying the organizational knowledge graph, including schema discovery, Cypher queries, and node management. - [Built-in Tools Overview](https://docs.kubiya.ai/core-concepts/meta-agent/tools/overview.md): Comprehensive reference for all built-in tools available to the Meta Agent, including platform tools, connector-based integrations, and sandboxed execution capabilities. - [Platform Tools](https://docs.kubiya.ai/core-concepts/meta-agent/tools/platform.md): Tools for managing Kubiya platform resources including agents, teams, environments, executions, projects, and worker queues. - [Sandboxed Execution](https://docs.kubiya.ai/core-concepts/meta-agent/tools/sandbox.md): Safe code execution in isolated containers with Python, Shell, and Docker support. - [Task Management Tools](https://docs.kubiya.ai/core-concepts/meta-agent/tools/task-management.md): Tools for executing agents on workers, creating durable tasks, and managing background jobs across distributed compute environments. - [Overview](https://docs.kubiya.ai/core-concepts/overview.md): High‑level summary of Kubiya’s Context Graph: aggregated entities and relationships from integrations, with metrics for nodes, relationships, label types, and active sources. - [Policies](https://docs.kubiya.ai/core-concepts/policies.md): Define and enforce organization guardrails in OPA Rego. Attach policies to Environments, Teams, and Agents to govern who can run what, when, and how—centrally versioned, auditable, and safe. - [Policies Use Cases](https://docs.kubiya.ai/core-concepts/policies-use-cases.md): Practical OPA policy examples showing how to write, validate, and attach guardrails to Environments, Teams, and Agents to control execution windows, approvals, access, and safety constraints. - [Projects](https://docs.kubiya.ai/core-concepts/projects.md): Group agents and teams under shared goals, context, and policies with optional default models. Establish inheritance (Project > Team > Agent) to standardize access, governance, and execution. - [Queries](https://docs.kubiya.ai/core-concepts/queries.md): High‑level summary of Kubiya’s Context Graph: aggregated entities and relationships from integrations, with metrics for nodes, relationships, label types, and active sources. - [Runtimes](https://docs.kubiya.ai/core-concepts/runtimes.md): Choose and configure the execution engine that powers your agents. From general-purpose Agno to specialized Claude Code, select the runtime that matches your use case. - [Agno Runtime](https://docs.kubiya.ai/core-concepts/runtimes/agno-runtime.md): Multi-model runtime with support for all major LLM providers via Agno framework and LiteLLM. - [Claude Code Runtime](https://docs.kubiya.ai/core-concepts/runtimes/claude-code-runtime.md): Code-specialized runtime powered by Claude Code SDK for development workflows. - [Runtime Comparison](https://docs.kubiya.ai/core-concepts/runtimes/comparison.md): Side-by-side comparison of Agno and Claude Code runtimes to help you choose the right execution engine. - [Custom Runtimes](https://docs.kubiya.ai/core-concepts/runtimes/custom-runtimes.md): Complete developer guide for building custom runtimes with frameworks like LangChain, CrewAI, or AutoGen. Extend Kubiya's runtime-agnostic architecture with your own execution engine. - [Understanding Runtimes](https://docs.kubiya.ai/core-concepts/runtimes/overview.md): Learn what runtimes are, how they work, and how to choose the right one for your agents. - [Skills](https://docs.kubiya.ai/core-concepts/skills.md): System-level capabilities that define what your agents can do. From file operations to Docker management, Skills provide controlled, secure access to essential functionalities. - [Agent Communication Skill](https://docs.kubiya.ai/core-concepts/skills/agent-communication.md): Enable hierarchical agent orchestration by allowing agents to call other agents or teams with configurable depth limits and access controls. - [Built-in Skills](https://docs.kubiya.ai/core-concepts/skills/built-in-skills.md): Complete reference for all built-in Skills in Kubiya - from system operations like File System and Shell to advanced capabilities like Agent Communication and Workflow Execution. - [Skills CLI Reference](https://docs.kubiya.ai/core-concepts/skills/cli-reference.md): Complete command-line reference for creating, managing, and assigning Skills programmatically with the Kubiya CLI. - [Contextual Awareness Skill](https://docs.kubiya.ai/core-concepts/skills/contextual-awareness.md): Query the organizational context graph for entities, relationships, and insights from connected integrations like Azure, Slack, and GitHub. - [Custom Skills](https://docs.kubiya.ai/core-concepts/skills/custom-skills.md): Learn how to create custom Skills to extend Kubiya with organization-specific integrations, tools, and workflows using the .kubiya/skills directory. - [Data Visualization Skill](https://docs.kubiya.ai/core-concepts/skills/data-visualization.md): Create Mermaid diagrams including flowcharts, sequence diagrams, ER diagrams, and Gantt charts for visual data representation. - [Docker Skill](https://docs.kubiya.ai/core-concepts/skills/docker.md): Manage Docker containers, images, volumes, and networks with configurable permissions and security controls. - [Dynamic Configuration](https://docs.kubiya.ai/core-concepts/skills/dynamic-configuration.md): Understand how configuration flows through layers, inheritance rules, and how to use runtime overrides for environment-specific behavior. - [Skills Examples](https://docs.kubiya.ai/core-concepts/skills/examples.md): Real-world examples and implementation patterns for configuring Skills across different use cases, from production deployments to development sandboxes. - [File Generation Skill](https://docs.kubiya.ai/core-concepts/skills/file-generation.md): Generate files in various formats from structured data including JSON, CSV, PDF, and TXT with template support. - [File System Skill](https://docs.kubiya.ai/core-concepts/skills/file-system.md): Read, write, list, and search files and directories on the local filesystem with configurable permissions and security boundaries. - [Knowledge API Skill](https://docs.kubiya.ai/core-concepts/skills/knowledge-api.md): Perform semantic search across the organization's knowledge base using vector embeddings and natural language queries. - [Skills Overview](https://docs.kubiya.ai/core-concepts/skills/overview.md): Comprehensive guide to understanding, creating, and managing Skills in Kubiya - the system-level capabilities that define what your agents can do. - [Python Skill](https://docs.kubiya.ai/core-concepts/skills/python.md): Execute Python code with configurable import and execution restrictions for data processing, automation, and custom logic. - [Shell Skill](https://docs.kubiya.ai/core-concepts/skills/shell.md): Execute shell commands on the worker with configurable command restrictions and security controls. - [Variant Configuration](https://docs.kubiya.ai/core-concepts/skills/variant-configuration.md): Understand how variants work, their configuration differences, and how to customize them for your specific needs. - [Skill Variants](https://docs.kubiya.ai/core-concepts/skills/variants.md): Learn how to use pre-configured Skill variants to create secure, permission-appropriate skill instances following the principle of least privilege. - [Workflow Executor Skill](https://docs.kubiya.ai/core-concepts/skills/workflow-executor.md): Execute complex multi-step workflows defined in JSON or Python DSL format with conditional logic, parallel execution, and error handling. - [Task Kanban](https://docs.kubiya.ai/core-concepts/task-kanban.md): Visual board for tracking agentic task executions initiated by Meta Agent, API, or SDK across remote workers and task queues. - [Task Kanban Use Cases](https://docs.kubiya.ai/core-concepts/task-kanban-use-cases.md): Common patterns for tracking and managing agentic task executions on the Kanban board. - [Teams](https://docs.kubiya.ai/core-concepts/teams.md): Groups of agents that share context, tools, credentials, and guardrails. Coordinate multiple agents by function, domain, or project with inherited settings for consistent, policy‑compliant execution. - [Teams Use Cases](https://docs.kubiya.ai/core-concepts/teams-use-cases.md): Real‑world team patterns for Platform Engineering and cross‑agent collaboration. Configure shared context, guardrails, and workloads with step‑by‑step setup to coordinate complex operations safely. - [Connect GitHub](https://docs.kubiya.ai/infrastructure/connect-github.md): Connect GitHub via OAuth (App) to trigger workflows and let Kubiya act on repositories. Install the app, choose repos, and manage least‑privilege access for secure, auditable automation. - [Connect Jira](https://docs.kubiya.ai/infrastructure/connect-jira.md): Connect Jira Cloud via OAuth so agents can create, update, and read issues. Configure site URL, authorize access, and manage or reauthorize the connection securely with least‑privilege scopes. - [Connect Slack](https://docs.kubiya.ai/infrastructure/connect-slack.md): Connect Slack via OAuth to enable workflow triggers, notifications, and slash commands. Authorize, manage workspaces, and control permissions to collaborate and automate securely in channels and DMs. - [Connectors](https://docs.kubiya.ai/infrastructure/integrations.md): Connect external services and credentials so agents can act across cloud platforms, DevOps tools, and collaboration services securely with authenticated execution. - [What is Kubiya?](https://docs.kubiya.ai/introduction/what-is-kubiya.md): Unified abstraction layer for managing AI workloads—solve framework fatigue with multi-model orchestration, organizational coordination, and enterprise governance. - [Configuration](https://docs.kubiya.ai/mcp/configuration.md): Configure environments, security, and advanced options - [Examples](https://docs.kubiya.ai/mcp/examples.md): Practical usage patterns and workflows - [Installation](https://docs.kubiya.ai/mcp/installation.md): Install and set up the Kubiya MCP Server - [Kubiya MCP Server](https://docs.kubiya.ai/mcp/overview.md): Model Context Protocol server for comprehensive Kubiya platform integration - [Quick Start](https://docs.kubiya.ai/mcp/quick-start.md): Get started with the Kubiya MCP Server in minutes - [Resources](https://docs.kubiya.ai/mcp/resources.md): Dynamic context injection with MCP resources - [Tools Reference](https://docs.kubiya.ai/mcp/tools-reference.md): Complete reference for all MCP tools - [Get Started](https://docs.kubiya.ai/quickstart/get-started.md): Get started with Kubiya in 5 minutes. Open the Meta Agent, connect your infrastructure, and execute your first task. - [API Reference](https://docs.kubiya.ai/sdk/api-reference.md): Complete API reference for the Kubiya Control Plane SDK - [Best Practices](https://docs.kubiya.ai/sdk/best-practices.md): Best practices and recommendations for using the Kubiya SDK effectively - [Context Graph Service](https://docs.kubiya.ai/sdk/context-graph.md): Query and explore your knowledge graph with nodes and relationships from various data sources - [Dataset Management](https://docs.kubiya.ai/sdk/context-graph-datasets.md): Manage cognitive datasets for organizing memories and knowledge in the context graph - [Graph Ingestion](https://docs.kubiya.ai/sdk/context-graph-ingestion.md): Import nodes and relationships into the context graph programmatically - [Intelligent Search](https://docs.kubiya.ai/sdk/context-graph-intelligent-search.md): AI-powered graph search with Claude Agent using natural language queries - [Cognitive Memory](https://docs.kubiya.ai/sdk/context-graph-memory.md): Store and recall context across interactions using Kubiya's cognitive memory system - [Semantic Search](https://docs.kubiya.ai/sdk/context-graph-semantic-search.md): Vector-based natural language search for finding relevant nodes in the context graph - [Agents Service](https://docs.kubiya.ai/sdk/control-plane-agents.md): Manage AI agents through the Control Plane SDK - [Control Plane Client SDK](https://docs.kubiya.ai/sdk/control-plane-client-overview.md): Python client for accessing Kubiya Control Plane services and APIs - [Context Service](https://docs.kubiya.ai/sdk/control-plane-context.md): Manage and resolve entity context with inheritance - [Environments Service](https://docs.kubiya.ai/sdk/control-plane-environments.md): Manage runtime environments and worker registration - [Integrations Service](https://docs.kubiya.ai/sdk/control-plane-integrations.md): Access and manage third-party integrations in the Control Plane - [Jobs Service](https://docs.kubiya.ai/sdk/control-plane-jobs.md): Schedule and automate tasks with cron jobs and webhooks - [Models Service](https://docs.kubiya.ai/sdk/control-plane-models.md): Manage LLM models and configurations through the Control Plane SDK - [Policies Service](https://docs.kubiya.ai/sdk/control-plane-policies.md): Manage security and access policies through the Control Plane SDK - [Projects Service](https://docs.kubiya.ai/sdk/control-plane-projects.md): Organize agents and teams into projects - [Runtimes Service](https://docs.kubiya.ai/sdk/control-plane-runtimes.md): Manage agent runtime environments through the Control Plane SDK - [Secrets Service](https://docs.kubiya.ai/sdk/control-plane-secrets.md): Access and manage secrets for agents and integrations in the Control Plane - [Skills Service](https://docs.kubiya.ai/sdk/control-plane-skills.md): Manage skills and tool sets through the Control Plane SDK - [Task Planning Service](https://docs.kubiya.ai/sdk/control-plane-task-planning.md): AI-powered task planning and decomposition - [Teams Service](https://docs.kubiya.ai/sdk/control-plane-teams.md): Manage multi-agent teams in the Control Plane - [Workers Service](https://docs.kubiya.ai/sdk/control-plane-workers.md): Monitor and manage Temporal workers and task queues in the Control Plane - [Error Handling](https://docs.kubiya.ai/sdk/error-handling.md): Handle exceptions and errors when using the Kubiya SDK - [SDK Examples](https://docs.kubiya.ai/sdk/examples.md): Real-world examples and patterns for the Kubiya Control Plane SDK - [Installation & Setup](https://docs.kubiya.ai/sdk/installation.md): Install and configure the Kubiya Control Plane SDK - [Kubiya Python SDK](https://docs.kubiya.ai/sdk/overview.md): Comprehensive Python SDK for programmatic access to the Kubiya platform - [Quick Start Guide](https://docs.kubiya.ai/sdk/quick-start.md): Get started with the Kubiya Control Plane SDK - [Troubleshooting](https://docs.kubiya.ai/sdk/troubleshooting.md): Common issues and solutions when using the Kubiya SDK - [Data Sources](https://docs.kubiya.ai/terraform/data-sources.md): Reference for Kubiya Control Plane Terraform data sources - [Operator Examples](https://docs.kubiya.ai/terraform/examples.md): End-to-end Terraform examples for Kubiya Control Plane operators - [Getting Started](https://docs.kubiya.ai/terraform/getting-started.md): Quick start guide for using the Kubiya Control Plane Terraform Provider - [Terraform Modules](https://docs.kubiya.ai/terraform/modules.md): Reusable Terraform modules for the Kubiya Control Plane Provider - [Terraform Provider Overview](https://docs.kubiya.ai/terraform/overview.md): Comprehensive guide to the Kubiya Control Plane Terraform Provider for managing infrastructure as code - [Provider Configuration](https://docs.kubiya.ai/terraform/provider-configuration.md): Detailed configuration guide for the Kubiya Control Plane Terraform Provider including hosted and self-hosted deployments - [Resources](https://docs.kubiya.ai/terraform/resources.md): Complete reference for all Kubiya Control Plane Terraform resources - [Common Workflows](https://docs.kubiya.ai/web-interface/common-workflows.md): Step-by-step guides for common tasks in the Kubiya web interface - [Compose Workspace](https://docs.kubiya.ai/web-interface/compose-workspace.md): The full-screen Meta Agent workspace for conversations and orchestration - [Data Ingestion](https://docs.kubiya.ai/web-interface/context-graph/data-ingestion.md): Manage data sources that feed the Context Graph - [Entities Browser](https://docs.kubiya.ai/web-interface/context-graph/entities.md): Table view for searching and filtering graph entities - [Graph Explorer](https://docs.kubiya.ai/web-interface/context-graph/graph-explorer.md): Visual graph exploration and relationship discovery - [Context Graph Interface](https://docs.kubiya.ai/web-interface/context-graph/overview.md): Navigate the Context Graph section of the web interface - [Query Interface](https://docs.kubiya.ai/web-interface/context-graph/queries.md): Run Cypher queries against the Context Graph - [Keyboard Shortcuts](https://docs.kubiya.ai/web-interface/keyboard-shortcuts.md): Quick reference for all keyboard shortcuts in the Kubiya web interface - [Meta Agent Panel](https://docs.kubiya.ai/web-interface/meta-agent-panel.md): Quick access to AI assistance from anywhere using Cmd+J - [Web Interface Overview](https://docs.kubiya.ai/web-interface/overview.md): Navigate Kubiya's web interface at compose.kubiya.ai - [API Keys](https://docs.kubiya.ai/web-interface/settings/api-keys.md): Generate and manage API keys for programmatic access - [Notifications](https://docs.kubiya.ai/web-interface/settings/notifications.md): Configure notification preferences and alert channels - [Settings Hub](https://docs.kubiya.ai/web-interface/settings/overview.md): Configure your Kubiya workspace preferences and integrations - [Webhooks](https://docs.kubiya.ai/web-interface/settings/webhooks.md): Configure webhook endpoints for event automation - [Task Kanban](https://docs.kubiya.ai/web-interface/task-kanban.md): Track and manage all agent and team executions ## OpenAPI Specs - [openapi](https://docs.kubiya.ai/api-reference/openapi.json)