Skip to content
Mentionwell
ProductAEO PlatformPricingMentionDocs
Resources
IntegrationsUse casesCompareChangelogAboutGlossaryBrand
Sign in Technically in beta →
ProductAEO PlatformPricingMentionDocs
Resources IntegrationsUse casesCompareChangelogAboutGlossaryBrand
Sign in

Developers

Mentionwell API

Last updated May 10, 2026

Mentionwell is a headless product. Every capability — pull articles, push articles, manage sites, run AEO scans — is available through the API, the SDK, the CLI, or an MCP server. Pick the surface that matches the workflow.

Pick your surface

SurfaceUse whenAuth
REST APIYou’re building from any language; you want full control.Bearer reader key (per-site) or PAT (account-wide)
mentionwell SDKYou’re in Node / TypeScript and want typed loaders.Bearer reader key
CLIYou’re wiring Mentionwell into a project for the first time, or running operational tasks from a terminal.PAT
MCP serversYou want your AI coding agent (Claude / Cursor / ChatGPT) to drive Mentionwell directly.None (docs) or PAT (account)
WebhooksYou want Mentionwell to push articles to your endpoint on publish.HMAC-SHA256-signed payloads

Quickstart

# 1. Get a reader key for your site
curl https://app.mentionwell.com/v1/articles \
  -H "Authorization: Bearer mw_read_..."

# 2. Or use the SDK
npm i mentionwell
import { mentionwell } from 'mentionwell';
const articles = await mentionwell({ apiKey: process.env.MENTIONWELL_API_KEY }).articles.list();

# 3. Or wire everything end-to-end
npx mentionwell-cli init

Endpoint summary

  • GET /v1/articles — paginated article list with cursor.
  • GET /v1/articles/{slug} — full article (HTML + Markdown + JSON-LD).
  • GET /v1/articles/{slug}.md — markdown mirror.
  • GET /v1/sites/{slug}/feed.xml — RSS.
  • GET /v1/sites/{slug}/feed.json — JSON Feed.
  • GET /v1/sites/{slug}/sitemap.xml — sitemap.
  • GET /v1/sites/{slug}/llms.txt — AI crawler manifest.
  • POST your.site/hook — HMAC-signed webhook fired on article publish.

Full API reference →

See also

Full API reference SDK reference CLI MCP servers Headless API feature deep-dive
66 beta testing now
Mentionwell

The AEO blog engine. Track where ChatGPT, Claude, Gemini, Perplexity, Copilot & AI Overviews cite — and ship the articles that close the gap.

A product of ZipLyne →
Product
FeaturesAEO PlatformAuto AgentAEO ScanningPipelineWorkspacesCost ConsoleHeadless APIImage PipelineIndexingLanguagesImport / ExportPricing
Solutions
IntegrationsWordPressWebflowGhostShopifyNotionUse casesFor agenciesFor SaaSCompare
Developers
Developer DocsAPI ReferenceSDKCLIMCP serversWebhooksAuthenticationQuickstart
Company
AboutThe MentionChangelogStatusContactBrandGlossary
Trust
SecurityDPASubprocessorsSLAAI DisclosurePrivacyTermsCookiesRefund PolicyAcceptable UseDMCA
© 2026 MENTIONWELL All rights reserved.