# `mix zen_quant.manifest`
[🔗](https://github.com/ZenHive/zen_quant/blob/v0.8.1/lib/mix/tasks/zen_quant.manifest.ex#L1)

Exports the ZenQuant API manifest as a static JSON file.

The manifest describes all ZenQuant modules and their public functions,
including typespecs, documentation hints, and parameter metadata.
Non-BEAM consumers (CI pipelines, other languages, EIP-8004 registration)
can use this artifact to discover ZenQuant's capabilities.

## Usage

    mix zen_quant.manifest
    mix zen_quant.manifest --output /tmp/manifest.json

---

*Consult [api-reference.md](api-reference.md) for complete listing*
