Skip to content

API

Shared REST surface consumed by the launcher, dashboard, and services.

Sections

Live tryout

Observability

  • When SENTRY_DSN (or SENTRY_DSN_FILE) is configured, the service reports uncaught panics and server errors to Sentry with the release public-api@${PUBLIC_API_BUILD} (override with SENTRY_RELEASE) and a region tag sourced from PUBLIC_API_REGION.
  • The HTTP trace layer also emits error! logs for 5xx responses so Sentry captures individual request metadata.