Handbook - Reference

Routes

There is no /live primary route. Live trace receiving is a mode inside /traces.

On this page

Product Routes

RoutePurpose
/projectsSelect or create a project.
/projects/:projectIdSelects the project and redirects to /traces.
/tracesTrace history and live trace receiving modes.
/traces/:traceIdTrace investigation and span detail.
/logsProject log search, selected-log inspector, and trace/span pivots.
/metricsMetric explorer for descriptors, series queries, group-by, filters, and exemplars.
/dashboardsSaved and built-in dashboards using typed metric, log, trace, and live widgets.
/alertsProject alert rules, silences, and in-app alert history records.
/ai-chatOptional project-scoped AI Chat assistant when enabled and provider-backed.
/ai-evalOptional AI evaluation workspace.
/projects/:projectId/settingsProject general settings.
/projects/:projectId/settings/ingestProject API key setup and key management.
/projects/:projectId/settings/membersProject-specific membership and roles.
/projects/:projectId/settings/retentionProject retention policy settings.
/projects/:projectId/settings/ai-providersProject AI provider profiles and model aliases.
/projects/:projectId/settings/ai-evalProject AI evaluation settings when enabled.
/organizations/:organizationId/ai-providerCompany AI Chat provider settings for company admins.

Handbook Evaluation Routes

RoutePurpose
/handbook/evaluationsEnd-user overview for datasets, evaluations, comparisons, optimization, and promotion.
/handbook/evaluations/datasetsCreate and manage schema-backed datasets and rows.
/handbook/evaluations/evaluationsCreate evaluation definitions, run them, inspect results, and compare candidates.
/handbook/evaluations/optimizationsUse 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

RoutePurpose
/graphqlPublic GraphQL endpoint and GraphQL subscriptions.
/auth/loginStarts deployed SSO login.
/auth/callbackHandles provider callback.
/auth/logoutClears BFF session.
/livezLiveness.
/readyzReadiness.
/api/healthBFF health response.

OTLP Routes

RouteSignal
POST /v1/tracesOTLP traces.
POST /v1/logsOTLP logs.
POST /v1/metricsOTLP metrics.

Last updated .