All features
07MANAGED

We run the infra

Observability data is high-volume and append-heavy — the kind of workload that usually means running ClickHouse yourself. Currai hosts ingestion, storage, and dashboards so you operate none of it.

  • Hosted, horizontally-scaled ingestion endpoint.
  • Columnar storage tuned for trace and span queries — no ClickHouse to babysit.
  • Dashboards, search, and filtering maintained for you.
  • Scales with your traffic; you watch data, not infrastructure.

Skip the ops 🛠️

# you write this — Currai runs the ingestion, storage, and dashboards
currai = Currai(public_key="pk-lf-...", secret_key="sk-lf-...")

currai.trace(name="chat-turn").generation(
    name="openai.chat",
    model="gpt-4o-mini",
    input=messages,
).end(output=reply)