Skip to content

Application version and metadata

GET
/api/version

Returns the application name, version, Rails version, Ruby version, and environment. No authentication required — used by monitoring tools, deployment verification scripts, and the frontend health check.

Responses

Version and runtime metadata

application/json
JSON
{
  
"name": "Vulcan",
  
"version": "2.3.7",
  
"rails": "8.1.3.1",
  
"ruby": "3.4.10",
  
"environment": "production"
}

Playground

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)