{
  "kind": "letbe-automate-automation",
  "version": 1,
  "title": "Download the morning report",
  "goal": "Open my dashboard, apply the filters described in my guide, and run the export I always run so the file downloads. Check that the export really completed. If the page asks anything unexpected, stop and ask me.",
  "siteOrigin": "https://www.example.com",
  "startUrl": "https://www.example.com/replace-with-your-dashboard",
  "mode": {
    "kind": "interval",
    "everyMinutes": 1440
  },
  "level": "complete",
  "caps": {
    "maxMinutesPerRun": 10,
    "offLimits": [
      "Never change any setting on the dashboard.",
      "Never share or send the report anywhere."
    ]
  },
  "guide": "# The export\n- View or tab: [write it here].\n- Filters: [write them here, for example: yesterday's date range].\n- The export button: [describe where it is or what it says].",
  "gestures": []
}
