Cookies & analytics
Essential cookies keep you signed in. Analytics load only with your OK. Privacy Policy
From zero to your first score in under 5 minutes
Last updated
AEOForged helps you make content that AI answer engines can find, understand, and cite. Whether you're building a site in your IDE, managing client sites, or asking an agent to set you up — you use the same platform, with different starting doors.
Page last updated .
Two public doors open the same free diagnostic → private room path. Humans confirm the brand profile and choose packages; agents stop at payment.
Copy a setup prompt into Cursor or Claude Code. Your agent runs the free diagnostic; the room link arrives by email.
/for-agentsEnter your site URL and email. We build a brand profile, run fit probes, and email a private room — no new login to create.
/startAgent skills (high level): /docs/skills — free audit, self-serve loops, Fix Programme, content creation, authority, and related packs under /skills/. Packages after the free audit: /pricing and /pricing (Monitor, Grow, Dominate, and one-time fix options).
After you have an account, pick the path that matches how you work. Onboarding asks whether you're building a site or managing sites for clients — both get API access and MCP.
You write content in your IDE (Cursor, VS Code, Claude Code) and want AI-grounded research, scoring, and structured data without leaving your editor.
research on your topic (10 credits)score it (free) — iterate until 80+schema JSON-LD (free), publishYou manage one or more websites and want to audit them, fix issues, and deliver results to stakeholders.
diagnose for a free bounded site auditverify-page to confirm fixes landedConfirm your API key works, see what tools are available, and score something — all free. Full catalog: 30 tools via GET /api/v1/onboard.
GET /api/v1/me · Free
Confirms your API key is valid and shows your tier, credit balance, and per-tool costs.
curl -H "Authorization: Bearer aeo_sk_YOUR_KEY" \ https://aeoforged.com/api/v1/me
GET /api/v1/onboard · Free
Returns the full tool catalog with costs, the 8-dimension scoring rubric, recommended workflows, and playbooks. Agents should read this before calling any paid tool.
curl -H "Authorization: Bearer aeo_sk_YOUR_KEY" \ https://aeoforged.com/api/v1/onboard
POST /api/v1/score · Free
Pass any markdown or a live URL and get an 8-dimension AEO score (0–100) with prioritised suggestions. Scoring is always free, so use it on every edit.
curl -X POST \
-H "Authorization: Bearer aeo_sk_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"https://yoursite.com/any-page"}' \
https://aeoforged.com/api/v1/scoreCheck the X-AEO-Score and X-AEO-Weakest response headers for a quick summary.
Full cost table: GET /api/v1/me → tool_costs. See also /docs/api.
AEOForged scores measure publish readiness — structure, direct answers, schema, entity coverage, E-E-A-T signals, recency, readability, and extractability. We do not guarantee that scored content will be cited by any AI answer engine. Measured page citations (ChatGPT, Perplexity, Gemini) are tracked separately in Monitoring; Brave-based visibility signals stay labelled as a proxy.
Ask your agent
Copy a setup prompt — free diagnostic + room
Agent Skills
Downloadable SKILL.md packs for Cursor & Claude Code
MCP Setup Guide
Connect Cursor or Claude Code in one config
Audit Workflow
Run a site audit, fix issues, deliver results
Post-Publish Monitoring
Track measured citations after you publish
REST API Reference
Full endpoint docs with request/response examples