> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stealthgpt.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# StealthGPT for WordPress

> Generate and humanize content into WordPress drafts with the official StealthGPT plugin

The official **[StealthGPT WordPress plugin](https://wordpress.org/plugins/stealthgpt/)** 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.

<Info>
  Available now on the [WordPress.org plugin directory](https://wordpress.org/plugins/stealthgpt/).
</Info>

## Install

<Steps>
  <Step title="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](https://wordpress.org/plugins/stealthgpt/)).
  </Step>

  <Step title="Activate">
    Click **Activate** once installed.
  </Step>

  <Step title="Add your API key">
    Open the StealthGPT plugin settings and paste your **API token** from the [Stealth API dashboard](https://stealthgpt.ai/stealthapi/dashboard). The key is stored on your site and used for all runs.
  </Step>
</Steps>

## 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](/api-reference/endpoints/stealthify-runs) and [Stealth Agent async runs](/api-reference/endpoints/stealthify-agent-runs) pages.
