Skip to content

Create a Flow

Auteryn supports two flow types: event (webhook, GitHub, Slack, email, etc.) and schedule (cron).


  1. Go to Console → Flows
  2. Click New Flow
  3. Give the flow a name (e.g., “GitHub Issue Triage”)
  4. Choose Event or Schedule as the trigger type
  5. For event flows: select the connection and trigger event (e.g., GitHub → issues.opened)
  6. Select an Internal or Customer-facing agent
  7. For scheduled flows only: write Instructions describing what the agent should do each run
  8. Click Save then Enable

Event flow Scheduled flow
Trigger Webhook, GitHub, Slack, email, etc. Cron schedule
Agent input Built from the incoming event payload Your Instructions text
Template variables Not supported — the worker formats event context automatically No event payload

For event flows, you do not write a separate “agent prompt” with {{event.title}} variables. The flow worker passes the event message or formatted context to the agent directly.


Click Run Now on the flow card to trigger a manual test run.


Each triggered run appears in Flows → [flow name] → Run History:

  • Timestamp, trigger source, status, credits used
  • Full agent output and any errors