Model Observability Backend documentation

Description

Exposes endpoints for creating, updating, and deleting model observability projects, as well as for submitting execution requests after project creation.

It serves as a relay between the frontend and the storage and execution services.

Local installation

Prerequisites

  • Node.js 24.1.0

  • Git

Installation

git clone <repository>
pnpm install
pnpm start:dev

Next Steps