CrewAI
Trace CrewAI multi-agent workflows with Respan.
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is CrewAI?
CrewAI is a framework for orchestrating role-playing autonomous AI agents. It allows you to define agents with specific roles, goals, and tools, then coordinate them to accomplish complex tasks through collaborative workflows.
Setup
View your trace
Open the Traces page to see your CrewAI workflow with agent spans, task execution, and LLM calls.
What gets traced
All CrewAI operations are auto-instrumented:
- Agent role assignments and delegation
- Task execution and handoffs between agents
- LLM calls with model, tokens, and input/output
- Tool usage by individual agents
- Crew kickoff and workflow completion
Traces appear in the Traces dashboard.
Learn more
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference