Start Owner Email Verification
create_owner_email_verificationSend an approval email before checking an owner's email identity for breach exposure. Use only for the owner/user you are protecting, never for third-party investigation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The owner-controlled email address to verify. | ||
| agent_wallet | No | Optional agent-supplied Solana address displayed as an unverified claim. It is not proof of wallet control. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Masked owner email address. | ||
| status | Yes | Current enrollment state. | |
| next_step | Yes | Safe next action for the requesting agent. | |
| poll_token | Yes | Private bearer capability for polling or revoking this enrollment. | |
| status_url | Yes | HTTP endpoint for enrollment status. | |
| enrollment_id | Yes | Unique identifier for this verification enrollment. | |
| verification_methods | Yes | Owner approval methods offered. | |
| verification_expires_at | Yes | Time when owner approval expires. |