Account
The Account tab manages your Plinken account — registration, login, subscription tier, and session diagnostics.
Open Settings with ⌘, (macOS) or Ctrl+, (Windows/Linux), then select Account in the sidebar.
Registration
Section titled “Registration”New users register with an email address and a nickname. Plinken uses one-time password (OTP) verification — no traditional passwords.
Registration Flow
Section titled “Registration Flow”- Enter your email address and choose a nickname (minimum 2 characters)
- Click Register (or press Enter while either field is focused)
- Check your email for a 6-digit OTP code
- Enter the code in the OTP field and click Verify OTP (or press Enter)
- On success, your account status changes to Registered and auth tokens are stored locally
If the OTP expires or doesn’t arrive, click Resend to request a new code.
Account Fields
Section titled “Account Fields”| Field | Type | Description |
|---|---|---|
| text input | Your registered email address. Must be a valid email format. | |
| Nickname | text input | Display name shown to other users. Minimum 2 characters. |
| Status | read-only | Account status: Not Registered, Registered, or Blocked |
| Subscription | read-only | Current subscription tier (e.g. Free, Pro) |
| Email Consent | checkbox | Opt-in for occasional emails from Plinken |
Account Status
Section titled “Account Status”| Status | Color | Description |
|---|---|---|
Not Registered | Gray | No account exists — register to unlock cloud features |
Registered | Accent | Account active and authenticated |
Blocked | Red | Account suspended — contact support |
Debug Info
Section titled “Debug Info”The bottom section shows diagnostic data useful for troubleshooting:
| Field | Description |
|---|---|
| Device ID | Unique identifier for this device |
| User ID | Server-assigned user identifier |
| Session ID | Current session identifier |
| JWT | JSON Web Token for API auth (truncated for display) |
| Refresh Token | Token used to refresh expired JWTs (truncated) |
| Calls Session | Cloudflare Calls session ID with age |
| Space Token | WebSocket auth token with associated space ID and age |
Lua API
Section titled “Lua API”Account settings are managed through the registration flow and are not directly exposed as key-value settings. The account status can be queried via commands:
-- Account registration is handled through the UI flow-- Session tokens are managed automatically
-- Open the settings panel to the Account tabpl.cmd("settings:open", { tab = "account" })Related Commands
Section titled “Related Commands”| Command | Description |
|---|---|
settings:open | Open settings panel (optionally to a specific tab) |
See Also
Section titled “See Also”- Settings Overview — All settings tabs
- API Keys — Configure API keys for AI providers