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