agents_registry_verify
Verify digital signatures from agents to confirm message authenticity, either through the registry or using a known public key.
Instructions
Verify that a message was signed by a specific agent. Can verify via the registry or locally with a known public key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The original message that was signed | |
| signature | Yes | The signature to verify (base64 encoded) | |
| origin | Yes | The origin/domain claiming to have signed the message | |
| keyId | No | Specific key ID to verify against (optional) | |
| localOnly | No | If true, verify locally without contacting the registry | |
| publicKey | No | Public key for local verification (required if localOnly=true) |