{
  "openapi": "3.0.3",
  "info": {
    "title": "H-REVN Managed API",
    "version": "1.0.0-alpha",
    "description": "Discovery document for the public H-REVN runtime. H-REVN signs workflow state, evidence, and receipts for audit-ready agent workflows."
  },
  "servers": [
    {
      "url": "https://api.hrevn.com/v1"
    }
  ],
  "paths": {
    "/health": {
      "get": {
        "summary": "Runtime health check",
        "operationId": "getHealth",
        "responses": {
          "200": {
            "description": "Runtime is reachable"
          }
        }
      }
    }
  }
}
