create_circle
Create a named group of trusted contacts to enable Proof-Me drills and Approvals-on-Circle, optionally seeding members with their messaging channels.
Instructions
Create a Circle — a named group of trusted contacts (the people-primitive powering Proof-Me and Approvals-on-Circle). Optionally seed initial members; each member's declared channels are stored so they can be invited to enroll.
Agent usage: after creating a Circle, add members with add_circle_member (or seed them here), then invite_circle_member to mint the enrollment deep link each contact 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 | Human-readable name for the Circle | |
| members | No | Initial members (name + optional declared channels) | |
| profile_id | No | Public profile (sub-account) to bind for branded messages — create-only | |
| proof_me_enabled | No | Enable Proof-Me drills for this Circle |