
Automation Features
Schedules
Auto-run agents, flows, and models on a cron-based scheduler. Receive results via email, Slack, Teams, etc.
Future Plans
Event-trigger-based automation, conditional workflows, and other features are planned.
Automation Scenarios
| Scenario | Target | Frequency | Notification |
|---|---|---|---|
| Daily sales report | Sales DB agent | Daily 9 AM | |
| Weekly data analysis | Analytics agent | Every Monday | Slack webhook |
| System status check | Monitoring agent | Hourly | Teams on failure |
| Monthly KPI report | KPI flow | First of month | Email + Slack |
| Real-time anomaly detection | Anomaly agent | Every 10 min | Webhook (immediate) |
Automation Flow
Key Concepts
Target
The AI resource to auto-run. Pick one of agent, flow, or model.| Target Type | Description | Best For |
|---|---|---|
| Agent | AI with Knowledge Base/DB connections | Data analysis, document-based reports |
| Flow | Multi-step workflow | Complex multi-step automation |
| Model | Base LLM | Simple text generation, summarization |
Cron Expression
Standard format defining the run frequency.0 9 * * 1-5 means “weekdays at 9 AM”. An intuitive cron editor is provided — you don’t need to write it manually.
Delivery Channel
Channels to receive run results. Supports email, Slack, Teams, Discord, and more.Prerequisites
Get Started
Create a schedule
On the Schedules page, set target, prompt, run frequency, and notification channel.
Test run
Use the Run Now button to test settings. If the result isn’t what you expected, edit the prompt and retest.
Example Setup: Daily Sales Report Automation
| Setting | Value |
|---|---|
| Target | Sales analytics agent (DB-connected) |
| Prompt | ”Analyze today’s sales data and write a report including DoD growth rate” |
| Frequency | Daily 9 AM (0 9 * * *) |
| Notification 1 | Email (on success) → executives |
| Notification 2 | Slack webhook (always) → #sales |
