Modules
Projects
You can manage multiple projects separately in Neatlogs. The Project API Key is essential for connecting your code to Neatlogs.
Creating a New Project
-
Click the "Projects" icon in the left-hand vertical menu.
-
This screen lists your projects. You can search, filter, and sort them. Each project card shows its name, last trace timestamp, and trace count.
-
Click the "+ New Project" button.
-
Enter the project name and description in the modal.
-
Click "Create Project."
-
Important: Copy your Project API Key. You'll need it to initialize Neatlogs in your code:
import neatlogs neatlogs.init(<INSERT YOUR PROJECT API KEY HERE>)