Skip to content

Management API

This part of the documentation is related to technical topics around the Management API.

It gives some implementation details and general ideas that can be especially helpful when contributing to the API's code or during a platform setup.

The Management API is delivered as two pieces: a reusable library (@kamea/api) and a thin reference app (management-api). For the relationship between them — what lives on each side, why the split exists, and how customer projects consume the lib — see App and @kamea/api lib. For how the lib fits in the broader monorepo, see Kamea Libs.

The API endpoints are documented at this address. Note that this documentation matches the latest features, which might be unreleased. You can see the documentation of your version at the /api endpoint of your Management API, whether it's executed locally or in the cloud.