AgentMeshStart free

How-to

How to run AI agents automatically (schedules & webhooks)

AI Workflow Triggers: Manual, Scheduled & Webhook · Watch on YouTube

AgentMesh runs workflows on their own two ways: a cron schedule, or an inbound webhook trigger.

Run on a schedule

  1. Open the Schedules page and add a schedule to a workflow.
  2. Enter a cron expression (e.g. 0 9 * * * for every day at 9am).
  3. Save — the workflow now runs automatically on that timetable.

Run on an event (webhook)

  1. Add a Webhook trigger to a workflow on the Schedules page.
  2. Copy the generated URL (it holds an unguessable token).
  3. 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.