llms.txt Content
# CrewAI
## Docs
- [GET /inputs](https://docs.crewai.com/en/api-reference/inputs.md): Get required inputs for your crew
- [Introduction](https://docs.crewai.com/en/api-reference/introduction.md): Complete reference for the CrewAI AMP REST API
- [POST /kickoff](https://docs.crewai.com/en/api-reference/kickoff.md): Start a crew execution
- [POST /resume](https://docs.crewai.com/en/api-reference/resume.md): Resume crew execution with human feedback
- [GET /{kickoff_id}/status](https://docs.crewai.com/en/api-reference/status.md): Get execution status
- [Changelog](https://docs.crewai.com/en/changelog.md): Product updates, improvements, and bug fixes for CrewAI
- [Agent Capabilities](https://docs.crewai.com/en/concepts/agent-capabilities.md): Understand the five ways to extend CrewAI agents: Tools, MCPs, Apps, Skills, and Knowledge.
- [Agents](https://docs.crewai.com/en/concepts/agents.md): Detailed guide on creating and managing agents within the CrewAI framework.
- [Checkpointing](https://docs.crewai.com/en/concepts/checkpointing.md): Automatically save execution state so crews, flows, and agents can resume after failures.
- [CLI](https://docs.crewai.com/en/concepts/cli.md): Learn how to use the CrewAI CLI to interact with CrewAI.
- [Collaboration](https://docs.crewai.com/en/concepts/collaboration.md): How to enable agents to work together, delegate tasks, and communicate effectively within CrewAI teams.
- [Crews](https://docs.crewai.com/en/concepts/crews.md): Understanding and utilizing crews in the crewAI framework with comprehensive attributes and functionalities.
- [Event Listeners](https://docs.crewai.com/en/concepts/event-listener.md): Tap into CrewAI events to build custom integrations and monitoring
- [Files](https://docs.crewai.com/en/concepts/files.md): Pass images, PDFs, audio, video, and text files to your agents for multimodal processing.
- [Flows](https://docs.crewai.com/en/concepts/flows.md): Learn how to create and manage AI workflows using CrewAI Flo