Where to get a key
Keys belong to you, not to a workspace, so they live on your profile rather than in workspace settings:- Open the Automate It web app and click your avatar at the bottom of the sidebar to land on Profile — or go straight to
https://automate.it.com/app/<workspace-slug>/settings/profile. - Scroll to the Developer API Keys section and click Create Key.
- Give the key a Name you’ll recognize months from now (“OpenClaw agent”, “CI publisher”) — it’s the only thing distinguishing keys in the list when you need to revoke one.
- Tick the Scopes it needs from the table below, then create it.
- Copy the
ak_…secret from the dialog. It is shown once. Paste it straight into the agent’s environment — usuallyAUTOMATE_IT_API_KEY.
Key management is web only — the iOS and Android apps show your profile but not the Developer API Keys section. Mint keys in a browser, then put them wherever the agent runs.
A key acts as you, and reaches exactly the workspaces you’re a member of. Your role in each of those workspaces bounds it further — see Workspace roles apply on top.
Scopes
Recommended bundles
- Review-gate submitter — an agent that creates content for human approval:
tasks:read,tasks:write,content:write,skills:read. Addfiles:readif it reads skill-bundled reference files andfiles:writeif it uploads media. - Status watcher — reports on tasks, never writes:
tasks:read.
Workspace roles apply on top
Scopes bound what the key can do; the key owner’s workspace role bounds it further:- Any member — including a viewer — can create and work tasks, but a viewer’s tasks always require review (
requiresReview: falseis ignored for them). - Approving, rejecting, and publishing require a reviewer or administrator role.
- Creating automations and deleting tasks require an administrator.