← Home

Documentation

Optelly gives you real-time observability for AI coding agents. Connect your CLI tools via OpenTelemetry in one command — no proxy, no SDK, no code changes.

Supported Tools

Claude Code
Supported
Codex
Supported
Gemini CLI
Supported

Optelly works with any AI coding tool that exports OpenTelemetry. The tools above have been tested and are fully supported.

Quick Start

Get set up in 30 seconds:

# Install and configure (auto-detects your tools)
npx optelly setup

# Start a coding session as usual
claude  # or codex, gemini

# Open optelly.com — your agent appears in the office

The setup command authenticates you via GitHub, detects installed AI tools, and configures their OTel exporters to send telemetry to Optelly.

Setup Options

# Configure a specific tool
npx optelly setup --tool claude

# Use an existing API key (skip GitHub auth)
npx optelly setup --key ok_abc123def456

# Non-interactive: configure all detected tools
npx optelly setup -y

# Verify your configuration
npx optelly setup --check

How It Works

Optelly uses OpenTelemetry — the open standard for observability. When you run npx optelly setup, it sets environment variables that tell your AI coding tool to export telemetry data (traces, metrics, logs) to Optelly's collector.

No proxy sits between you and your AI tool. No SDK is injected. Optelly reads the same telemetry your tool already produces — it just gives you a way to see it.

What Gets Collected

Optelly does not collect your code, prompts, or AI responses. Only operational metadata is captured.

OTel Environment Variables

For reference, npx optelly setup configures the following environment variables:

VariableValue
OTEL_METRICS_EXPORTERotlp
OTEL_LOGS_EXPORTERotlp
OTEL_EXPORTER_OTLP_PROTOCOLhttp/json
OTEL_EXPORTER_OTLP_ENDPOINThttps://optelly.com
OTEL_EXPORTER_OTLP_HEADERSx-optelly-key=<your_key>

You can also set these manually if you prefer not to use the CLI.

CLI Commands

CommandDescription
npx optelly setupAuthenticate and configure AI tools for OTel export
npx optelly setup --checkVerify OTel configuration and test server connectivity
npx optelly loginAuthenticate via GitHub (without configuring tools)
npx optelly statusShow current configuration and connection status

Pricing

FeatureFreePro ($10/seat/mo)
Live 3D officeUnlimited agentsUnlimited agents
Data retention24 hours90 days
AnalyticsLast 24hFull history + trends
Export (CSV/JSON)Included
Team analyticsPer-user breakdown
Get Started — Free

No credit card required. Free tier includes unlimited agents with 24-hour retention.