data privacy.
Keep inputs, weights, and outputs secret end-to-end.
End-to-end privacy is the default: inputs are encrypted at rest, in flight, and in computation. The only plaintext in the whole system is the one you decrypt, on your own machine, with your own key.
inputsfhe-encrypted
weightsencrypted · optional
outputsciphertext
transporttls 1.3
secret by default
Privacy isn't a mode you opt into — it's the only mode. There is no "unencrypted" endpoint to accidentally call, because the unencrypted path doesn't exist.