claudedwithlove
explore/proxmox-openapi

Proxmox-OpenAPI

Crafted

Generates complete OpenAPI 3.0.3 specifications for Proxmox Virtual Environment and Proxmox Backup Server by extracting and structuring their official APIs. Provides both JSON and YAML formats for developers building tools, clients, or integrations against Proxmox infrastructure platforms.

·6··submitted April 17, 2026
View on GitHub
Clauded With Love Rating
6.9 / 10

This project automatically generates OpenAPI 3.0.3 specifications for Proxmox Virtual Environment and Proxmox Backup Server APIs by parsing their official JavaScript documentation. It provides both JSON and YAML formats with comprehensive coverage of 687 PVE operations and 348 PBS operations.

Code Quality6.5
Usefulness8.5
Claude Usage5.0
Documentation7.5
Originality7.0
Highlights
  • Comprehensive API coverage with 385 PVE and 233 PBS endpoints providing complete specification files
  • Well-structured repository with clear separation between PVE and PBS specifications and proper naming conventions
  • Automated CI/CD workflow for keeping specifications up-to-date with official Proxmox documentation
To Improve
  • Add comprehensive test coverage for the Python generation scripts to ensure specification accuracy
  • Include more detailed error handling and validation in the OpenAPI generation process with schema validation
Stack