Link your account
The Nextbridge bot is bound to a single Telegram chat per account using a USER-scoped API key. No QR codes, no OAuth — paste the key once and you’re done.
Generate an API key
Open Settings → Security → API keys and create a USER-scoped key. Name it something obvious likeTelegram. The plaintext is shown once — copy it now.
Open the bot in Telegram
Search Telegram for the official Nextbridge bot and open the chat. The bot username is published in the bot overview once it ships. Hit Start if Telegram prompts you to — that just opens the chat, it does not link your account yet.
Send /start with your key
Paste your API key after the /start command:
The bot validates the key against its USER scope, then creates a one-to-one binding between this chat and your Nextbridge user. You should see ✓ Linked to your-email@…come back within a second. Sending /start with a new key from the same chat replaces the binding — there is exactly one linked chat per account.
Unlinking
Two ways to revoke access:
- From Telegram, send
/unlink. The binding is deleted; the API key itself is left intact for other clients. - From the web, revoke the API key in Settings → Security. All clients using that key — Telegram, Claude Desktop, scripts — stop working immediately.