
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
- AI Article Generation: Create comprehensive articles from a single keyword using advanced prompting.
- Dual-Pane Interface: Edit content and prompts side-by-side before publishing.
- Image Generation: Automatically create Featured Images and In-Content images with text overlays.
- Bulk Generation: Upload an Excel (.xlsx) file to schedule and generate hundreds of posts automatically in the background.
- Smart Auto-Translation: Generate content in one language and automatically translate/localize it into multiple languages.
- SEO Optimization: Automatically fills Rank Math / Yoast SEO meta descriptions and focus keywords.
- YouTube Embedding: Automatically finds and embeds relevant videos to increase time-on-site.
External Services
This plugin connects to the following external services. By using this plugin, you agree to the terms of each service listed below.
1. EONSR Cloud API
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.
- What it is: A managed Node.js API platform that processes AI content generation requests using Google Gemini models.
- API Endpoint:
https://commercial-api.congtyeon.com - What data is sent: When an authorized WordPress user triggers a generation action, the plugin sends the requested keywords, language, country, writing style, generation settings, site URL, license information, and any selected source content required to complete the request. The plugin does not send WordPress user passwords.
- When data is sent: Data is sent when an authorized user starts article generation, image generation, translation, bulk processing, license activation or synchronization, or a supported payment flow.
- How the connection is secured: Outbound requests use HTTPS. Inbound callbacks from EONSR Cloud use signed HMAC authentication with a per-site secret, timestamp, nonce, request-body hash, and replay protection.
- Outbound endpoints used: Every feature of this plugin is a thin client for the EONSR Cloud service. No article text, image, or translation is produced on the WordPress server itself.
POST /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.
- Service Provider: Cong Ty EON (EONSR)
- Terms of Service: https://aeo.eonsr.com/terms/
- Privacy Policy: https://aeo.eonsr.com/privacy-policy/
2. YouTube Data API v3 (Google)
This plugin optionally uses the YouTube Data API v3 to search for and embed relevant videos inside generated articles.
- What it is: Google’s public API for searching YouTube video content.
- API Endpoint:
https://www.googleapis.com/youtube/v3/search - What data is sent: The article keyword/topic is sent to YouTube’s API to find a relevant video. No personal user data is transmitted.
- When data is sent: Only when the YouTube embedding feature is enabled and a generation action is triggered.
- Service Provider: Google LLC
- Terms of Service: https://developers.google.com/youtube/terms/api-services-terms-of-service
- Privacy Policy: https://policies.google.com/privacy
REST API Endpoints (Inbound Webhooks)
This 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.
Third-Party Libraries
This plugin bundles the following third-party library. It is served locally so that no request is made to an external CDN.
- SweetAlert2 v11.26.17 — used for the plugin’s dialog boxes.
- File:
assets/js/sweetalert2.all.min.js - License: MIT
- Source: https://github.com/sweetalert2/sweetalert2
- Unminified source for this exact version: https://github.com/sweetalert2/sweetalert2/releases/tag/v11.26.17
- File: