TraceKitTraceKit Docs
Integrations

Integration Overview

Overview of TraceKit integration options including REST API and CLI. Choose the best approach for your application.

TraceKit Integration

Integrate TraceKit into your applications using our REST API or CLI tool. Choose the approach that best fits your workflow.

What is TraceKit Integration?

TraceKit provides multiple ways to integrate monitoring into your applications. Whether you prefer a simple command-line tool or full programmatic control via REST API, we've got you covered.

Integration Methods

OTLP Direct (No SDK Required)

Already running OpenTelemetry? Skip the SDK entirely. TraceKit accepts standard OTLP over HTTP -- just configure your exporter:

Traces:  https://app.tracekit.dev/v1/traces
Metrics: https://app.tracekit.dev/v1/metrics
Header:  X-API-Key: your_api_key_here

Works with any language, any framework, any existing OTel setup. No code changes needed beyond updating the exporter endpoint.

When do you need the SDK? Only for features outside the OpenTelemetry spec: live breakpoints (non-breaking production debugging), automatic PII scrubbing, and LLM auto-instrumentation. If you only need tracing and metrics, OTLP direct is all you need.

CLI Integration

The fastest way to get started. One command sets up everything automatically.

  • Automatic framework detection
  • SDK installation included
  • Health monitoring setup
  • Interactive setup wizard
tracekit init

Learn more

API Integration

Full programmatic control for custom integrations and partner applications.

  • RESTful API endpoints
  • Email-based registration
  • Health check API
  • Webhook support
POST /v1/integrate/register

View API docs

What You Get

  • Hacker Plan (Free) -- 200,000 traces per month forever, completely free
  • Email Notifications -- Automatic alert setup for service issues
  • Health Monitoring -- Uptime tracking with heartbeats and endpoint checks
  • Dashboard Access -- Full-featured web UI for traces, metrics, and alerts

Comparison

FeatureOTLP DirectCLIAPI
Setup Time1 config change1 commandMultiple API calls
SDK RequiredNoOptionalManual
Framework DetectionN/AAutomaticManual
Live BreakpointsNoYes (with SDK)Yes (with SDK)
LLM InstrumentationNoYes (with SDK)Yes (with SDK)
Best ForExisting OTel usersNew projectsFrameworks and partners

Choosing a Method

When to use each method:

  • OTLP Direct: You already have OpenTelemetry set up and just want tracing/metrics
  • CLI: Starting fresh, want the fastest setup with optional SDK features
  • API: Framework integrations, partner applications, custom workflows

Ready to Integrate?

On this page