Morgan Dutemple
← All of the Agent Library
AgentAutomationModel-agnostic

AutoGPT

AutoGPT lets you build, deploy and run AI agents that carry out complete workflows, described in plain English or via a visual builder. The project offers two paths: a paid hosted platform managed by the AutoGPT team, or free self-hosting (excluding infrastructure costs) from the same repository.

AutoGPT's GitHub repository

Key advantages

  • One of the most mature projects in the autonomous-agent ecosystem
  • Reusable building blocks rather than a closed framework
  • A very large community, lots of available experience reports

Who it's for, and why

Developers who want to experiment with autonomous agents or build their own custom agents.

  • Automating multi-step research tasks
  • Building custom agents for specific needs
  • Experimenting with agentic autonomy

Getting started

  1. 1Hosted platform (fastest access): sign up at platform.agpt.co.
  2. 2Self-hosting: clone the GitHub repository and follow the project's Docker guide.
  3. 3Both options share the same agent engine; the choice depends on whether you want to manage infrastructure yourself.

Things to watch out for

  • The project has refocused on a paid hosted platform (AutoGPT Platform): self-hosting remains available and free (excluding infrastructure costs), but requires Docker and a more involved setup than before.
  • Requires your own model API keys when self-hosted, or a subscription to the managed platform for included model access.

Frequently asked questions

Is AutoGPT still free?

The engine remains open source and free to self-host (excluding infrastructure and model costs). The official hosted platform, on the other hand, is a paid service with included model access.

How does it differ from newer frameworks like CrewAI?

AutoGPT was one of the very first mainstream autonomous agents; the ecosystem has since offered alternatives more structured by role (CrewAI) or lighter (Aider). The choice depends on the need.

Should I choose the hosted platform or self-hosting?

The hosted platform suits getting started quickly with no infrastructure to manage; self-hosting suits cases where data control and infrastructure costs matter more.