Skip to main content
The recipes library is App Builder’s starter template catalogue, drawn from the legacy V1 Agent Hub recipes that shipped in the first generation of Vortex IQ. Each recipe is a pre-built prompt and plan combination that gives a merchant a fast head-start on a common workflow. Pick a recipe, run it as is, or open it in the App Builder editor and customise it to fit your specific case. The recipes are not the only way to build an app. They are starting points. The full strength of App Builder is that you can describe anything in plain English and the agent will assemble it. The recipes are useful when you do not know where to start, or when you want a known-good baseline for a common task.

How to use a recipe

  1. Browse the recipes by platform tab below.
  2. Click a recipe name to open its template page.
  3. The template shows the pre-built prompt, the generated plan, and the toolkit it uses.
  4. Click Use this recipe to fork it into a new app in your workspace.
  5. Edit any part of the prompt or plan to fit your specific store, schedule, or output channel.
  6. Deploy to sandbox, test, promote to production. Same flow as any other App Builder app, see Building an app.

Shopify recipes

Shopify recipes were among the most popular V1 Agent Hub agents and remain strong starters in App Builder.
RecipeWhat it doesUnderlying tools
AI Growth AdvisorGenerates a weekly growth report covering revenue trends, conversion rate movement, top SKUs, and recommended optimisations.Shopify orders, GA4 sessions, Ask Viq, Slack / email output
AI Growth InsightsA scheduled deep-dive insight digest with anomaly callouts and trend analysis.Shopify orders, Vortex Mind reports, email
Discount CreatorDrafts a discount code, sets the rules, applies it to a product collection, and posts the result for review.Shopify discounts API write, Slack approval gate
Image AgentOptimises product images via AI editing (background swap, lifestyle scenes, holiday overlays), stages on a sandbox, promotes on approval.Shopify products write, image AI tools, RollbackPro / Vortex Backup
KPI AgentPosts a daily Shopify KPI summary (sales, orders, conversion, AOV) to a Slack channel.Shopify orders, Slack
Nerve Centre AgentBanner-image migration: takes an optimised faster-loading image, stages it, alerts the merchant, promotes on approval, supports rollback.Shopify themes write, sandbox staging, RollbackPro
Pages SEO AgentAudits Shopify content pages for SEO issues, generates fixes, applies on approval.Shopify pages write, SEO audit tool
Product SEO AgentAudits product titles, descriptions, alt text, generates SEO-improved drafts, applies on approval.Shopify products write, SEO audit tool

BigCommerce recipes

BigCommerce recipes mirror the Shopify set with some platform-specific additions for image compression and StagingPro migrations.
RecipeWhat it doesUnderlying tools
Image Compression AgentCompresses oversized BigCommerce product and banner images, stages, promotes on approval.BigCommerce CDN write, image compression tool
Image Optimisation AgentEdits product images with AI (backgrounds, props, holiday overlays), stages, promotes, supports rollback.BigCommerce products write, image AI tools, RollbackPro
KPI AgentPosts a daily BigCommerce KPI summary to Slack or email.BigCommerce orders, Slack
Product SEO AgentAudits BC product SEO and applies improvements with approval gates.BigCommerce products write, SEO audit tool
SEO Pages AgentAudits BigCommerce CMS pages for SEO and applies fixes.BigCommerce pages write, SEO audit tool
StagingPro Migration AgentCoordinates a data migration between BigCommerce stores via StagingPro, tracks status, reports completion.StagingPro migration API, status polling, Slack

Adobe Commerce and Magento recipes

Adobe Commerce recipes focus on the SEO and image surface, with deeper hooks into the Magento extension and audit ecosystem via DryRunPro.
RecipeWhat it doesUnderlying tools
Image Optimisation AgentAdobe-specific image optimisation flow with AI editing, staging via DryRunPro, promotion on approval.Magento products write, DryRunPro staging, image AI tools
Pages SEO AgentAudits Magento CMS pages for SEO and applies improvements with approval gates.Magento pages write, SEO audit tool
Product SEO AgentAudits Magento product SEO (titles, descriptions, meta, alt text) and drafts improvements.Magento products write, SEO audit tool

Cross-platform recipes

These recipes are not bound to a single storefront and run across whichever connectors the merchant has authenticated.
RecipeWhat it doesUnderlying tools
Ask Viq AgentA conversational front-door agent that routes the merchant’s question to the right specialist sub-agent. The orchestrator pattern.Ask Viq, sub-agent registry, web search
Artifact Multimodal AgentGenerates marketing artefacts (images, copy, social posts) from a brief, stages for review, publishes.Image AI, copy AI, multi-channel publish
Brand DNA AgentMaintains a brand voice and style document used as context by every other content-generating agent in the workspace.Vortex Memory write, brand DNA store
Campaign Manager (Dotdigital)Drafts an email campaign, picks the segment, schedules the send, reports performance.Dotdigital write, segment selection, performance read
Competitor AgentTracks competitor pricing, stock, and promotions, posts a weekly digest of changes.Web scrape, Vortex Memory diff, Slack
Connector AgentDiscovers API credential requirements for new platforms, generates a validation payload, helps the merchant connect a new source.Documentation crawler, RAG agent, validator
Email Sender (Dotdigital)A simple transactional email sender used as a step in larger workflows.Dotdigital transactional API
Google Ads Performance AgentAnalyses Google Ads spend, identifies waste, recommends bid changes, supports approval-gated execution.Google Ads read, Vortex Mind ads report, Google Ads write (with approval)
Google Analytics InsightsDaily or weekly GA4 insight digest with anomaly callouts.GA4 read, anomaly detection, Slack / email
Page Speed and Web Vitals AgentMonitors Core Web Vitals across the storefront, opens tickets on regressions, links to the offending pages.PageSpeed Insights / CrUX read, Jira write, Slack
Seasonal Events AgentSurfaces upcoming seasonal events (holidays, sales periods) and prompts the merchant to plan campaigns and stock.Vortex Memory event calendar, Slack reminders

Building your own from a recipe

Most merchants start from a recipe and tweak. Common edits:
  • Change the schedule. “Run weekly instead of daily.”
  • Change the destination. “Post to a different Slack channel.”
  • Change the platform. Take a Shopify recipe and reuse it for BigCommerce, the agent reassembles the read tools.
  • Add a step. “Before posting, ask Ask Viq for the trend explanation and include it in the message.”
  • Add an approval gate. “Send to me first for review before posting publicly.”
After your edits, deploy to sandbox, test, promote. The recipe history is preserved so you can compare your customised version with the original.

Frequently asked questions

Are these recipes free to use, or do they cost extra? Recipes are part of App Builder. Whatever your plan covers for App Builder runs covers running a forked recipe. There is no per-recipe charge. Will Vortex IQ add new recipes over time? Yes. The recipes library is a living catalogue. New recipes are added as common workflow patterns emerge from merchant builds. If you build something useful, you can submit it as a candidate recipe. Can I share my own custom apps as recipes inside my workspace? Yes. Any app you build can be marked as a workspace recipe, making it visible to other users in your workspace as a starter template they can fork. Do recipes work the same across plans? The recipe definitions are universal. The tools each recipe uses depend on which connectors are authenticated and which features your plan includes. A recipe that depends on a connector you have not authenticated will prompt you to connect it before deployment. Can a recipe call another recipe? Yes, via sub-agent composition. A parent recipe can delegate work to a child recipe (for example, the Brand DNA recipe is used as a context provider by content-generating recipes). The merchant does not need to wire this manually; the recipe declares its sub-agent dependencies. What if a recipe stops working because a platform changed its API? Vortex IQ maintains the underlying connector library. When a platform changes its API, the connector is updated and any recipe that uses it continues to work without merchant intervention. If a deeper change is required, the recipe is versioned and a migration prompt is shown the next time the merchant opens the app. Can I see which recipes other merchants use most? Aggregate usage data is not exposed individually for privacy reasons. The recipes most popular across the V1 Agent Hub were KPI Agent, Image Optimisation Agent, Pages SEO Agent, Product SEO Agent, and Google Ads Performance Agent, in roughly that order. App Builder will surface usage trends inside your own workspace as the catalogue grows.