runtime
Get Latest Runtime Version
Get the latest runtime version.
Returns the most recently released runtime image version.
Returns: Latest runtime version.
Raises: HTTPException: 404 if no versions exist.
GET
Get Latest Runtime Version
Response
200 - application/json
Successful Response
A tracked runtime image version.
Identity fields (frozen): version: Semver string (e.g., "0.39.0"), used as SurrealDB record ID.
Metadata: image_url: Full container image URL for this runtime version. released_at: Timestamp when this version was released. changelog: Optional release notes in markdown.
Previous
Get Llm SettingsReturn the authenticated organization's LLM settings.
On first access the service seeds a default row pointing at the
shared platform default provider so platform agents can always
resolve a concrete model without forcing the user through the
settings screen.
Returns:
Current settings for the caller's organization.
Next
Get Latest Runtime Version