Skip to content

Projects

Projects are the top-level container in auralog. Each project has its own API key, log stream, and analysis history.

  1. Sign in at auralog.ai.
  2. Click New Project on the projects page.
  3. Name your project (e.g., “my-api”, “frontend-app”).
  4. Copy the generated API key (starts with aura_).

Use this key in your SDK init() call.

Each project has one API key. You can view it in the project’s Settings page. If you need to rotate a key, generate a new one in settings — the old key will stop working immediately.

To enable autofix PRs:

  1. Go to your project’s Settings.
  2. Under GitHub Integration, click Install GitHub App.
  3. Select the repository to connect.

Each project can connect to one GitHub repo. Each repo can only be connected to one project.