wwa_identity_verify
Verify Ed25519 signatures to authenticate agent identities and confirm message authenticity. Supports subagent output verification, capability attestation, and agent-to-agent authentication.
Instructions
Verify an agent's Ed25519 cryptographic signature. Proves that an agent with a given public key signed a specific message. Used for subagent output verification, capability attestation, and agent-to-agent authentication. Implements Works With Agents Identity Protocol v1.0.0-draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The message that was signed | |
| signature | Yes | Ed25519 signature (hex or base64) | |
| key_format | No | Public key encoding: 'hex' or 'base64' | hex |
| public_key | Yes | Ed25519 public key (hex or base64) | |
| sig_format | No | Signature encoding: 'hex' or 'base64' | hex |