Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
Pass structured data between Kestra subflows. Call a child flow, wait for it, and reuse its outputs to build modular, reusable workflow architectures.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
Turn plain-English to-do prompts into structured Todoist tasks using DeepSeek AI structured output and a ForEach HTTP loop.
Automatically purge expired key-value entries from Kestra's internal KV store across namespaces on a daily schedule.
Provision one Amazon S3 bucket per team and register each as a governed AWS_BUCKET asset in Kestra.
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
Collect logs from every pod in a Kubernetes namespace within a time window, plus namespace events, in one run.
Use blueprints to kickstart your first workflows.