Run This Ai
EN DE

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.

AutoKitteh banner

πŸš€ 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.

FeatureBenefit
Event connectorsSlack, GitHub, Kafka, webhooks β€” no glue code
Durable sessionsSurvive restarts with full state persistence
AI-friendlyInvoke agents as workflow steps
Dev toolingCLI 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 β†’
#automation #workflows #durable-execution #ai-agents