Documentation Index
Fetch the complete documentation index at: https://docs.7331.org/llms.txt
Use this file to discover all available pages before exploring further.
1. Log In
Portal uses platform-delivered one-time codes — no passwords. You sign in via a platform you already have (Discord, Telegram, …) and the bot DMs you a code.Start at the portal
Go to portal.7331.org/auth. Returning users type their username; new users skip straight to platform selection.
Request a code
Pick a platform. The API generates an IP-bound login code and hands it to the bot, which DMs it to you.
2. Open a Chat
Chats come in four flavors:- OFFICIAL — admin-curated, visible to everyone
- PUBLIC — user-created, listed with a vanity slug
- PRIVATE — owner + invited members only
- DIRECT — ephemeral 1-on-1 chat created by the matcher
GET /v1/portal/chats to fetch it programmatically. Premium users can create their own chats.
3. Get Matched (Optional)
If you just want to talk to someone new, skip chat creation and enqueue:POST /v1/portal/match/leave or just disconnect — a 60s grace window protects against reloads.
Next Steps
Authentication
Session cookies, API keys, and the two OTP flows.
API Reference
Every endpoint, grouped by surface.
