attest
Wrap any payload in a tamper-evident record: a UUID, a timestamp (NTP-verified when reachable, local clock otherwise -- the record says which), and a sha256 over the canonical record. One call, the record is complete and tamper-evident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | NTP server for the verified timestamp | time.cloudflare.com |
| payload | Yes | Any JSON value to attest |