Skip to main content

Tutorials

Hands-on lessons. Prefer the Quickstart first — Fill in creates an API key and a runnable snippet — then pick a tutorial below.

Pick a tutorial

🔌 Auto-instrument OpenAI

15 minutes. One decorator turns your existing OpenAI calls into traced events.

Start →

🤖 Trace a multi-agent run

20 minutes. End-to-end LangChain trace with parent + child spans.

Start →

🧑‍⚖️ Judge a model output

15 minutes. Build a deterministic judge and a rubric-based LLM judge.

Start →

💸 Set a cost budget + alert

10 minutes. Wire a Slack alert that fires when monthly tokens cross 80%.

Start →

Before you start

You'll need:

  • An Eden account at edenobservability.com
  • An org API key — use Fill in or Settings → API Keys
  • The Python or TypeScript SDK installed
  • A provider key (e.g. OPENAI_API_KEY) for LLM calls

If anything doesn't work, run python -m eden_sdk.doctor / npx eden-doctor, or re-check Authenticate.