Documentation

AEOForged is a developer platform for Answer Engine Optimization (AEO) — a REST API, MCP integration, and AI-agent tooling to research, score, audit, monitor, and improve how content is cited by AI answer engines including Google AI Overviews, Perplexity, ChatGPT, and Bing Copilot.

Integrate AEOForged into your stack by calling the REST API from code, connecting AI agents such as Cursor and Claude Code via MCP, or using the platform UI. The documentation is organised into 10 sections covering getting started, audit workflows, API reference, agent integration, prompting, workflows, monitoring, and release history.

Start here

In this documentation

  • Getting StartedThe getting-started guide leads with agency and in-house site management, then IDE builder workflows.
  • Audit WorkflowThe audit workflow covers diagnose, action queue, agent handoff, verification, and client deliverables.
  • REST API ReferenceThe REST API exposes 25+ endpoints over HTTPS with Bearer-key auth.
  • MCP Setup GuideMCP exposes every AEOForged tool to Cursor, Claude Code, and other MCP clients.
  • Prompting GuidePer-tool prompting tips and parameter strategies for all 29 tools.
  • Workflow RecipesNine copy-paste workflow recipes chain tools from research to monitoring.
  • Agent SkillsDownloadable SKILL.md packages preload agents with AEOForged knowledge.
  • Agent Integration GuideThe agent guide defines the research → score → review-gate workflow agents must follow.
  • Post-Publish MonitoringMonitoring tracks citations daily across Brave, Google AI, and Perplexity.
  • ChangelogThe changelog records every release, new tool, and hardening update.

Last updated

Quick start

1. Sign in and create an API key at Settings → API Keys. 2. Try a free tool: POST /api/v1/score with any markdown. 3. See your score and start building.

What AEOForged includes

AEOForged exposes 29 tools across six categories, each available over both REST (/api/v1/*) and MCP:

CategoryToolsWhat it does
Scoring & packagingaeo_score, aeo_schema, aeo_extractScore content across 8 AEO dimensions and package it as JSON-LD or snippet-ready blocks.
Content creationaeo_research, aeo_outline, aeo_write, aeo_polish, aeo_verifyResearch-grounded drafting from query to fact-checked, brand-voiced article.
Analysis & maintenanceaeo_audit, aeo_compare, aeo_refresh, aeo_cluster, aeo_optimiseAudit live URLs, compare against competitors, and refresh stale content.
Site-wide auditaeo_complete_audit, aeo_verify_pageDiscover and score every page on a site, then re-verify fixes against a pinned baseline.
Agent readinessaeo_crawlability, aeo_agent_ready, aeo_agent_policy, aeo_llms_txtCheck AI-bot access and operability, then generate robots rules and llms.txt.
Competitive intelligenceaeo_share_of_voice, aeo_moat_check, aeo_trackMeasure AI answer visibility, find content gaps, and monitor citations over time.

Documentation maintained by Ryan Kings, Founder & CTO at AEOForged. The scoring methodology and tool behaviour described here reflect the live platform.