{ pricing: "/pricing", blog: "/blog", docs: "/docs" }
Sign In
All features
01INSTRUMENT

Trace any app in 5 lines

The fastest way to see what your AI app is actually doing. Add two HTTP calls or install the Currai coding-agent skill — the first captured session appears immediately.

  • No Currai runtime dependency or framework lock-in.
  • Create sessions and nested events with two language-neutral endpoints.
  • Use short timeouts so telemetry never blocks a product request.
  • Add sampling and redaction for production.

Send your first trace 🧵

from app.telemetry import captureTrace

# captureTrace POSTs to Currai's native HTTP endpoints
trace = captureTrace(name="chat-turn", user_id="user-1")
trace.update(metadata={"app_version": "1.4.0"})