BeeAI
Trace BeeAI 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 BeeAI?
BeeAI is an open-source framework for building, deploying, and serving production-ready AI agents. It provides a structured approach to agent development with built-in memory, tools, and LLM integration.
Setup
View your trace
Open the Traces page to see your BeeAI agent trace with execution loops, tool calls, and LLM generations.
What gets traced
All BeeAI operations are auto-instrumented:
- Agent execution loops
- Tool calls and results
- Memory operations
- LLM calls with model, tokens, and input/output
- Agent workflows
Traces appear in the Traces dashboard.
Learn more
- OpenTelemetry integration - How Respan processes OTel spans
- Respan Python SDK - Full SDK reference