Build powerful automations that combine traditional workflows with intelligent AI agents. Self-hosted, open-source, and fully under your control.
Everything you need to automate your workflows with the power of AI
Build workflows powered by Claude, GPT, and other LLMs with tool use, web search, and persistent memory.
React to GitHub events, cron schedules, webhooks, Telegram messages, Slack, Discord, and more.
Run on your own infrastructure. Your data never leaves your servers. Full control and privacy.
Design workflows visually with drag-and-drop or write YAML directly. Both produce the same result.
Extend agent capabilities with Model Context Protocol servers for filesystem, databases, and APIs.
17+ built-in integrations with an extensible plugin architecture for custom actions and triggers.
Define workflows in simple, readable YAML. Use AI agents as steps alongside traditional actions. Variable interpolation makes it easy to pass data between steps.
View Documentationname: daily-briefing
trigger:
type: cron.schedule
with:
cron: "0 9 * * *"
steps:
- id: research
action: ai.agent
with:
task: "Research today's top tech news"
tools: [web_search, web_fetch]
- id: notify
action: telegram.send
with:
text: "{{ steps.research.result }}"
Connect with your favorite tools and services out of the box
Get started in under a minute. No credit card required. Self-host on your own infrastructure.