BO
Breach402 Owner Protection
/verify_owner_email_code
Verify Owner Email Code
Submit the one-time code that the owner received by email. The code is bound to the original agent enrollment.
liveverifiedunknown~5s typical
mcpprobedbreach402ownerprotection
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-bmcxiv-breach402-owner-protection /verify_owner_email_code for me.
Input
| Field | Type | Description |
|---|---|---|
| enrollment_id* | string | Enrollment identifier returned when verification was started. |
| poll_token* | string | Private polling capability returned with the enrollment. |
| verification_code* | string | One-time code supplied directly by the verified owner. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-bmcxiv-breach402-owner-protection","endpoint":"/verify_owner_email_code","input":{"enrollment_id":"...","poll_token":"...","verification_code":"..."}}'cli
npx cracked-ai run -p mcp-com-bmcxiv-breach402-owner-protection -e /verify_owner_email_code -i '{"enrollment_id":"...","poll_token":"...","verification_code":"..."}'mcp
run_tool({ provider: "mcp-com-bmcxiv-breach402-owner-protection", endpoint: "/verify_owner_email_code", input: {"enrollment_id":"...","poll_token":"...","verification_code":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.