
EONSR AEO Agent is a powerful content generation tool designed to help website owners automate the creation of SEO and AEO (Answer Engine Optimization) friendly articles.
Unlike generic AI writers, this plugin utilizes a specialized 2-pane UI workflow and structured prompt engineering to produce in-depth, formatted, and media-rich content directly within your WordPress dashboard.
How it works (SaaS Service)
This plugin operates as a connector (client) to the EONSR Cloud Platform. It sends your input (keywords, topics, settings) to our external Node.js processing servers to generate content using advanced AI models (Google Gemini API). This architecture ensures your WordPress site remains fast and is not burdened by heavy AI processing tasks.
All plugin features are fully functional. The plugin itself contains no locked or restricted functionality. API usage limits are managed entirely server-side by the EONSR Cloud service.
Key Features
This plugin connects to the following external services. By using this plugin, you agree to the terms of each service listed below.
This plugin requires the EONSR Cloud API to function. All content generation, image creation, and translation features are processed on EONSR’s external servers — no AI processing is done locally on your WordPress site.
https://commercial-api.congtyeon.comPOST /api/v1/article/generate — Generates article text.POST /api/v1/article/generate-images — Generates illustration images.POST /api/v1/article/bulk/upload-scheduled — Uploads an XLSX job list for bulk generation. The spreadsheet is parsed and every article in it is written on EONSR’s servers.GET /api/v1/article/bulk/status-scheduled — Polls the progress of a bulk job.GET /api/v1/apiConfig/config/get — Retrieves the generation configuration for the active plan.POST /api/v1/license/create, /activate, /validate, /trial, GET /api/v1/license/details/, POST /api/v1/license/cancel/ — License lifecycle.GET /api/v1/product, POST /api/v1/paypal/capture-order/ — Plan catalogue and payment confirmation.This plugin optionally uses the YouTube Data API v3 to search for and embed relevant videos inside generated articles.
https://www.googleapis.com/youtube/v3/searchThis plugin registers REST API endpoints on the connected WordPress site so that the EONSR Cloud service can return generated content and retrieve the limited site information required for article generation.
The protected endpoints require an HMAC-signed request generated with a unique per-site secret. Every signed request includes a timestamp, a random nonce, and a SHA-256 hash of the raw request body. Expired, modified, incorrectly signed, or replayed requests are rejected.
POST /wp-json/eonsr-aeo-agent/v1/scheduled-post/create — Receives completed article data from EONSR Cloud and creates or schedules a WordPress post. Requires HMAC authentication. Incoming HTML is sanitized before it is stored.POST /wp-json/eonsr-aeo-agent/v1/sync-license — Receives a license synchronization request. Requires HMAC authentication and verifies that the supplied domain matches the current WordPress site.GET /wp-json/eonsr-aeo-agent/v1/languages — Returns the active language configuration needed for translation routing. Requires HMAC authentication.GET /wp-json/eonsr-aeo-agent/v1/posts — Returns a limited list of published post information used for internal-link suggestions and duplicate-content prevention. Requires HMAC authentication and enforces a maximum result limit.GET /wp-json/eonsr-aeo-agent/v1/keyphrases — Returns a limited list of existing SEO focus keyphrases used to reduce keyword cannibalization. Requires HMAC authentication, validates the search query, excludes deleted and auto-draft posts, and limits the response size.The inbound endpoints do not return WordPress passwords, authentication cookies, private user credentials, payment credentials, or unrestricted post metadata.
This plugin bundles the following third-party library. It is served locally so that no request is made to an external CDN.
assets/js/sweetalert2.all.min.js