Getting Started
Ready to upgrade your debugging game? It only takes 2 lines of code
Install Neatlogs SDK
pip install neatlogs
poetry install neatlogs
Get Your Project API Key:
- Go to https://app.neatlogs.com/sign-up and create your account.
- Open your Neatlogs dashboard.
- Create a new project.
- Copy the Project API Key
Add 2 lines of code
import neatlogs
neatlogs.init(<INSERT YOUR PROJECT API KEY HERE>)
Run your agent and start tracing
Execute your program and trace it on your neatlogs dashboard