

OutscoreAgent is an AI content generator that creates SEO-optimized articles and publishes them directly to your WordPress site. It handles the entire content lifecycle — from keyword research and topic clustering through SERP competitor analysis, article generation, and ongoing content refresh to combat SEO decay.
This plugin is the WordPress-side bridge: it creates a secure REST API endpoint that the OutscoreAgent platform uses to push finished articles. Once configured, articles are automatically published to your site with their correct title, content, featured image, and metadata.
What OutscoreAgent brings to your WordPress site:
What the plugin handles:
How it works:
OutscoreAgent offers a free tier with core features included, so you can connect your site and start publishing without a paid subscription. A free trial of premium features is available for new accounts.
Third-party service requirement:
This plugin is the WordPress-side companion of the OutscoreAgent platform and requires an active OutscoreAgent account to be useful. The plugin itself does nothing on its own — it exposes a secure REST endpoint that the OutscoreAgent platform calls to publish generated articles, and it sends post-status updates back to the platform so article state stays in sync. Without an OutscoreAgent account, no data is ever sent anywhere; the plugin simply remains idle.
Data transmitted to OutscoreAgent:
When you configure a callback URL in the plugin settings (provided to you by the OutscoreAgent platform), the plugin will transmit the following information to OutscoreAgent each time a post it originally published changes status (draft publish, publish trash, etc.):
publish, draft, trash)No post content, user personal data, or WordPress credentials are ever sent. See the External services section below for the full disclosure. By using this plugin you agree to the OutscoreAgent Terms of Service and Privacy Policy.
This plugin relies on the OutscoreAgent platform at https://outscoreagent.com/ to function. An OutscoreAgent account is required — without one, the plugin stays idle and no data leaves your site.
Service used: OutscoreAgent (operated by OutscoreAgent, the plugin author).
What the service does: Generates SEO-optimised articles with AI on OutscoreAgent’s servers, then publishes them to your WordPress site via the REST endpoint this plugin exposes. Tracks the post-status lifecycle (draft / published / trashed) for its own content dashboard.
When data is sent to the service: Whenever a WordPress post that was originally published by OutscoreAgent changes status (e.g. the editor moves it from draft to publish, or trashes it). Sending is triggered by WordPress’s transition_post_status hook. No data is sent for posts the plugin did not create. No data is sent before you configure the callback URL in Settings OutscoreAgent Publisher.
What data is sent: A single JSON payload containing:
event — the literal string post_status_changedexternal_id — the OutscoreAgent article ID this post is linked towp_post_id — the numeric WordPress post IDwp_post_url — the public permalink of the postwp_post_status — the new WordPress post status (e.g. publish, draft, trash)wp_edit_url — the WordPress admin edit URL for the posttimestamp — ISO-8601 UTC timestamp of the transitionNo post content, user personal data, comments, WordPress credentials, or IP addresses are transmitted.
Transport: HTTPS POST to the callback URL the OutscoreAgent platform configures in the plugin settings. The plugin refuses to send callbacks over plain HTTP (localhost is exempt for development only).
Terms and Privacy: The OutscoreAgent service is governed by its Terms of Service and Privacy Policy. By connecting this plugin to your OutscoreAgent account you agree to both.