Verify Attestation

Independently verify the TEE signature on an OpenGradient confidential inference response.
Every response from an OpenGradient TEE gateway carries an RSA-PSS signature produced inside the enclave with the key the on-chain registry records for that TEE. Paste the attestation fields returned by the SDK below to confirm — entirely in your browser — that the response was produced inside that attested enclave and was not modified in transit. No data is sent to any server.
Attestation
Paste the fields returned by the SDK on a TEE inference response, or load a JSON bundle to fill them automatically.
The enclave's RSA public key from the on-chain TEE registry — your trust anchor. In the SDK this is pem_from_der(TEEEndpoint.signing_public_key_der).
Bind to content (optional)
Provide the original request and the response to additionally prove the signed hashes match the actual content you sent and received.
Plain assistant text, or a full response JSON (with a `choices` array) to extract it automatically.
Result
Verification runs entirely in your browser; nothing is uploaded.
Fill in the attestation and click “Verify attestation”.