Back to Agents
C
CrewAI
by CrewAI Inc · v3.1
CrewAI is a cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks. It provides a structured way to define agent roles, goals, and workflows for multi-agent collaboration.
multi-agentorchestrationframeworkAutomation
Agent Card
Protocols
A2AREST APIPython SDK
Capabilities
agent-orchestrationtask-delegationrole-playingtool-usage
Input / Output
INPUT:
textcode
OUTPUT:
textcodestructured-data
Authentication
API Key
API ENDPOINT:
https://api.crewai.com/v3
Quick Start
# Install and configure
curl -X POST https://api.crewai.com/v3/agents \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"task": "your task here"}'