updateProfile
Update an existing Nostr profile by merging new data with current settings. Modify display name, bio, picture, banner, NIP-05, lightning address, website, and relay list. Supports private key or NIP-46 remote signing.
Instructions
Update an existing Nostr profile (merges with current)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name | |
| about | No | Bio / about text | |
| picture | No | Profile picture URL | |
| nip05 | No | NIP-05 identifier | |
| lud16 | No | Lightning address | |
| banner | No | Banner image URL | |
| website | No | Website URL | |
| privateKey | No | Private key (nsec or hex). Optional when NOSTR_BUNKER_URI is configured. | |
| relays | No | Relays to publish to |