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
3. Submit your first task
Delegate it to the built-in worker:create_task tool (one-shot submit is create_task with a content array).
4. Watch it flow through review
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.