AutoKitteh: Durable Workflow Automation for AI-Driven Teams
AutoKitteh is an open-source platform for durable workflow automation. Learn how event-driven workflows with automatic retries and state persistence keep your automations reliable.
π Want to deploy AutoKitteh yourself?
Docker configs, system requirements, and installation guides β all on one page.
View AutoKitteh Tool Page βWhat is AutoKitteh?
AutoKitteh is an open-source, self-hostable platform for durable workflow automation. Instead of gluing together fragile cron jobs and webhook handlers, you write a few lines of code that react to events from Slack, GitHub, Kafka, or any webhook β and AutoKitteh makes sure those workflows finish, even when your process crashes or the network flakes. State is persisted, retries are automatic, and every run is observable.
Why durable execution matters
Traditional automation scripts lose their state the moment they restart. Durable execution records every step, so a workflow that sends a message, calls an API, and then waits for a human approval can be paused for hours and resumed exactly where it left off. For AI-powered pipelines this is a game changer: an agent run can hand off to a user, then pick up again without losing context.
| Feature | Benefit |
|---|---|
| Event connectors | Slack, GitHub, Kafka, webhooks β no glue code |
| Durable sessions | Survive restarts with full state persistence |
| AI-friendly | Invoke agents as workflow steps |
| Dev tooling | CLI and VS Code extension for local testing |
Self-hosting and control
Because everything runs in Docker, AutoKitteh keeps your data on your own infrastructure β no proprietary SaaS lock-in. The project is Apache-2.0 licensed with an active community, making it a dependable foundation for teams that want event-driven automation with full control.
π Ready to run AutoKitteh?
Docker configs, system requirements, and installation guides β all on one page.
View AutoKitteh Tool Page β