NeatlogsNeatlogs
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

  1. Click the "Projects" icon in the left-hand vertical menu.

  2. This screen lists your projects. You can search, filter, and sort them. Each project card shows its name, last trace timestamp, and trace count.

  3. Click the "+ New Project" button. New Project Screenshot

  4. Enter the project name and description in the modal.

  5. Click "Create Project."

  6. 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>)