Projects
Projects are the top-level container in auralogs. Each project has its own log stream, analysis history, ingest keys, and read keys.
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”).
- Choose whether to add an AI provider key now. You can start without one; logs still ingest, and you can use the dashboard, REST API, and MCP server. Add an Anthropic or OpenAI key later if you want auralogs-generated analyses.
- After the project opens, copy the one-time startup keys:
- Ingest key — starts with
aura_; use it in your SDKinit()call to send logs. - MCP/API read key — starts with
aura_read_; use it with MCP clients or the REST API to read logs.
- Ingest key — starts with
Plaintext keys are shown once. If you supplied a provider key during creation, it pre-populates Settings → AI providers and pre-selects matching models under Model routing — you can change either later.
If you closed the startup modal without copying a key, create a new one under Settings → API & MCP keys. You can revoke the unrecovered key from there too.
API & MCP keys
Section titled “API & MCP keys”Each project can have multiple keys:
- Ingest keys send logs from your app to auralogs.
- Read keys give MCP and REST clients read-only access to one project. Use them when you want Codex, Claude, Cursor, another MCP client, or a REST script to inspect logs without write access.
Create additional keys, revoke old keys, or rotate keys from Settings → API & MCP keys. Revocation is immediate.
Connecting a GitHub repo
Section titled “Connecting a GitHub repo”GitHub is optional. Connect a repo only when you want auralogs to map analyses back to source code and open autofix PRs:
- Go to your project’s Settings.
- Under Repository, click Connect Repository.
- Authorize the
auralog-autofixGitHub App for the repo you want, then pick it from the list.
Each project can connect to one GitHub repo. Each repo can only be connected to one project.