Hyperfence Logo Hyperfence

Documentation

Hyperfence Docs

Hyperfence is a transparent proxy that sits between your application and any LLM provider. Every prompt and response is validated, classified, and logged - without calling a second guard LLM.

How it works

Hyperfence speaks the same API protocols as your LLM provider. Your application changes one value: the base URL. Requests flow through the proxy, are validated by purpose-built ML classifiers, and are forwarded to the upstream model. Validation adds under 200 ms of latency. No guard LLM. No SDK. No code changes beyond that one line.