qm_attest_verify
Verify a token minted by qm_attest. Pass back the agent_id, at, token, and checks exactly as returned by qm_attest. Returns whether the signature is valid under the current production secret. Free, anonymous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | Timestamp (at) from the qm_attest response. | |
| token | Yes | Token from the qm_attest response. | |
| checks | Yes | Checks array exactly as returned by qm_attest. | |
| agent_id | Yes | agent_id from the qm_attest response. |