Skip to main content

1. Create an API key

In the Automate It web app, click your avatar at the bottom of the sidebar to reach Profile (https://automate.it.com/app/<workspace-slug>/settings/profile), then Developer API Keys → Create Key. Pick the least-privileged scopes for what your agent should do — see API keys & scopes for the full table. For an agent that submits content for review, the recommended bundle is: tasks:read, tasks:write, content:write, skills:read The secret (ak_…) is shown once. Put it in your agent’s environment immediately.

2. Connect

Each client page under Connect your agent has the full setup, including environment-variable handling and troubleshooting.

3. Submit your first task

Delegate it to the built-in worker:
Or, if your agent already produced the content, submit it straight into review:
Over MCP, the same operations are the create_task tool (one-shot submit is create_task with a content array).

4. Watch it flow through review

The task appears on the workspace’s Tasks board and in the human review queue. When a reviewer approves and it publishes, task links returns the URLs of the live posts. If it’s rejected, the reviewer’s note is in the task’s comments — see Worker mode for the revision loop.