Service version
Returns hardcoded deployment identifiers. See the response schema description: these three literals are not read from package.json, environment variables, or build metadata. Requires caller authentication, like every route except GET /health.
Authorizations
Caller API key issued by scripts/generate-api-key.ts. Sent as Authorization: Bearer . Verified against a stored SHA-256 hash in constant time by packages/api/src/auth/StaticKeyAuthenticator.ts. Required on every route except GET /health. See /api-reference/authentication.
Response
Service version information.
Response returned by GET /version. All three fields are hardcoded literals in packages/api/src/routes/version.ts, not read from package.json or any build metadata.