# AI Automation Directory > A curated directory of AI automation tools: workflow builders, agent frameworks, RPA platforms, and the orchestration layers that connect them. Editorial, unpaid, and checked. Site: https://aiautomationdirectory.com/ Listings: 24 Updated: 2026-09-11 ## What this site is A model on its own answers questions. Automation is what makes it complete tasks โ€” pull the record, decide, write it back, tell someone. This directory separates the workflow builders from the agent frameworks from the old-guard RPA vendors, because they solve genuinely different problems and get confused constantly. ## Machine-readable data - https://aiautomationdirectory.com/entries.json โ€” the full listing set as JSON (name, url, category, blurb, tags). Stable shape. Attribution appreciated; a link back to the listing page is the only ask. ## Editorial policy Listings are editorial and unpaid. Inclusion is not an endorsement. Outbound links are checked to resolve before publication. Advertising is labelled and never determines editorial placement. ## Categories - Workflow builders - Agent frameworks - RPA platforms - Orchestration & reliability - Standards & connectors ## Questions this site answers directly ### What is the difference between a workflow tool and an AI agent? A workflow tool runs steps you defined, in the order you defined them, and calls a model at specific points. An agent decides its own next step at run time. Workflows are predictable and easy to debug; agents handle situations you did not anticipate, at the cost of being harder to test and reason about. Most production systems that work are mostly workflow with agents used narrowly. ### Is RPA obsolete now that language models exist? No, but its job has narrowed. RPA is still the right answer for driving systems that have no API โ€” clicking through legacy desktop software, for instance. What has changed is that the brittle decision logic bolted onto RPA scripts is often better handled by a model, so the two are increasingly used together rather than one replacing the other. ### Do I need a vector database to automate with AI? Only if the automation needs to search your own unstructured content. If the task is 'take this form and file it correctly', you need integrations and reliable control flow, not retrieval. Vector search is frequently added to projects that never needed it. ### What usually breaks first in an AI automation? The parts that are not AI. Authentication expiring, a downstream API changing its schema, rate limits, and no retry or dead-letter handling account for most production failures. Budget your engineering time for error handling and observability, not for prompt tuning. ### Does this directory take payment for listings? No. Listings are editorial and unpaid. Advertising on the site is labelled and has no bearing on what gets listed or where it appears. ## Contact privacy@aiautomationdirectory.com ยท legal@aiautomationdirectory.com