> ## 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.

# Automate StealthGPT with Zapier

> Connect StealthGPT to 8,000+ apps with the Zapier integration

The StealthGPT Zapier integration lets you generate long-form content and humanize text from your Zaps, then push the result into 8,000+ connected apps — no code required. It's built on the async API, so long-running generations complete reliably via callbacks.

## Connect StealthGPT

<Steps>
  <Step title="Go to App Connections">
    In Zapier, open the left menu and click **App Connections**.
  </Step>

  <Step title="Create a connection">
    Click **+ Create connection** in the top right.
  </Step>

  <Step title="Find StealthGPT">
    Start typing **StealthGPT**, select it from the list, then click **Add connection**.
  </Step>

  <Step title="Paste your API token">
    Grab your token from your [Stealth API dashboard](https://stealthgpt.ai/stealthapi/dashboard), paste it in, and click **Connect**.
  </Step>
</Steps>

<Note>
  Your API token is validated against your account balance when you connect. Runs are billed to the account that owns the token, using the same word-based billing as the REST API and MCP server.
</Note>

## What you can do

| Action                            | What it does                                                                                   |
| --------------------------------- | ---------------------------------------------------------------------------------------------- |
| **Generate Long-Form Content**    | Start a full Stealth Agent run (`academic` / `seo` / `social`) and get publish-ready markdown. |
| **Humanize Text**                 | Turn existing text into natural, human, publish-ready content.                                 |
| **Get Run Status / Fetch Result** | Retrieve the status and result of a run by `runId`.                                            |

Zap templates:

* Airtable row → Generate SEO article → WordPress draft
* RSS item → Generate SEO article → Google Docs
* Webhook → Humanize Text → Slack / Docs

## Other ways to automate

You can also automate StealthGPT via:

* [n8n](/api-reference/integrations/n8n) — verified community node
* [MCP clients](/api-reference/integrations/mcp) — Cursor, Claude, and more
* The [async REST API](/api-reference/endpoints/stealthify-agent-runs) directly
