# AWX — Web UI, API, and Task Engine for Ansible > AWX is the upstream open-source project behind Red Hat Ansible Automation Platform, providing a web UI, REST API, and task engine for running, scheduling, and managing Ansible playbooks at scale. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # AWX — Web UI, API, and Task Engine for Ansible ## Quick Use ```bash # Install the AWX Operator into a Kubernetes cluster (minikube / kind works) kubectl create ns awx helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/ helm install awx-operator awx-operator/awx-operator -n awx # Request an AWX instance cat <