All features
06COMPATIBLE

Works with your stack

Currai speaks the Langfuse SDK and OpenTelemetry wire formats. If you're already instrumented, you migrate by changing a host — your existing code, spans, and exporters keep working.

  • Drop-in for the Langfuse Python and TypeScript SDKs.
  • Ingest OpenTelemetry spans through the standard OTLP endpoint.
  • No re-instrumentation — keep the trace code you already wrote.
  • Point your collector or SDK at Currai and ship.

Drop-in compatible 🔌

from langfuse import Langfuse

client = Langfuse(
    public_key="pk-lf-...",
    secret_key="sk-lf-...",
    host="https://currai.app",  # only this line changes
)