Workflow Recipes
Copy-paste agent workflow patterns. Each recipe shows the tool chain, what to pass between steps, and what it costs.
Last updated
| # | Workflow | Tools | Cost | Best for |
|---|---|---|---|---|
| 1 | Create a New Article | 7 | ~30 credits (standard research) or ~35 credits (deep research) | New content from a keyword |
| 2 | Audit and Improve Existing Content | 3 | ~16 credits | Fixing an existing page |
| 3 | Build a Content Strategy | 3 | 5 + (10–15 per pillar) credits | Planning a content calendar |
| 4 | Content Quality Gate | 2 | Free (both tools are free) | CI / publish-time QA |
| 5 | Competitive Analysis | 3 | ~13 credits | Beating a specific competitor |
| 6 | Monthly Content Refresh | 2 | 5 per audit + 8 per refresh | Maintaining a content library |
| 7 | Post-Publish Citation Monitoring | 2 | ~2 credits per URL (tracking itself is free with Pro) | Tracking published content |
| 8 | Use Composite Workflows (Single-Call) | 4 | Varies (0-44 credits depending on workflow) | One-call multi-step automation |
| 9 | Site Intelligence Audit (New Client Onboarding) | 4 | ~13 credits (0 + 0 + 3 if needed + 10) | Onboarding a new client site |
Create a New Article
The Create a New Article workflow is a 7-step AEO pipeline that takes a keyword and returns publish-ready content: it researches sources, builds an outline, writes and polishes sections, verifies facts, scores readiness, and generates JSON-LD schema.
Tool Chain
aeo_researchaeo_outlineaeo_writeaeo_polishaeo_verifyaeo_scoreaeo_schemaCost
~30 credits (standard research) or ~35 credits (deep research)
How It Works
- 1Research keyword — gather sources, entities, and claims (10cr standard / 15cr deep)
- 2Generate outline from research — structured sections with snippet targets (3cr)
- 3Write sections from outline + research — verified citations and coherence pass (8cr)
- 4Polish for style — brand voice, reading level, heading preservation (2cr)
- 5Verify facts against research — confidence tiers and claim qualification (2cr)
- 6Score final content — AEO readiness check across 8 dimensions (free)
- 7Generate JSON-LD schema — Article + FAQPage + HowTo markup (free)
Agent Prompt Example
“Research 'answer engine optimization', create a comprehensive guide article, polish and verify it, then generate the schema markup.”
Audit and Improve Existing Content
The Audit and Improve workflow scores a live URL, benchmarks it head-to-head against a competitor across all 8 AEO dimensions, and returns a section-by-section refresh plan.
Tool Chain
aeo_auditaeo_compareaeo_refreshCost
~16 credits
How It Works
- 1Audit your URL with target keyword — fetches page, scores it, returns prioritized improvements (5cr)
- 2Compare against a competitor URL — head-to-head across all 8 AEO dimensions (3cr)
- 3Generate refresh plan — fresh research + section-by-section update instructions (8cr)
Agent Prompt Example
“Audit https://example.com/my-article for 'content marketing strategy', compare it against https://competitor.com/their-article, and create a refresh plan.”
Build a Content Strategy
The Build a Content Strategy workflow clusters target keywords into a pillar/supporting hierarchy, then researches and outlines the priority pillar topics so you start with a structured content calendar.
Tool Chain
aeo_clusteraeo_research(per pillar)aeo_outline(per pillar)Cost
5 + (10–15 per pillar) credits
How It Works
- 1Cluster all target keywords — semantic grouping with pillar/supporting hierarchy (5cr)
- 2Identify pillar topics from the content calendar
- 3Research each pillar topic — live web research per keyword (10–15cr each)
- 4Create outlines for priority content — structured sections with word count targets (3cr each)
Agent Prompt Example
“Cluster these 50 keywords for my SaaS blog, then research and outline the top 3 pillar topics from the calendar.”
Content Quality Gate
The Content Quality Gate workflow scores content against a readiness threshold and only extracts answer-engine formats when it passes — a free pass/fail check for CI pipelines or manual QA.
Tool Chain
aeo_scoreaeo_extractCost
Free (both tools are free)
How It Works
- 1Score content — get a 0-100 AEO readiness score with per-dimension breakdown
- 2Check if total ≥ 70 — your quality threshold
- 3Extract answer engine formats — featured snippet, knowledge panel, PAA
- 4Reject / iterate if score is below threshold — use suggestions to improve
Agent Prompt Example
“Score this article. If it scores above 70, extract it for answer engine formats. If below, list what needs to improve.”
Competitive Analysis
The Competitive Analysis workflow audits your page and a competitor's page on the same keyword, then compares them head-to-head to pinpoint the exact dimensions where the competitor outscores you.
Tool Chain
aeo_audit(your URL)aeo_audit(competitor)aeo_compareCost
~13 credits
How It Works
- 1Audit your URL with keyword — score and improvement plan (5cr)
- 2Audit competitor URL with the same keyword — score and improvement plan (5cr)
- 3Compare head-to-head — per-dimension winner, strengths, weaknesses (3cr)
- 4Identify dimension-level gaps — focus on where the competitor outscores you
Agent Prompt Example
“Audit both https://ours.com/guide and https://theirs.com/guide for 'kubernetes best practices', then compare them side by side.”
Monthly Content Refresh
The Monthly Content Refresh workflow batch-audits your content library, sorts pages by AEO score, and generates fresh-research refresh plans for the lowest-scoring pages.
Tool Chain
aeo_audit(batch)aeo_refresh(prioritized)Cost
5 per audit + 8 per refresh
How It Works
- 1Audit each URL in your content library — collect scores (5cr each)
- 2Sort by score (lowest first) — find your weakest content
- 3Run refresh on bottom performers — fresh research + update plans (8cr each)
- 4Implement update plans — follow section-by-section instructions
Agent Prompt Example
“Audit these 10 URLs, sort by AEO score, and generate refresh plans for any scoring below 60.”
Post-Publish Citation Monitoring
The Post-Publish Citation Monitoring workflow registers a published URL for daily citation tracking across Brave, Google AI, and Perplexity, firing alerts on first citation, lost citation, position drops, and score decay.
Tool Chain
aeo_trackaeo_scoreCost
~2 credits per URL (tracking itself is free with Pro)
How It Works
- 1Score content to establish baseline (free if already scored)
- 2Register URL with aeo_track — provides keyword, project_id, and score baseline
- 3System automatically checks citations across Brave, Google AI, Perplexity daily
- 4Alerts fire on: first citation, lost citation, position drop > threshold, score decay > 5pts
- 5Check /monitoring dashboard for position history and decay analysis
Agent Prompt Example
“I just published https://example.com/my-article targeting 'content optimization'. Score it, then register it for citation monitoring with a 10-point alert threshold.”
Use Composite Workflows (Single-Call)
The Composite Workflows pattern replaces multi-tool chains with a single API/MCP call — audit_improve, strategy, health, or quality_gate — that runs the whole pipeline internally with automatic error handling and credit tracking.
Tool Chain
aeo_workflow_audit_improveaeo_workflow_strategyaeo_workflow_healthaeo_workflow_quality_gateCost
Varies (0-44 credits depending on workflow)
How It Works
- 1Call aeo_account to check your credit balance
- 2Choose the workflow that matches your task: audit_improve for content fixes, strategy for planning, health for batch audits, quality_gate for publish checks
- 3Make a single API/MCP call with the workflow tool — it handles the entire pipeline internally
- 4Review the structured output which includes all intermediate results and credit tracking
Agent Prompt Example
“Use the aeo_workflow_audit_improve tool to audit https://example.com/blog-post with keyword 'AI content strategy' and generate a refresh plan if it scores below 80.”
Site Intelligence Audit (New Client Onboarding)
The Site Intelligence Audit workflow onboards a new client end-to-end: it checks AI crawlability, runs a full site audit, generates llms.txt if missing, and measures competitive share of voice to set a positioning baseline.
Tool Chain
aeo_crawlabilityaeo_complete_auditaeo_llms_txt(if missing)aeo_share_of_voiceCost
~13 credits (0 + 0 + 3 if needed + 10)
How It Works
- 1Run crawlability check — verify AI bots can access the site, check robots.txt, llms.txt, sitemap, and JS rendering (free)
- 2Run complete audit — discovers pages, scores each, benchmarks vs competitors, projects improvements (free)
- 3If crawlability flagged missing llms.txt, generate it — semantic page grouping + deployment instructions (3cr)
- 4Measure share of voice — SOV % across Brave, Google AI, Perplexity vs up to 5 competitors for priority keywords (10cr)
- 5Deliver combined report — crawlability fixes, audit priorities, llms.txt files, and competitive positioning baseline
Agent Prompt Example
“Run a full site intelligence audit for https://example.com. Check crawlability first, then run a complete audit. If llms.txt is missing, generate it. Finally, measure share of voice for our top 10 keywords against competitor1.com and competitor2.com.”
Tips
- Pass research data between tools to avoid re-running expensive research.
- Use draft mode (12cr) for iteration, publish mode (20cr) when ready.
- Score after every edit — it's free.
- Check aeo_account before starting to verify your credit balance.