The fastest way to try Kubiya - no programming required, just install and run.

Install the CLI

Mac (Homebrew):
brew tap kubiyabot/kubiya
brew install kubiya
Linux (Ubuntu/Debian):
curl -fsSL https://cli.kubiya.ai/install.sh | bash
Other platforms: Download from releases

Set your API key

export KUBIYA_API_KEY="your-api-key"
Get your API key at compose.kubiya.ai

Try it instantly

Check what tools are available:
kubiya tool list
Run a simple automation:
kubiya tool exec kubectl get pods
Execute a workflow from GitHub:
kubiya workflow execute https://github.com/kubiyabot/workflows/blob/main/examples/hello-world.yaml

Next steps


Want to see what’s possible? Try Composer - the web interface makes it easy to explore and build workflows visually.