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.
50 Blueprints
Fetch the latest ServiceNow incident, generate RAG-grounded triage steps with Gemini, and write the proposal back to the incident.
A stateful Slack AI chatbot that remembers each user's conversation across messages using OpenAI GPT-4o-mini and the Kestra KV store.
Branch an AI prompt on a user-selected priority with Pebble conditionals and get a schema-enforced starship recommendation from SWAPI data.
Fetch a stock watchlist from Yahoo Finance, compute momentum and RSI, score it with OpenAI GPT-4o, log signals to PostgreSQL, and alert Slack daily.
Scheduled BigQuery row enrichment with a Gemini model on Vertex AI, with concurrency control, write-back, and email alerts.
Fan out a nightly review queue to Gemini for toxicity and spam classification, write each verdict back, and cap concurrency so the batch never exceeds your API quota.
Build a RAG chat-with-your-data flow that retrieves answers from Elasticsearch and generates grounded responses with OpenAI.
Ingest documents into a vector store and answer questions grounded in retrieved content with a Kestra-native RAG pipeline on OpenAI.
Classify each Pub/Sub event with a Gemini model on Vertex AI, then escalate only the high-priority ones to BigQuery and Discord.
Generate an image from a text prompt with OpenAI DALL-E and download it from the execution outputs.
When a task fails, OpenAI explains the error in plain English and posts it to Slack so engineers fix issues faster.
Watch an S3 inbox for receipt photos, describe each one with Gemini's multimodal model, reshape the description into typed JSON, and post the result to Google Chat.
Fetch trending HackerNews stories, store them in PostgreSQL, generate an AI trend digest with OpenAI, and post a daily briefing to Slack.
Fetch any article by URL and generate an SEO-optimized summary with OpenAI, fully orchestrated in Kestra.
Aggregate RSS feeds, summarize the last 48 hours with OpenAI GPT-4o-mini, and deliver an AI-curated daily digest to Slack and email on a schedule.
Turn plain-English questions into PostgreSQL queries with OpenAI GPT-4o, grounded on schema only so no row data ever leaves your database.
Retry a Gemini call for transient noise, then fall back across three model versions on a sustained 503, with concurrency control and a Slack heads-up whenever the fallback chain fires.
AI-powered Kubernetes incident monitor that collects cluster data, diagnoses issues with Gemini, and alerts Slack on high severity.
Refresh a RAG knowledge base every night by fetching URLs, chunking content, and indexing Google Gemini embeddings into a vector store.
Re-ingest documents nightly, embed them with Gemini, and store the vectors so a RAG app retrieves grounded context.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
Turn a week of Git commits into a plain-text development update with OpenAI and post it to Slack every Friday.
Crawl a site with Apify's Website Content Crawler, embed the cleaned content into a vector store, and answer questions grounded in the freshly scraped data.
Classify customer messages with the HuggingFace Inference API and write the predicted category back to Postgres.