add_challenger
Pre-enroll a trusted contact as a Proof-Me challenger on a HITL config to enable Proof-Me verification. Provide channel and contact info to prepare the challenger for enrollment.
Instructions
Pre-enroll a Proof-Me challenger (a trusted contact) on a HITL config. Enabling the first challenger opts the config into Proof-Me. A telegram challenger captures its chat_id later at enrollment; a whatsapp challenger must pre-declare its phone.
Agent usage: After adding a challenger, call invite_challenger to mint the single-use enrollment link the challenger taps to bind their messenger identity.
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 |
|---|---|---|---|
| name | Yes | Display name of the challenger | |
| channel | Yes | Messenger channel the challenger uses | |
| hitl_id | Yes | HITL config ID to enroll the challenger on | |
| whatsapp_phone | No | E.164 phone with country code (required for the whatsapp channel) |