How-to
How to run AI agents automatically (schedules & webhooks)
AgentMesh runs workflows on their own two ways: a cron schedule, or an inbound webhook trigger.
Run on a schedule
- Open the Schedules page and add a schedule to a workflow.
- Enter a cron expression (e.g. 0 9 * * * for every day at 9am).
- Save — the workflow now runs automatically on that timetable.
Run on an event (webhook)
- Add a Webhook trigger to a workflow on the Schedules page.
- Copy the generated URL (it holds an unguessable token).
- Have any external system POST JSON to that URL — the body becomes the input and the run starts.
That’s how you connect AgentMesh to events in your other tools — new order, new ticket, form submission — without polling.