Skip to main content
The official StealthGPT WordPress plugin lets editors generate long-form content or humanize existing text directly inside WordPress, with the result written to a draft post for review before publishing. You bring your own StealthGPT API key, and runs complete reliably via webhook (with background polling as a fallback), so long generations never block the editor.
Available now on the WordPress.org plugin directory.

Install

1

Add the plugin

In WordPress admin, go to Plugins → Add New, search for StealthGPT, and click Install Now (or download it from the WordPress.org page).
2

Activate

Click Activate once installed.
3

Add your API key

Open the StealthGPT plugin settings and paste your API token from the Stealth API dashboard. The key is stored on your site and used for all runs.

Usage

  • Generate content — from a topic/brief, choose a preset (academic / seo / social) and start a run; the finished, humanized markdown is inserted into a new draft post.
  • Humanize — turn existing post content or pasted text into natural, human, publish-ready output, also saved to a draft.
  • Everything runs asynchronously: you can keep working while the run completes, then review and publish the draft.

Notes & limits

  • Bring your own API key — runs are billed to the account that owns the token, using standard word-based billing (identical to the REST API, MCP, and n8n).
  • Output is always written to a draft (never auto-published), so an editor reviews before publishing.
  • Full academic / seo pipeline runs can take a few minutes; humanize-only runs are faster.
  • For the underlying contract, see the async humanization runs and Stealth Agent async runs pages.