NostrBridge Webhook Relay Engine
Identity & Account Settings

User Profile & Relay Preferences

Manage your Nostr identity, authentication preferences, custom relays list, and NIP-98 API authorization tokens.

Nostr Native Authentication

NostrBridge does not use passwords or emails. Your identity is bound to your Nostr Public Key (npub). Authenticate securely using either:

NIP-07 Browser Signers

Use popular browser extensions such as Alby, nos2x, or Flamingo. Click Login with Extension to sign a NIP-98 authorization event in 1 click.

NIP-46 Remote Signer (Bunker)

Connect using a remote bunker URI (e.g. bunker://pubkey?relay=wss://...). Your private key remains on your remote hardware device.

Default Target Relays Configuration

In your Profile Settings, you can define your default target relay pool (e.g. wss://relay.damus.io, wss://nos.lol, wss://purplepag.es).

NostrBridge also syncs with your NIP-65 Relay List Metadata to auto-suggest your preferred publishing relays when creating new webhook rules.

NIP-98 Authorization Headers for REST Calls

To call NostrBridge REST APIs directly from custom scripts, generate a NIP-98 authorization header containing a base64 encoded Kind 27235 Nostr event signed by your key:

curl -X GET https://api.bridge.workouse.com/api/v1/rules \
  -H "Authorization: Nostr <base64_encoded_kind_27235_event>"