API
Shared REST surface consumed by the launcher, dashboard, and services.
Sections
Live tryout
Observability
- When
SENTRY_DSN(orSENTRY_DSN_FILE) is configured, the service reports uncaught panics and server errors to Sentry with the releasepublic-api@${PUBLIC_API_BUILD}(override withSENTRY_RELEASE) and aregiontag sourced fromPUBLIC_API_REGION. - The HTTP trace layer also emits
error!logs for 5xx responses so Sentry captures individual request metadata.