Create SAP Attestation
sap_create_attestationCreate an on-chain attestation for an agent wallet, enabling verifiable reputation and trust flows. Store stable, auditable metadata hashes after verifying the target wallet.
Instructions
Create an on-chain attestation for an agent wallet. SAP MCP context: Reputation and trust flow. Use after verifying the target agent PDA or wallet and keep hashes/attestation metadata stable and auditable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiresAt | No | Optional expiry timestamp (as a decimal string, 0 = no expiry) | |
| agentWallet | No | Agent wallet public key (base58) to create attestation for | |
| metadataHash | No | 32-byte metadata hash as a byte array, hex string, or base64 string | |
| attestationType | No | Optional attestation type string (default: "generic") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |