{
"valid": true,
"attestation_id": "abc123-def456-ghi789-jkl012",
"agent_slug": "my-agent",
"action": "Processed customer request #12345",
"inputs_hash": "a1b2c3d4e5f6...",
"payload_hash": "sha256-of-canonical-payload",
"signature": "base64-ed25519-signature",
"key_id": "abc123def456",
"timestamp": "2024-01-15T10:30:00.000Z",
"has_zk_proof": false,
"zk_proof": null,
"metadata": null,
"independent_verification": {
"curl_pubkey": "curl https://api.treeship.dev/v1/pubkey",
"verify_signature": "openssl pkeyutl -verify ...",
"recreate_payload": "{\"action\":\"...\",\"agent_slug\":\"...\"}"
}
}