add_peer
Register a Neotoma peer for bidirectional sync: specify peer URL, entity type allowlist, authentication method, and conflict strategy.
Instructions
Register a Neotoma peer (peer_config) for bidirectional sync: peer_url, entity_types allowlist, shared_secret for POST /sync/webhook verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peer_id | Yes | ||
| peer_name | Yes | ||
| peer_url | Yes | ||
| direction | Yes | ||
| entity_types | Yes | ||
| sync_scope | Yes | ||
| auth_method | Yes | ||
| conflict_strategy | Yes | ||
| shared_secret | No | Optional; generated when auth_method is shared_secret and omitted. | |
| peer_public_key_thumbprint | No | Optional AAuth public-key thumbprint expected from this peer when auth_method is aauth. | |
| sync_target_user_id | No | Optional. Authenticated user_id on the peer instance for outbound POST /sync/webhook target_user_id. |