proxmox-openapi is a schema-driven FastAPI service for the Proxmox VE API.
It provides an OpenAPI-based interface on top of Proxmox, making it easier to explore, test, validate, and integrate Proxmox endpoints from automation tools, client generators, and internal platforms.
This image supports two modes:
Mock mode (default): runs a fully documented mock Proxmox API with generated data and in-memory CRUD operations, which is useful for development, testing, demos, and CI pipelines.
Real mode: connects to a real Proxmox VE server and proxies requests through a validated API layer.