This is WYRE Technology's fork of CIPP-API — the Azure Functions backend for CIPP (CyberDrain Improved Partner Portal), the open-source Microsoft 365 tenant management platform for MSPs.
WYRE runs CIPP for its own MSP operations at cipp.wyretechnology.com. This fork tracks upstream and carries WYRE-specific deployment configuration on top — currently a dedicated Azure Function App deployment workflow (.github/workflows/) for WYRE's own instance.
For everything about what CIPP does, how the API is structured (CIPPHttpTrigger, CIPPOrchestrator, CIPPTimer, etc.), and how to develop against it, see the upstream CIPP-API repo and the CIPP documentation site. This fork intentionally does not duplicate that documentation — only WYRE-specific deployment differences are noted here.
This fork should be kept current with KelvinTegelaar/CIPP-API's main branch. Merge upstream regularly rather than accumulating drift, and keep WYRE-specific changes (deployment workflows, environment config) isolated from upstream application code to minimize merge conflicts.
AGPL-3.0, inherited from upstream — see license.md.