Projects
Projects are the top-level container in auralog. Each project has its own API key, log stream, and analysis history.
Creating a project
Section titled “Creating a project”- Sign in at auralog.ai.
- Click New Project on the projects page.
- Name your project (e.g., “my-api”, “frontend-app”).
- Copy the generated API key (starts with
aura_).
Use this key in your SDK init() call.
API keys
Section titled “API keys”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.
Connecting a GitHub repo
Section titled “Connecting a GitHub repo”To enable autofix PRs:
- Go to your project’s Settings.
- Under GitHub Integration, click Install GitHub App.
- Select the repository to connect.
Each project can connect to one GitHub repo. Each repo can only be connected to one project.