Schedule a project automation
2 min · 3 steps
Project-scoped automations run on a cron schedule against this app's runtime. Distinct from the top-level Agents page.
Project automations are workflows that target THIS project — e.g. 'every night at 2am, run my data-quality script'. They live alongside the app's code and ship as part of any deploy. The top-level Agents page covers user-level automations spanning multiple apps + connectors; the workspace Automations tab is for project-scoped jobs.
Steps
- Open the Automations tab.
Lists registered flows + their last-run status.
- Click 'New flow'.
Pick a trigger (cron, manual, webhook), a script (any entry in `package.json`), and an optional Slack/email notify-on-failure target.
- Save.
Avery registers the flow with the local croner scheduler. Runs land in the Runs panel with full output capture.
Live recipes need the desktop
This article is a static preview. The in-app Help sidecar inside Avery NXR can fire each step against your live project — install the desktop to use it interactively.