An automation is a saved instruction that Kairo runs when triggered — either on a schedule (every weekday at 8am) or when an external service hits a webhook URL.Documentation Index
Fetch the complete documentation index at: https://docs.usekairo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Two kinds of triggers
Schedule
Cron-style. “Every Monday at 9am, send me my open todos and this week’s calendar.”
Webhook
A unique URL anyone can
POST to. Useful for GitHub Actions, Linear, monitoring tools.