How to use this catalog
Each card opens a focused page: import line, parameters, runnable examples, common mistakes, and alternatives so you can decide quickly while coding. Start from the core concepts tutorial for Agent/Task/Crew basics, then jump here for class-level detail on planning and reasoning, tools, or Flows and persistence when those topics match what you are building.
CrewAI API Reference FAQ
What does the CrewAI API reference on DevShelfHub include?
It is a searchable catalog of 58 classes, 30 module-level methods, and 16 decorators with purpose statements, parameters, import lines, runnable examples, common mistakes, and alternatives so you can pick the right API quickly.
How many CrewAI classes, methods, and decorators are documented?
There are 104 total reference pages: 58 class guides, 30 method guides, and 16 decorator guides, each written for Python developers shipping agents and crews.
Is the CrewAI API reference free to read?
Yes. Every page is free to read on DevShelfHub and focuses on practical usage rather than auto-generated stubs.
How do I search for a CrewAI class or decorator?
Use the search box at the top of this page to filter cards by name, then switch tabs for classes, methods, or decorators depending on what you need.
How does this reference relate to the official CrewAI docs?
DevShelfHub complements the official docs with opinionated when-to-use guidance, pitfalls, and cross-links between related APIs so you can navigate the framework faster during implementation.
Where should I start if I am new to CrewAI?
Read the CrewAI introduction and core concepts tutorials on DevShelfHub first, then return here when you need class-level detail while coding agents, tasks, crews, flows, or A2A integrations.