Quick overview This workflow receives a goal via webhook, generates three prompt candidates using Google Gemini, OpenRouter, and Groq, has Cohere evaluate and select the best prompt, then returns the result to the caller and stores the goal and winning prompt in Supabase. How it works 1. Receives a POST webhook request containing a JSON body with a goal value. 2. Sends the goal to three parallel prompt-engineering agents backed by Google Gemini, OpenRouter, and Groq to generate creative, marketi

Quick overview This workflow receives a goal via webhook, generates three prompt candidates using Google Gemini, OpenRouter, and Groq, has Cohere evaluate and select the best prompt, then returns the result to the caller and stores the goal and winning prompt in Supabase. How it works 1. Receives a POST webhook request containing a JSON body with a goal value. 2. Sends the goal to three parallel prompt-engineering agents backed by Google Gemini, OpenRouter, and Groq to generate creative, marketing, and technical prompt candidates. 3. Combines the three generated prompt candidates into a single structured payload. 4. Uses a Cohere-powered evaluator to compare the candidates and return the best prompt (and a reason) as JSON. 5. Responds to the webhook caller with the evaluator output. 6. Creates a new row in a Supabase prompts table, saving the original goal and the selected best prompt. Setup 1. Add credentials for Google Gemini (PaLM), OpenRouter, Groq, and Cohere so the agents and evaluator can run. 2. Add your Supabase API credentials and ensure a prompts table exists with fields/columns for goal and bestprompt. 3. Copy the production webhook URL and send POST requests with { "goal": "..." } from your client or source app.
Download the workflow JSON file after purchase.
Open n8n → click the menu → Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.