StealthGPT for WordPress connects your site to the StealthGPT API so you can create natural, human, publish-ready content without leaving the editor.
This is the official StealthGPT plugin, developed and maintained by XYZ AI LLC (the makers of StealthGPT) — not a third-party or community integration. The plugin is free and open source, released under the GPL. StealthGPT itself is a separate commercial service; the plugin is a client that connects to it using your own API token (see "External services" below).
Two modes are available:
- Generate — a full content pipeline (research, drafting, optional fact-check, optional images) from a prompt, with SEO, academic, and social presets.
- Humanize — turn existing text into natural, human-reading content.
Content is produced asynchronously: you start a run, and the result is written to a
draft post when it finishes. The plugin never auto-publishes — you always review and publish yourself.
Completion is delivered via a signed webhook when your site is publicly reachable, and falls back to background polling (via Action Scheduler) otherwise, so it also works on private or local sites.
Features
- Meta box in the post/page editor and a dedicated "StealthGPT" admin page.
- Bring your own StealthGPT API token (entered on the settings page, validated against your account balance).
- Output is always saved as a draft for review.
- Markdown output is converted to editor-ready content.
- Secure: signed (HMAC-SHA256) webhook verification, capability checks, and nonces on all actions.