Back to Examples
CrewAI
Unlock efficient crew management with CrewAI's AMP REST API. Get inputs, start executions, and track status seamlessly. Explore our docs now!
Lines
653
Sections
2
Want your own llms.txt file?
Generate a professional, AI-friendly file for your website in minutes!
llms.txt Preview
# 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
- [GET /status/{kickoff_id}](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
- [Agents](https://docs.crewai.com/en/concepts/agents.md): Detailed guide on creating and managing agents within the CrewAI framework.
- [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
- [Flows](https://docs.crewai.com/en/concepts/flows.md): Learn how to create and manage AI workflows using CrewAI Flows.
- [Knowledge](https://docs.crewai.com/en/concepts/knowledge.md): What is knowledge in CrewAI and how to use it.
- [LLMs](https://docs.crewai.com/en/concepts/llms.md): A comprehensive guide to configuring and using Large Language Models (LLMs) in your CrewAI projects
- [Memory](https://docs.crewai.com/en/concepts/memory.md): Leveraging memory systems in the CrewAI framework to enhance agent capabilities.
- [Planning](https://docs.crewai.com/en/concepts/planning.md): Learn how to add planning to your CrewAI Crew and improve their performance.
- [Processes](https://docs.crewai.com/en/concepts/processes.md): Detailed guide on workflow management through processes in CrewAI, with updated implementation details.
- [Reasoning](https://docs.crewai.com/en/concepts/reasoning.md): Learn how to enable and use agent reasoning to improve task execution.
- [Tasks](https://docs.crewai.com/en/concepts/tasks.md): Detailed guide on managing and creating tasks within the CrewAI framework.
- [Testing](https://docs.crewai.com/en/concepts/testing.md): Learn how to test your CrewAI Crew and evaluate their performance.
- [Tools](https://docs.crewai.com/en/concepts/tools.md): Understanding and leveraging tools within the CrewAI framework for agent collaboration and task execution.
- [Training](https://docs.crewai.com/en/concepts/training.md): Learn how to train your CrewAI agents by giving them feedback early on and get consistent results.
- [Agent Repositories](https://docs.crewai.com/en/enterprise/features/agent-repositories.md): Learn how to use Agent Repositories to share and reuse your agents across teams and projects
- [Automations](https://docs.crewai.com/en/enterprise/features/automations.md): Manage, deploy, and monitor your live crews (automations) in one place.
- [Crew Studio](https://docs.crewai.com/en/enterprise/features/crew-studio.md): Build new automations with AI assistance, a visual editor, and integrated testing.
- [Hallucination Guardrail](https://docs.crewai.com/en/enterprise/features/hallucination-guardrail.md): Prevent and detect AI hallucinations in your CrewAI tasks
- [Marketplace](https://docs.crewai.com/en/enterprise/features/marketplace.md): Discover, install, and govern reusable assets for your enterprise crews.
- [Role-Based Access Control (RBAC)](https://docs.crewai.com/en/enterprise/features/rbac.md): Control access to crews, tools, and data with roles, scopes, and granular permissions.
- [Tools & Integrations](https://docs.crewai.com/en/enterprise/features/tools-and-integrations.md): Connect external apps and manage internal tools your agents can use.
- [Traces](https://docs.crewai.com/en/enterprise/features/traces.md): Using Traces to monitor your Crews
- [Webhook Streaming](https://docs.crewai.com/en/enterprise/features/webhook-streaming.md): Using Webhook Streaming to stream events to your webhook
- [Triggers Overview](https://docs.crewai.com/en/enterprise/guides/automation-triggers.md): Understand how CrewAI AMP triggers work, how to manage them, and where to find integration-specific playbooks
- [Azure OpenAI Setup](https://docs.crewai.com/en/enterprise/guides/azure-openai-setup.md): Configure Azure OpenAI with Crew Studio for enterprise LLM connections
- [Build Crew](https://docs.crewai.com/en/enterprise/guides/build-crew.md): A Crew is a group of agents that work together to complete a task.
- [Deploy Crew](https://docs.crewai.com/en/enterprise/guides/deploy-crew.md): Deploying a Crew on CrewAI AMP
- [Enable Crew Studio](https://docs.crewai.com/en/enterprise/guides/enable-crew-studio.md): Enabling Crew Studio on CrewAI AMP
- [Gmail Trigger](https://docs.crewai.com/en/enterprise/guides/gmail-trigger.md): Trigger automations when Gmail events occur (e.g., new emails, labels).
- [Google Calendar Trigger](https://docs.crewai.com/en/enterprise/guides/google-calendar-trigger.md): Kick off crews when Google Calendar events are created, updated, or cancelled
- [Google Drive Trigger](https://docs.crewai.com/en/enterprise/guides/google-drive-trigger.md): Respond to Google Drive file events with automated crews
- [HubSpot Trigger](https://docs.crewai.com/en/enterprise/guides/hubspot-trigger.md): Trigger CrewAI crews directly from HubSpot Workflows
- [HITL Workflows](https://docs.crewai.com/en/enterprise/guides/human-in-the-loop.md): Learn how to implement Human-In-The-Loop workflows in CrewAI for enhanced decision-making
- [Kickoff Crew](https://docs.crewai.com/en/enterprise/guides/kickoff-crew.md): Kickoff a Crew on CrewAI AMP
- [Microsoft Teams Trigger](https://docs.crewai.com/en/enterprise/guides/microsoft-teams-trigger.md): Kick off crews from Microsoft Teams chat activity
- [OneDrive Trigger](https://docs.crewai.com/en/enterprise/guides/onedrive-trigger.md): Automate responses to OneDrive file activity
- [Outlook Trigger](https://docs.crewai.com/en/enterprise/guides/outlook-trigger.md): Launch automations from Outlook emails and calendar updates
- [React Component Export](https://docs.crewai.com/en/enterprise/guides/react-component-export.md): Learn how to export and integrate CrewAI AMP React components into your applications
- [Salesforce Trigger](https://docs.crewai.com/en/enterprise/guides/salesforce-trigger.md): Trigger CrewAI crews from Salesforce workflows for CRM automation
- [Slack Trigger](https://docs.crewai.com/en/enterprise/guides/slack-trigger.md): Trigger CrewAI crews directly from Slack using slash commands
- [Team Management](https://docs.crewai.com/en/enterprise/guides/team-management.md): Learn how to invite and manage team members in your CrewAI AMP organization
- [Tool Repository](https://docs.crewai.com/en/enterprise/guides/tool-repository.md): Using the Tool Repository to manage your tools
- [Update Crew](https://docs.crewai.com/en/enterprise/guides/update-crew.md): Updating a Crew on CrewAI AMP
- [Webhook Automation](https://docs.crewai.com/en/enterprise/guides/webhook-automation.md): Automate CrewAI AMP workflows using webhooks with platforms like ActivePieces, Zapier, and Make.com
- [Zapier Trigger](https://docs.crewai.com/en/enterprise/guides/zapier-trigger.md): Trigger CrewAI crews from Zapier workflows to automate cross-app workflows
- [Asana Integration](https://docs.crewai.com/en/enterprise/integrations/asana.md): Team task and project coordination with Asana integration for CrewAI.
- [Box Integration](https://docs.crewai.com/en/enterprise/integrations/box.md): File storage and document management with Box integration for CrewAI.
- [ClickUp Integration](https://docs.crewai.com/en/enterprise/integrations/clickup.md): Task and productivity management with ClickUp integration for CrewAI.
- [GitHub Integration](https://docs.crewai.com/en/enterprise/integrations/github.md): Repository and issue management with GitHub integration for CrewAI.
- [Gmail Integration](https://docs.crewai.com/en/enterprise/integrations/gmail.md): Email and contact management with Gmail integration for CrewAI.
- [Google Calendar Integration](https://docs.crewai.com/en/enterprise/integrations/google_calendar.md): Event and schedule management with Google Calendar integration for CrewAI.
- [Google Sheets Integration](https://docs.crewai.com/en/enterprise/integrations/google_sheets.md): Spreadsheet data synchronization with Google Sheets integration for CrewAI.
- [HubSpot Integration](https://docs.crewai.com/en/enterprise/integrations/hubspot.md): Manage companies and contacts in HubSpot with CrewAI.
- [Jira Integration](https://docs.crewai.com/en/enterprise/integrations/jira.md): Issue tracking and project management with Jira integration for CrewAI.
- [Linear Integration](https://docs.crewai.com/en/enterprise/integrations/linear.md): Software project and bug tracking with Linear integration for CrewAI.
- [Notion Integration](https://docs.crewai.com/en/enterprise/integrations/notion.md): Page and database management with Notion integration for CrewAI.
- [Salesforce Integration](https://docs.crewai.com/en/enterprise/integrations/salesforce.md): CRM and sales automation with Salesforce integration for CrewAI.
- [Shopify Integration](https://docs.crewai.com/en/enterprise/integrations/shopify.md): E-commerce and online store management with Shopify integration for CrewAI.
- [Slack Integration](https://docs.crewai.com/en/enterprise/integrations/slack.md): Team communication and collaboration with Slack integration for CrewAI.
- [Stripe Integration](https://docs.crewai.com/en/enterprise/integrations/stripe.md): Payment processing and subscription management with Stripe integration for CrewAI.
- [Zendesk Integration](https://docs.crewai.com/en/enterprise/integrations/zendesk.md): Customer support and helpdesk management with Zendesk integration for CrewAI.
- [CrewAI AMP](https://docs.crewai.com/en/enterprise/introduction.md): Deploy, monitor, and scale your AI agent workflows
- [FAQs](https://docs.crewai.com/en/enterprise/resources/frequently-asked-questions.md): Frequently asked questions about CrewAI AMP
- [CrewAI Cookbooks](https://docs.crewai.com/en/examples/cookbooks.md): Feature-focused quickstarts and notebooks for learning patterns fast.
- [CrewAI Examples](https://docs.crewai.com/en/examples/example.md): Explore curated examples organized by Crews, Flows, Integrations, and Notebooks.
- [Customizing Prompts](https://docs.crewai.com/en/guides/advanced/customizing-prompts.md): Dive deeper into low-level prompt customization for CrewAI, enabling super custom and complex use cases for different models and languages.
- [Fingerprinting](https://docs.crewai.com/en/guides/advanced/fingerprinting.md): Learn how to use CrewAI's fingerprinting system to uniquely identify and track components throughout their lifecycle.
- [Crafting Effective Agents](https://docs.crewai.com/en/guides/agents/crafting-effective-agents.md): Learn best practices for designing powerful, specialized AI agents that collaborate effectively to solve complex problems.
- [Evaluating Use Cases for CrewAI](https://docs.crewai.com/en/guides/concepts/evaluating-use-cases.md): Learn how to assess your AI application needs and choose the right approach between Crews and Flows based on complexity and precision requirements.
- [Build Your First Crew](https://docs.crewai.com/en/guides/crews/first-crew.md): Step-by-step tutorial to create a collaborative AI team that works together to solve complex problems.
- [Build Your First Flow](https://docs.crewai.com/en/guides/flows/first-flow.md): Learn how to create structured, event-driven workflows with precise control over execution.
- [Mastering Flow State Management](https://docs.crewai.com/en/guides/flows/mastering-flow-state.md): A comprehensive guide to managing, persisting, and leveraging state in CrewAI Flows for building robust AI applications.
- [CrewAI Documentation](https://docs.crewai.com/en/index.md): Build collaborative AI agents, crews, and flows — production ready from day one.
- [Installation](https://docs.crewai.com/en/installation.md): Get started with CrewAI - Install, configure, and build your first AI crew
- [Introduction](https://docs.crewai.com/en/introduction.md): Build AI agent teams that work together to tackle complex tasks
- [Before and After Kickoff Hooks](https://docs.crewai.com/en/learn/before-and-after-kickoff-hooks.md): Learn how to use before and after kickoff hooks in CrewAI
- [Bring your own agent](https://docs.crewai.com/en/learn/bring-your-own-agent.md): Learn how to bring your own agents that work within a Crew.
- [Coding Agents](https://docs.crewai.com/en/learn/coding-agents.md): Learn how to enable your CrewAI Agents to write and execute code, and explore advanced features for enhanced functionality.
- [Conditional Tasks](https://docs.crewai.com/en/learn/conditional-tasks.md): Learn how to use conditional tasks in a crewAI kickoff
- [Create Custom Tools](https://docs.crewai.com/en/learn/create-custom-tools.md): Comprehensive guide on crafting, using, and managing custom tools within the CrewAI framework, including new functionalities and error handling.
- [Custom LLM Implementation](https://docs.crewai.com/en/learn/custom-llm.md): Learn how to create custom LLM implementations in CrewAI.
- [Custom Manager Agent](https://docs.crewai.com/en/learn/custom-manager-agent.md): Learn how to set a custom agent as the manager in CrewAI, providing more control over task management and coordination.
- [Customize Agents](https://docs.crewai.com/en/learn/customizing-agents.md): A comprehensive guide to tailoring agents for specific roles, tasks, and advanced customizations within the CrewAI framework.
- [Image Generation with DALL-E](https://docs.crewai.com/en/learn/dalle-image-generation.md): Learn how to use DALL-E for AI-powered image generation in your CrewAI projects
- [Force Tool Output as Result](https://docs.crewai.com/en/learn/force-tool-output-as-result.md): Learn how to force tool output as the result in an Agent's task in CrewAI.
- [Hierarchical Process](https://docs.crewai.com/en/learn/hierarchical-process.md): A comprehensive guide to understanding and applying the hierarchical process within your CrewAI projects, updated to reflect the latest coding practices and functionalities.
- [Human-in-the-Loop (HITL) Workflows](https://docs.crewai.com/en/learn/human-in-the-loop.md): Learn how to implement Human-in-the-Loop workflows in CrewAI for enhanced decision-making
- [Human Input on Execution](https://docs.crewai.com/en/learn/human-input-on-execution.md): Integrating CrewAI with human input during execution in complex decision-making processes and leveraging the full capabilities of the agent's attributes and tools.
- [Kickoff Crew Asynchronously](https://docs.crewai.com/en/learn/kickoff-async.md): Kickoff a Crew Asynchronously
Preview of CrewAI's llms.txt file. View complete file (653 lines) →
Ready to create yours?
Generate a professional llms.txt file for your website in minutes with our AI-powered tool.
Generate Your llms.txt File