Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
Enforce integer range bounds and regex string patterns on Kestra flow inputs so bad parameters are rejected before any downstream task executes.
Provision one Amazon S3 bucket per team and register each as a governed AWS_BUCKET asset in Kestra.
Collect logs from every pod in a Kubernetes namespace within a time window, plus namespace events, in one run.
Run a Python script inside a Kubernetes pod with declarative CPU and memory limits, straight from a Kestra flow.
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
A deliberately failing flow that demonstrates block level errors, flow level errors, automatic retries, and KV context for alerting flows.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
Use blueprints to kickstart your first workflows.