{
  "info": {
    "description": "Ultra-lightweight CI/CD Runner for GitLab \u0026 Autonomous AI Agent Studio.",
    "title": "Saur.run API \u0026 Agent Gateway",
    "version": "1.1.0"
  },
  "openapi": "3.0.3",
  "paths": {
    "/api/v1/status": {
      "get": {
        "responses": {
          "200": {
            "description": "Current status"
          }
        },
        "summary": "Runner Telemetry \u0026 Scale-to-Zero stats"
      }
    },
    "/healthz": {
      "get": {
        "responses": {
          "200": {
            "description": "Service is healthy"
          }
        },
        "summary": "Health check"
      }
    },
    "/v1/chat/completions": {
      "post": {
        "responses": {
          "200": {
            "description": "Completion"
          }
        },
        "summary": "OpenAI-Compatible Chat Completions \u0026 HTTPStream SSE"
      }
    }
  },
  "servers": [
    {
      "description": "Production Edge Gateway",
      "url": "https://saur.run"
    },
    {
      "description": "Local Saur Studio",
      "url": "http://localhost:8080"
    }
  ]
}