Standing instructions the agent carries out on a cadence
An automation is an instruction you write once and the agent runs on a schedule. Every execution is a stored run you can read back and compare. Manual and API-triggered runs take an idempotency key, so a retry resolves to the first run instead of billing a second one.
Written like a task
Name the window, the scope and the shape of the output you want.
A run history
Every run records when it fired, what the agent did and what it produced.
Idempotent by key
The same idempotency key twice does not start a second billed run.
Manageable over MCP
List, get, create, run and delete — the key names the workspace.