Create a Flow
Auteryn supports two flow types: event (webhook, GitHub, Slack, email, etc.) and schedule (cron).
Creating a new flow
Section titled “Creating a new flow”- Go to Console → Flows
- Click New Flow
- Give the flow a name (e.g., “GitHub Issue Triage”)
- Choose Event or Schedule as the trigger type
- For event flows: select the connection and trigger event (e.g., GitHub →
issues.opened) - Select an Internal or Customer-facing agent
- For scheduled flows only: write Instructions describing what the agent should do each run
- Click Save then Enable
Event flows vs. scheduled flows
Section titled “Event flows vs. scheduled flows”| 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.
Testing a flow
Section titled “Testing a flow”Click Run Now on the flow card to trigger a manual test run.
Flow run history
Section titled “Flow run history”Each triggered run appears in Flows → [flow name] → Run History:
- Timestamp, trigger source, status, credits used
- Full agent output and any errors

