Get cryptographic proof your AI workloads run in genuine TEE hardware with verified software
nvidia_payload
: GPU attestation data for NVIDIA verificationintel_quote
: CPU attestation quote for Intel TDX verificationsigning_address
: Cryptographic key that signs your AI responsesintel_quote
value into the verification tool to confirm CPU authenticity.
event_log
in your attestation report. This log contains hashes of every software component loaded during boot. Compare these against known good values to ensure your OS hasn’t been modified.
The event log provides a complete chain of trust from hardware boot to application execution.
info
field contains a hash of your docker compose configuration and application image. Verify this hash matches your expected source code to prevent tampering.
This ensures your AI model and its environment match what you deployed originally.