@carbon-js/connect (the @carbon-js/connect package) wires your AI coding apps’ built-in OpenTelemetry exporters to Carbon. It runs from npx — no install — and edits each app’s own config, so there’s no daemon and no changes to your projects.
Interactive setup
With no arguments it walks you through setup: it detects the apps installed on your machine, lets you pick which to connect, and prompts for your API key.When only one supported app is detected, the picker is skipped and that app is connected directly.
Commands
connect
Connect a single app directly by naming it, passing the key inline:status
Print a table of every supported app and whether it’s connected. Pass an app name to narrow it to one:disconnect
Cleanly revert the connection — removing exactly the keys it added and leaving the rest of the config untouched:Requirements
- Node ≥ 18
- Claude Code and/or Codex installed locally