Skip to content

Server Catalog

Catalog aggregates recipe metadata into index.json and exposes discovery/download interfaces.

  • catalog.search
  • catalog.info
  • catalog.download
  • catalog.list
  • catalog.submit (authenticated)

Catalog stores raw recipe JSON plus overlay data:

  • quality (verified, maintained, security audit status)
  • promotion (promoted flags and weights)
  • analytics (downloads, events)

Recipes remain universal and client-agnostic; overlays are catalog-owned metadata.

Read the implementation details in Catalog Overview and Admin API.