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.
123 Blueprints
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
React to an SLA-cancelled execution with a Flow trigger and emit an automated root-cause report that tells the operator exactly what to fix and replay.
Turn plain-English to-do prompts into structured Todoist tasks using DeepSeek AI structured output and a ForEach HTTP loop.
Send a Slack alert automatically whenever any flow in a namespace fails or finishes with warnings, with a direct link to the execution.
Collect logs from every pod in a Kubernetes namespace within a time window, plus namespace events, in one run.
Provision one Amazon S3 bucket per team and register each as a governed AWS_BUCKET asset in Kestra.
Build a Docker image, run it, and provision files with Terraform in one declarative Kestra pipeline.
A deliberately failing flow that demonstrates block level errors, flow level errors, automatic retries, and KV context for alerting flows.
Deprovision an employee's LDAP entry on offboarding, snapshotting group membership for audit, relocating the account, and removing it from its groups.
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.
Probe an API endpoint on a schedule and fire a Slack alert the moment it stops returning HTTP 200.
Automatically purge expired key-value entries from Kestra's internal KV store across namespaces on a daily schedule.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
A reusable subflow that posts rich Slack Block Kit alerts with a header and mrkdwn body, callable from any pipeline's errors block.
Classify every prompt with OpenAI, then route it to the best-fit LLM across Anthropic, Gemini, Perplexity, and OpenAI for quality and cost.
Run a Python script inside a Kubernetes pod with declarative CPU and memory limits, straight from a Kestra flow.
Run multi-step Bash scripts and shell commands that share files in a single working directory.
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.
Forward Kestra execution logs to Splunk daily via HTTP Event Collector for centralized observability and alerting.
Route Kestra workflow execution down different branches based on an input value using the Switch task.
Pull flows and namespace files from a Git repository into Kestra every hour for GitOps-driven deployments.
Lock a Kestra flow against UI edits by setting the system.readOnly label, protecting GitOps-managed and production workflows from accidental changes.