create_identity_challenge
Create a cross-channel identity challenge for an enrolled user, enabling the account holder to approve or deny a suspicious contact on a separate channel.
Instructions
Create a Proof-Me cross-channel identity challenge (CONFIRM) for an enrolled challenger. The account holder approves/denies on a channel different from the one the suspicious contact reached the challenger on.
Agent usage: poll get_identity_challenge with the returned ID until it reaches a terminal state (active = confirmed, denied, expired).
ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hitl_id | Yes | HITL config that holds the challenger | |
| challenger_id | Yes | Enrolled challenger initiating the check | |
| suspicious_channel | No | Channel the suspicious contact reached the challenger on; defaults to the challenger channel |