Handbook - Reference
Routes
There is no /live primary route. Live trace receiving is a mode inside /traces.
On this page
On this page
Product Routes
| Route | Purpose |
|---|---|
/projects | Select or create a project. |
/projects/:projectId | Selects the project and redirects to /traces. |
/traces | Trace history and live trace receiving modes. |
/traces/:traceId | Trace investigation and span detail. |
/logs | Project log search, selected-log inspector, and trace/span pivots. |
/metrics | Metric explorer for descriptors, series queries, group-by, filters, and exemplars. |
/dashboards | Saved and built-in dashboards using typed metric, log, trace, and live widgets. |
/alerts | Project alert rules, silences, and in-app alert history records. |
/ai-chat | Optional project-scoped AI Chat assistant when enabled and provider-backed. |
/ai-eval | Optional AI evaluation workspace. |
/projects/:projectId/settings | Project general settings. |
/projects/:projectId/settings/ingest | Project API key setup and key management. |
/projects/:projectId/settings/members | Project-specific membership and roles. |
/projects/:projectId/settings/retention | Project retention policy settings. |
/projects/:projectId/settings/ai-providers | Project AI provider profiles and model aliases. |
/projects/:projectId/settings/ai-eval | Project AI evaluation settings when enabled. |
/organizations/:organizationId/ai-provider | Company AI Chat provider settings for company admins. |
Handbook Evaluation Routes
| Route | Purpose |
|---|---|
/handbook/evaluations | End-user overview for datasets, evaluations, comparisons, optimization, and promotion. |
/handbook/evaluations/datasets | Create and manage schema-backed datasets and rows. |
/handbook/evaluations/evaluations | Create evaluation definitions, run them, inspect results, and compare candidates. |
/handbook/evaluations/optimizations | Use evaluation evidence to optimize and explicitly promote target changes. |
There is no /live primary route. Live trace receiving is a mode inside /traces.
Public Backend Routes
| Route | Purpose |
|---|---|
/graphql | Public GraphQL endpoint and GraphQL subscriptions. |
/auth/login | Starts deployed SSO login. |
/auth/callback | Handles provider callback. |
/auth/logout | Clears BFF session. |
/livez | Liveness. |
/readyz | Readiness. |
/api/health | BFF health response. |
OTLP Routes
| Route | Signal |
|---|---|
POST /v1/traces | OTLP traces. |
POST /v1/logs | OTLP logs. |
POST /v1/metrics | OTLP metrics. |
Last updated .