Kubiya CLI

Your Agentic Automation Companion - Powerful command-line interface for managing serverless agents, workflows, and tools with AI-powered automation.

Powerful Features

Serverless Agents

Deploy AI-powered serverless agents on your infrastructure. Create, manage, and scale agents with ease using Kubernetes and other orchestration platforms.

Workflow Execution

Execute workflows from local files, GitHub repositories, or URLs. Support for GitHub authentication, real-time tracking, and policy validation.

Source Management

Scan and manage Git repositories and local directories. Add sources with version control, interactive browsing, and dynamic configurations.

Tool Management

Execute tools with arguments, flags, and real-time feedback. Support for Docker containers, custom environments, and long-running operations.

Secret Management

Securely store and manage secrets with role-based access control. Integrate with agents and tools for secure automation.

MCP Integration

Model Context Protocol integration for Claude Desktop and Cursor IDE. Bridge local AI tools with Kubiya's powerful automation capabilities.

Quick Installation

Linux/macOS
Windows
APT (Debian/Ubuntu)
Build from Source
# One-line installation
curl -fsSL https://cli.kubiya.ai/install.sh | bash
# PowerShell installation
iwr -useb https://cli.kubiya.ai/install.ps1 | iex
# Add repository
curl -fsSL https://cli.kubiya.ai/apt-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/kubiya-archive-keyring.gpg
echo "deb [signed-by=/usr/share/keyrings/kubiya-archive-keyring.gpg] https://cli.kubiya.ai/apt stable main" | sudo tee /etc/apt/sources.list.d/kubiya.list

# Install
sudo apt update && sudo apt install kubiya-cli
# Clone and build
git clone https://github.com/kubiyabot/cli.git
cd cli
make build && make install

Get Started in Minutes

1. Configure Authentication

export KUBIYA_API_KEY="your-api-key"

2. Create Your First Agent

kubiya agent create \
  --name "DevOps Agent" \
  --desc "Handles DevOps automation" \
  --interactive

3. Execute a Workflow

kubiya workflow execute \
  myorg/deploy-scripts \
  --var env=production

4. Chat with Your Agent

kubiya chat \
  --interactive \
  -m "Deploy the latest version"

Use Cases

πŸš€ CI/CD Automation

Automate your deployment pipelines with intelligent agents that can handle complex workflows, rollbacks, and monitoring.

View Examples

☸️ Kubernetes Management

Deploy and manage Kubernetes resources with agents that understand your infrastructure and can make intelligent decisions.

View Examples

πŸ”’ Security Operations

Automate security scans, compliance checks, and incident response with AI-powered agents that understand your security policies.

View Examples

πŸ“Š Monitoring & Alerting

Create intelligent monitoring agents that can analyze metrics, identify issues, and take corrective actions automatically.

View Examples