ep_initiate_handshake
Coordinate identity proof exchange between parties in a structured handshake governed by a trust policy, enabling informed trust decisions.
Instructions
Initiate an EP Handshake — a structured identity exchange between parties. The handshake coordinates mutual presentation of identity proofs before a trust decision. Requires at least 2 parties and a governing trust policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | Handshake mode: "mutual", "one-way", "delegated" | |
| policy_id | Yes | Trust policy governing the handshake | |
| parties | Yes | Parties in the handshake (min 2). Each: { entity_ref, role } | |
| binding | No | Optional binding constraints | |
| interaction_id | No | Optional external interaction reference |