Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
The first step is always the hardest. Search or browse to kick-start your next flow.
141 Blueprints
Clone a private GitHub repo into a working directory and run its shell and Python scripts against data generated earlier in the same flow.
Clone a GitHub repository and run its shell scripts inside a Docker container.
Search GitHub repositories by query and fan one GitHub Actions workflow out across every match, then report the rollout to Slack.
Collect AWS and Kubernetes facts, evaluate them with a central OPA policy, and alert Slack on any violations.
Provision or destroy a Windows AD domain controller on GCP with Terraform, then configure DNS and credentials via gcloud and Ansible over WinRM.
Clone a Git repository and run Terraform plan and apply to deploy infrastructure as code on every change.
Push your Kestra flows and namespace files to a GitHub dev branch, open a Pull Request into main, and notify your team on Slack.
When a dbt run finishes, confirm it succeeded, dispatch a GitHub Actions deploy workflow, and post the result to Slack.
Gate CI/CD changes with Open Policy Agent: upload a Rego policy, evaluate the change set, and fail the run on any deny.
Back up every Kestra namespace, flow, file, and KV pair to GitLab on a schedule, with optional releases and merge requests.
Dry-run a flow export to Git, pause to review the diff, then push the reviewed flows.
Deprovision a GCP VM with Terraform and clean up after it: AD computer account, forward DNS, and reverse DNS records removed via Ansible.
Make Git the source of truth for your Kestra flows, auto-syncing a branch into a namespace and deleting flows removed in Git.
Poll Prometheus every 5 minutes for Kubernetes pods over a CPU threshold, group spikes by application, and fire a structured Slack alert.
Provision a Nutanix AHV VM, snapshot it, patch over SSH, health-check, and roll back automatically on failure.
Pick a VM from the Kestra Assets catalog and onboard a user onto it with Ansible, creating the account and installing their SSH public key.
Promote OPA policies from Git to your OPA server with an automated opa test gate and a human approval pause.
Provision a GCP Linux VM with Terraform, join it to Active Directory with realmd, and register its DNS A/PTR records on the Windows DC via Ansible.
Spin up a Databricks cluster on demand, run a Spark job, then tear the cluster down automatically.
Order a Google Cloud VM through a Slack-notified approval gate, provision it with Terraform, and register it in inventory.
Open an Opsgenie alert automatically whenever any Kestra workflow in your namespace fails or finishes with a warning.
Staged patch rollout: patch the UAT VM with approval and rollback, then patch production only after a validated UAT success, with a Slack summary.
GitOps restore that pulls Kestra flows, namespace files, and KV pairs straight from a GitLab repository.
Fetch a migration wave, pause for human go/no-go, then power on each migrated VM on Nutanix AHV in a controlled batch.