Contract intelligence · 1–2 Nexus credits

See the contract before it breaks.

Lens turns real JSON into a compact inferred contract, fingerprints it, and compares versions to flag removed paths and type changes that can break downstream agents and automations.

Infer.

curl -X POST https://humanmirror.fr/api/lens/infer \
  -H "Authorization: Bearer hm_nexus_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"input":{"id":1,"name":"Ada","active":true}}'

Diff.

curl -X POST https://humanmirror.fr/api/lens/diff \
  -H "Authorization: Bearer hm_nexus_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"before":{"id":1},"after":{"id":"1"}}'