Get started with Kubiya CLI - the fastest way to try AI automation
brew tap kubiyabot/kubiya brew install kubiya
curl -fsSL https://cli.kubiya.ai/install.sh | bash
export KUBIYA_API_KEY="your-api-key"
kubiya tool list
kubiya tool exec kubectl get pods
kubiya workflow execute https://github.com/kubiyabot/workflows/blob/main/examples/hello-world.yaml
Was this page helpful?