Skip to content
22 toolsPublic bookmarkCurated by Bookmarkit TeamUpdated August 2026

Best AI agents and automation tools

This list is for people wiring models into jobs that already have steps: crawl a site, wait on a queue, call an API, then write back. It sits next to the broader AI agent list, but the emphasis is automation: LangGraph, n8n, Make, AutoGen, browser runtimes, and scrapers such as Apify.

What is AI agent automation?

AI agent automation is the combination of a model that can choose steps with a system that can run those steps reliably. The model proposes an action. The automation layer retries, waits, and records what happened. Without the second half, agents stall on timeouts and half-finished tasks. Without the first half, you only have a fixed zap.

This shortlist includes LangGraph, n8n, Make, CrewAI Studio, AutoGen, Flowise AI, and 16 more.

Who this shortlist is for

  • Ops and GTM teams who already live in n8n or Make and want a model in the loop
  • Engineers who need graphs, queues, or browsers, not only a chat SDK
  • People comparing scrapers and hosted browsers as tools for agents

How we picked

Products land here if they run workflows, browsers, or long-running jobs that an agent can call. Chat-only LLM apps stay on the chat list. Support-only agents stay on the support-agent list.

  1. Exposes workflows, graphs, queues, or a browser or scraper API
  2. Can be triggered by an event, not only a person typing in a box
  3. Has a public product page we can attach to a structured profile
  4. Does not duplicate the support-agent list without an automation angle

The shortlist

Open a profile for pricing, alternatives, and a product page.

LangGraph logo
LangGraph4.4(600)50

LangGraph extends LangChain with cyclic graphs, persistence, and human-in-the-loop control for production agents.

ProprietaryAI Agents & AutomationWebFreemium · See website
n8n logo
n8n4.4(120)0

Open-source workflow automation you can self-host with full data control.

ProprietaryAI AgentsWebFreemium · See website
Make logo
Make4.4(864)72

Visual automation platform for complex multi-app scenarios and data transforms.

Freemium (Subscription)AI AgentsAndroidiPhoneAndroid TabletFreemium · See website

Alternative to n8n

CrewAI Studio logo
CrewAI Studio4.4(120)0

CrewAI Studio is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
AutoGen logo
AutoGen4.4(120)0

AutoGen is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Flowise AI logo
Flowise AI4.4(120)0

Flowise AI is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Dify AI logo
Dify AI4.4(120)0

Dify AI is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Semantic Router logo

Semantic Router is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Composio logo
Composio4.4(120)0

Composio is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
AgentOps logo
AgentOps4.4(120)0

The leading developer platform for building AI agents and LLM apps.

ProprietaryAI Agents & AutomationWebFreemium · See website
Browserbase logo
Browserbase4.4(120)0

Browserbase is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Browserless logo
Browserless4.4(120)0

Browserless is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Apify logo
Apify4.4(120)0

Apify is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Bright Data logo
Bright Data4.4(120)0

Bright Data is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Oxylabs logo
Oxylabs4.4(120)0

Oxylabs is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
SuperAGI logo
SuperAGI4.4(120)0

SuperAGI is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Lindy logo
Lindy4.4(600)50

Lindy lets teams create AI agents that work across email, calendars, and popular apps.

ProprietaryAI Agents & AutomationWebFreemium · See website
Relevance AI Agents logo

Relevance AI Agents is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
YourGPT logo
YourGPT4.7(1,280)890

No-code AI agent platform that answers, takes real action, and runs support, sales, and ops across every channel.

FreemiumCustomer SupportOnlineWebWhatsAppFreemium · Free trial

Alternative to Intercom and Zendesk and Ada

Langflow logo
Langflow4.4(120)0

Langflow is a AI Agents & Automation product used by individuals and teams who want a reliable, modern workflow.

ProprietaryAI Agents & AutomationWebFreemium · See website
Temporal logo
Temporal4.4(600)50

Temporal makes multi-step workflows fault-tolerant with automatic retries and state recovery.

ProprietaryAI Agents & AutomationWebFreemium · See website
Windmill logo
Windmill4.4(600)50

Windmill turns scripts into production workflows and UIs with secrets, schedules, and observability.

ProprietaryAI Agents & AutomationWebFreemium · See website

How to choose an agent automation stack

Separate the planner from the runner. Many teams keep the model in one product and the retries in another.

If this is the jobLook at
Long-running or flaky jobsTemporal or Windmill for retries and state. Do not keep that logic in the prompt.
Non-technical buildersn8n, Make, Lindy, or Dify. Check export and who can edit live flows.
The agent needs a real browserBrowserbase, Browserless, or a scraper such as Apify. Read the agentic-browser risk notes first.
Multi-agent research codeAutoGen, CrewAI Studio, LangGraph, or LangFlow if you will own the graph.

Related research

Frequently asked questions

What is the difference between this list and the AI agents list?

The AI agents list covers frameworks, coding agents, and general builders. This page focuses on products you use when the agent must run a workflow, a browser, a scraper, or a durable job. If your question is “which library should I import?”, start on the agents list. If your question is “how does this keep running at 2am?”, start here.

Can n8n or Make replace an agent framework?

They can replace a framework for narrow jobs: watch a trigger, call a model, write to a sheet. They do not replace a framework when you need custom tools, evals, and a graph you test in CI. Many teams use both: n8n for glue, LangGraph or AutoGen for the planner.

Why are scrapers and browsers on an automation list?

Agents that research the public web need a fetch layer that can render pages, rotate sessions, and store results. Apify, Bright Data, Oxylabs, Browserbase, and Browserless are that layer. They are not agents. They are tools an agent calls, and they carry legal and security constraints.

What is LangGraph used for?

LangGraph is a way to define agent steps as a graph you can test, interrupt, and resume. Teams pick it when a linear chain is not enough and they want checkpoints. It is a developer tool, not a no-code studio.

How do I keep automation agents from looping forever?

Set a max step count, a wall-clock timeout, and a human approval on writes. Log every tool call. If you use a browser, isolate cookies and credentials from the model prompt. Durable runners such as Temporal help you fail a job instead of retrying blindly.