MESH privacy mode produces a signed attestation alongside each completion so callers can verify the response was generated by the published MESH runtime image, not a substituted process.Documentation Index
Fetch the complete documentation index at: https://docs.meshrouter.app/llms.txt
Use this file to discover all available pages before exploring further.
MESH runtime processes the request
The MESH runtime — a deployment-pinned image hash — handles the prompt, calls the
selected model, and computes the response. No third-party process sees the prompt or
response body during this step.
Attestation is emitted alongside the response
Before the completion deltas land, the response stream emits a
privacy.attestation event containing the runtime measurement, release key id,
build provenance, and anchor transaction references.GET /v1/attestation returns the signed attestation document, expected runtime measurement, build provenance, release-key reference and latest anchor transactions.