Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
Run a Kestra subflow from a parent flow with typed inputs and outputs. Build modular, reusable orchestration with clean parent-child execution.
Ship Kestra audit logs on a weekly schedule, convert them to CSV, and email the report automatically.
Ship Kestra workflow and system logs to AWS CloudWatch on a daily schedule for centralized monitoring, auditing, and observability.
Automatically re-execute FAILED or WARNING executions via a Flow trigger and Subflow, with label based loop protection.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
Classify every prompt with OpenAI, then route it to the best-fit LLM across Anthropic, Gemini, Perplexity, and OpenAI for quality and cost.
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
Use blueprints to kickstart your first workflows.