docs/en/observability/neatlogs.mdx
Neatlogs helps you see what your agent did, why, and share it.
It captures every step: thoughts, tool calls, responses, evaluations. No raw logs. Just clear, structured traces. Great for debugging and collaboration.
CrewAI agents use multiple tools and reasoning steps. When something goes wrong, you need context β not just errors.
Neatlogs lets you:
All in one place.
Manage your traces effortlessly
The best UX to view a CrewAI trace. Post comments anywhere you want. Use AI to debug.
```python
import neatlogs
neatlogs.init("YOUR_PROJECT_API_KEY")
```
Agents run as usual. Neatlogs captures everything automatically.
According to GitHub, Neatlogs:
All with just two lines of code.
With just:
pip install neatlogs
import neatlogs
neatlogs.init("YOUR_API_KEY")
You can now capture, understand, share, and act on your CrewAI agent runs in seconds.
No setup overhead. Full trace transparency. Full team collaboration.