Skip to content
KOPAIDocs
Open Kopai

Getting Started

The Quickstart lets your coding agent do this work. This page is the same journey by hand. It is also the path for stacks the otel-instrumentation skill does not cover yet.

  • Node.js v22.13.0+ installed

Run the local backend:

Terminal window
npx @kopai/app start

This starts an OTLP collector on port 4318 and the dashboard with its API server on port 8000.

Follow the OpenTelemetry guide for your language:

We also cover the Next.js, Mastra, and LangChain frameworks, plus infrastructure logs from journald and rsyslog.

Run your app and send it a few requests. Then open the dashboard at http://localhost:8000 and inspect the Traces, Logs, and Metrics.

The CLI reads from the local backend with no login and no flags:

Terminal window
npx @kopai/cli traces search --limit 5

Swap traces search for logs search or metrics discover to query the other signals.