docs.logbrew.co
Full docs site
Use the dedicated docs site for long-form setup, API details, and examples that should not crowd the product landing pages.
Open docs siteChoose the app or framework, create a project in Add Project, and verify the first signal before moving into CLI and dashboard references.
Start with the app or framework that matches your project. Use the same choice in Add Project.
Install command
Keep the first session tight: install the package, create the project, send one non-secret product action, then confirm it in LogBrew.
npm install @logbrew/sdk @logbrew/nodeCopied. Paste it into your terminal or assistant, then continue with the next step.node node_modules/@logbrew/node/examples/first-useful-telemetry.mjsCopied. Paste it into your terminal or assistant, then continue with the next step.logbrew logs info --jsonCopied. Paste it into your terminal or assistant, then continue with the next step.Give an agent the public LogBrew map before it edits your app or setup command.
curl -L https://logbrew.co/llms.txtCopied. Paste it into your terminal or assistant, then continue with the next step.Read https://logbrew.co/llms.txt, then choose the matching SDK card at https://logbrew.co/en/docs#docs-sdk-choice-title. Use npm install @logbrew/sdk @logbrew/node only for a server-side Node.js service; for Next.js, React, iOS, Android, or React Native, use the selected card and Add Project prompt. Ask the signed-in user to open Add Project and place credentials only in the matching app environment. For server-side Node.js, the env var is LOGBREW_SERVER_API_KEY. Run node node_modules/@logbrew/node/examples/first-useful-telemetry.mjs only for Node services, then verify with logbrew logs info --json. Do not ask for credentials in chat or commits.Use this Node path when you want live project data, not another setup article. The dashboard creates the project and shows the one-time credential; the public docs keep the package and verification steps safe.
Start with the core SDK and Node helper when a backend service needs logs, request spans, actions, releases, and metrics.
npm install @logbrew/sdk @logbrew/nodeCopied. Paste it into your terminal or assistant, then continue with the next step.Sign in, open Add Project, choose a platform, and copy the one-time ingest credential from that setup panel. The website does not repeat it after you leave.
Open Add ProjectUse the installed package example to inspect the release, environment, request span, product action, network milestone, and metric shape before wiring your app.
node node_modules/@logbrew/node/examples/first-useful-telemetry.mjsCopied. Paste it into your terminal or assistant, then continue with the next step.After the SDK sends an info signal with the project credential, use the CLI or dashboard logs view to confirm it arrived before adding more instrumentation.
logbrew logs info --jsonCopied. Paste it into your terminal or assistant, then continue with the next step.docs.logbrew.co
Use the dedicated docs site for long-form setup, API details, and examples that should not crowd the product landing pages.
Open docs sitePlain text
Use the localized Markdown mirror when an agent or terminal workflow needs the same docs without browser-only state.
Open MarkdownPlain text
Use llms.txt, Markdown mirrors, robots, and sitemap when an agent needs predictable public reading paths.
Open llms.txtSet up
Run status first to confirm reachability, login state, and the next safe read.
logbrew status --jsonTriage
Read recent error logs, then move into issues or traces when a release or project needs context.
logbrew logs error --jsonHand off
List open issues when a teammate needs the same failure groups.
logbrew issues open --jsonCommand map
Check local auth, API reachability, and recovery steps before any private read.
logbrew status --jsonCommand map
Start with recent errors when a release, project, or trace needs context.
logbrew logs error --jsonCommand map
List open failure groups before deciding whether to resolve, close, ignore, or reopen.
logbrew issues open --jsonCommand map
Read a known trace id when logs or issues point to one failing request.
logbrew trace <trace_id> --jsonCommand map
Filter user events by name when the important context is a product action.
logbrew actions --name checkout_failed --jsonCommand map
Compare rollout context with log, issue, trace span, and action counts.
logbrew releases --jsonCLI first
The first read should tell you whether the CLI can reach the LogBrew API without exposing token material.
Observe
Logs, issues, actions, traces, releases, and projects should stay separated enough to scan quickly and connected enough to recover context.
Share
Use public docs, Markdown, and copyable commands when someone needs setup help or a safe handoff.
API map
The web workspace should follow documented LogBrew API contracts instead of inventing dashboard-only storage or alternate contracts.