create_profile
Create a Proof profile with display name, bio, avatar, business details, and theme settings. Configure visibility and primary status to establish identity.
Instructions
Create a new profile with optional display name, bio, avatar, business info, and theme settings.
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 |
|---|---|---|---|
| bio | No | Profile bio | |
| theme | No | Profile theme settings | |
| is_public | No | Whether the profile is publicly visible | |
| avatar_url | No | Avatar as base64 data URI or URL (~75KB limit) | |
| is_primary | No | Set as primary profile | |
| is_business | No | Whether this is a business profile | |
| display_name | No | Display name | |
| business_name | No | Business name |