{
  "openapi": "3.1.0",
  "info": {
    "title": "Zynvora API",
    "version": "0.1.0",
    "description": "Enterprise REST API for Zynvora Enterprise AI Platform"
  },
  "servers": [{ "url": "https://api.zynvora-ai.com" }],
  "paths": {
    "/v1/projects": {
      "get": {
        "summary": "List projects",
        "security": [{ "bearerAuth": [] }],
        "responses": { "200": { "description": "OK" } }
      }
    }
  },
  "components": {
    "securitySchemes": {
      "bearerAuth": { "type": "http", "scheme": "bearer" }
    }
  }
}
