Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
Invert schedule conditions in Kestra with the Not operator. Run a flow daily at 11am on every day except Monday using a declarative DayWeek check.
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
Provision one Amazon S3 bucket per team and register each as a governed AWS_BUCKET asset in Kestra.
Automatically purge expired key-value entries from Kestra's internal KV store across namespaces on a daily schedule.
A deliberately failing flow that demonstrates block level errors, flow level errors, automatic retries, and KV context for alerting flows.
Run a Python script inside a Kubernetes pod with declarative CPU and memory limits, straight from a Kestra flow.
Turn plain-English to-do prompts into structured Todoist tasks using DeepSeek AI structured output and a ForEach HTTP loop.
Use blueprints to kickstart your first workflows.