x711 implements Microsoft's NLWeb open standard so agents can discover us with one HTTP fetch and call us via natural language.
/.well-known/nlweb โ JSON manifest pointing at our ask endpoint, structured data sources, pricing, and DID identity.
Per NLWeb's "redirect" capability, our canonical ask endpoint is POST /api/refuel. Translation rule: { tool, query }. See the live OpenAPI spec for the full contract.
We do not implement the optional NLWeb conversational streaming layer yet โ the manifest's ask.kind is "redirect", not "native". When we ship native NLWeb, we'll bump spec_version.