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.
482 Blueprints
Watch a local processing directory for finished output files, archive each one into a dated folder as it lands, and sweep stale .tmp scratch files left behind by interrupted runs.
Remediate a ServiceNow incident with an Ansible playbook and close the ticket with resolution notes.
Extract sales data to S3, aggregate it with DuckDB, and email a CSV report on the first of every month.
Query CMDB CIs due for patching, run a patch runbook per CI, and write the result back to ServiceNow.
Extract CSV data, mask PII columns with DuckDB SQL, then load the anonymized result into BigQuery.
Fetch JSON from a REST API and load it straight into MongoDB as a document, parameterized by a runtime input.
Download multiple CSV files over HTTP and merge them into a single multi-sheet Excel workbook.
Configure structured Python logging with Loguru and surface it natively in Kestra logs.
Schedule the Aiven CLI to power services and databases off and on, cutting cloud costs without manual clicks.
Purge expired transients, spam comments, and old post revisions from a MariaDB-backed WordPress database on a schedule, then reclaim disk space with OPTIMIZE TABLE.
Probe an API endpoint on a schedule and fire a Slack alert the moment it stops returning HTTP 200.
Build a Docker image from a GitHub repo and deploy it to local, GCP Cloud Run, or Azure Container Instances from one declarative flow.
Automatically open a ServiceNow incident when a pipeline fails, with severity pulled from the CMDB and a Slack alert.
An approved ServiceNow change request automatically runs an implementation runbook and updates the change record state.
Run multi-step Bash scripts and shell commands that share files in a single working directory.
Poll ServiceNow for new incidents on a schedule and fan out each one to a remediation subflow.
Call a REST API on a daily schedule, reshape the JSON with jq, bulk load it into Postgres with COPY, and notify Slack on success or failure.
Nightly job that lists a self-hosted MinIO bucket, filters objects older than a retention window in Python, and deletes only the expired ones.
Four resilience patterns in one flow: automatic retries, rollback on failed smoke tests, a self-healing recovery loop, and an SLA breach that triggers automated RCA.
Send a SendGrid email alert automatically whenever any workflow in your namespace fails or warns.
Push a rich Sentry alert with full execution context the moment a Kestra flow fails.
Download a CSV dataset and email it as an attachment through the Resend SMTP API, with the API token kept safe in a Kestra Secret.
Sync external API data into a custom ServiceNow table with automatic upsert (update or insert) logic.
Validate a webhook payload with Python, run a PowerShell disk healthcheck, and file the results as a ServiceNow incident.