EAT profile identifier: https://spec.cyntrisec.com/air/v1
| Format | COSE_Sign1 (RFC 9052) + CWT (RFC 8392) + EAT (RFC 9711) |
| Signing | Ed25519 only (COSE alg -8), verify_strict semantics |
| Claims | 17 total: 5 standard CWT/EAT + 12 private (keys -65537 to -65549) |
| Platforms | AWS Nitro Enclaves, Intel TDX |
| Status | v1.0 frozen. Closed profile, no extension mechanism. |
draft-tsyrulnikov-rats-attested-inference-receipt — IETF RATS working group area.
IPR disclosure: IPR 7182
An AIR receipt binds model identity (cryptographic hash), input/output hashes, attestation-linked measurements, and operational telemetry into a single signed artifact. One inference, one receipt, independently verifiable by any third party with standard COSE/CWT tooling.
AIR is attestation-linked but does not replace platform-specific attestation. It carries measurements and a hash reference to the platform attestation document. Verification is split into two concerns: AIR-local verification of the receipt itself, and platform-specific verification of the underlying attestation evidence.
Standard CWT/EAT: iss (1) Issuer iat (6) Issued-at (Unix seconds, uint only) cti (7) Receipt ID (UUID v4, 16 bytes) eat_profile (265) "https://cyntrisec.com/spec/air/v1" eat_nonce (10) Optional client nonce (8-64 bytes) AIR Private Claims: model_id (-65537) Human-readable model name model_version (-65538) Model version string model_hash (-65539) SHA-256 of model weights request_hash (-65540) SHA-256 of inference input response_hash (-65541) SHA-256 of inference output attestation_doc_hash (-65542) SHA-256 of platform attestation doc enclave_measurements (-65543) Platform measurement registers policy_version (-65544) Workload policy version sequence_number (-65545) Monotonic counter per session execution_time_ms (-65546) Inference wall-clock time memory_peak_mb (-65547) Peak memory usage security_mode (-65548) Workload security mode model_hash_scheme (-65549) Optional: hash computation method
The full CDDL schema is in the Internet-Draft (Section 4.5 and Appendix A). Machine-readable CDDL: air-v1.cddl
10 test vectors (2 valid, 8 invalid) covering all four verification layers. Available at: air-v1/vectors/
v1-nitro-no-nonce — Valid, Nitro measurements, no noncev1-tdx-with-nonce — Valid, TDX measurements, with nonce