qm_attest
Mint a portable sanity attestation: a signed token binding an agent_id to a statement's sanity-check results. Checks shape (presence, length, injection indicators), not truth. Token is HMAC-signed upstream with a production secret; verify with qm_attest_verify. Free, anonymous.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Identifier of the attesting agent. | |
| statement | Yes | Statement being attested (max 20000 chars). |