DocsOverview

Overview

Eden is the observability + improvement platform for AI agents and LLM apps. These docs cover the core API surface: the OpenAI-compatible gateway, the SDKs, the workspace endpoints, and the /eden-improve CLI agent. All endpoints require authentication via JWT cookie.

Base URL

/api/proxy

Introduction

Eden is delivered as three pillars: Observability (OpenAI-compatible gateway + Python/TypeScript SDKs that capture every LLM call), the Web platform (org management, visualisations, data export, and a persistent AI assistant sidebar), and the CLI coding agent with the flagship /eden-improve command that turns failing traces into shipped PRs. The three pillars close the loop: capture, analyse, improve.

Getting Started

  1. Create an account or sign in
  2. Point your existing OpenAI SDK at Eden's gateway (one-line change)
  3. Browse captured traces, costs, and eval scores in the portal
  4. Install eden CLI and run /eden-improve to ship a fix