openapi: 3.0.3
info:
  title: Quanon Developer Platform API
  version: 0.1.0
  description: >
    Developer-facing surfaces. Live OpenAPI is also available from the Java service at
    /v3/api-docs when the backend is running (springdoc).
servers:
  - url: http://localhost:4040
paths:
  /api/admin/developer:
    get:
      summary: Developer module status
      responses:
        "200":
          description: Status payload
  /api/portal/credentials:
    get:
      summary: List API credentials for the portal org
      responses:
        "200":
          description: Credentials
  /v3/api-docs:
    get:
      summary: Generated OpenAPI document (springdoc)
      responses:
        "200":
          description: OpenAPI JSON
