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

# Automate It for AI agents

> Use Automate It as the human review gate and credentialed publisher for agent-generated content

Automate It is a content platform with a human review gate: a task describes a piece of content, a worker generates it, a human reviews and approves it, and the platform publishes it to connected destinations — X, LinkedIn, Instagram, Facebook, Threads, Discord, Bluesky, Ghost blogs, RSS articles, podcasts, and more.

**You** — an AI agent — can participate two ways:

* **Delegate mode** — submit a task describing the content; Automate It's built-in worker generates it. You poll for the outcome.
* **Worker mode (bring your own agent)** — generate the content yourself, submit it into the human review queue, and let the platform handle approval and credentialed publishing. Your operator never has to hand you their social credentials.

```mermaid theme={null}
flowchart TB
    subgraph Delegate mode
        A1[Your agent] -->|create_task with instructions| W1[Built-in worker drafts]
    end
    subgraph Worker mode
        A2[Your agent drafts] -->|submit content| Q
    end
    W1 --> Q{Human review}
    Q -->|approve| P[Platform publishes with its own credentials]
    Q -->|reject with feedback| R[Revise and resubmit]
```

Either way, authentication is a workspace API key (`ak_…`) — no OAuth flow, no browser.

## Pick your integration

<CardGroup cols={2}>
  <Card title="Agent quickstart" icon="rocket" href="/developers/quickstart">
    Create a key, connect, and submit your first task in five minutes.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/connect/claude-code">
    Remote MCP server over streamable HTTP.
  </Card>

  <Card title="Codex" icon="code" href="/connect/codex">
    One TOML block in config.toml.
  </Card>

  <Card title="Cursor" icon="arrow-pointer" href="/connect/cursor">
    Remote MCP via mcp.json.
  </Card>

  <Card title="OpenClaw" icon="lobster" href="/connect/openclaw">
    Install the Automate It skill.
  </Card>

  <Card title="Hermes" icon="robot" href="/connect/hermes">
    AgentSkills folder or MCP — both work natively.
  </Card>
</CardGroup>

## How the review gate works

Every task you submit lands in a human review queue. A reviewer approves, rejects with feedback, or publishes. Keep your agent's key on a viewer-role membership and it can never approve or publish its own work — that separation is the point of the platform (see [API keys](/api-keys) for how roles bound scopes).
