
- Account Management: identity, credentials, and authentication
- Other Settings: operational, pricing, privacy, and UI controls
Account Management
The Account Management section governs authentication credentials and account-level security.Account Binding
The Account Binding panel allows external identity providers (such as GitHub or OIDC providers) to be linked to your account for federated authentication.
Security Settings
The Security Settings tab contains all mechanisms related to authentication, credential management, and account protection.
System Access Token
The System Access Token is an authentication credential used for privileged or internal API calls that require user-level authorization. Key characteristics:- Functions as a bearer token.
- Grants access to API endpoints associated with your account.
- Must be stored securely.
- Should never be exposed in client-side code or public repositories.
Password Management
The Change Password modal requires:- Original password
- New password
- Confirmation of new password
- The original password matches the current credentials.
- The new password and confirmation match.
Passkey Login
Passkey Login enables passwordless authentication using device-based cryptographic credentials (WebAuthn). However, if you encounter the error: Administrator has not enabled Passkey login this means passkey authentication is controlled at the administrator level and must be enabled globally before individual users can register a passkey. When enabled by the administrator:- You can register a passkey tied to your device.
- Authentication will rely on secure hardware-backed credentials rather than passwords.
- This reduces phishing risk and credential exposure.
Two-Factor Authentication (2FA)
Two-Factor Authentication adds a second verification factor during login. Once enabled, logging in requires both your password and a time-based one-time password (TOTP).
Step 1: Scan QR Code

- A QR code
- A manual secret key (for manual entry)
- Open a compatible authenticator application (such as Google Authenticator or Microsoft Authenticator).
- Scan the displayed QR code.
Step 2: Save Backup Recovery Codes
The system then generates multiple backup recovery codes.
- Allow account access if you lose access to your authenticator device.
- Can each be used once.
- Should be stored securely offline.
Step 3: Verify Setup

- Enter the current 6-digit verification code displayed in your authenticator app.
- Click Complete setup and enable two-factor authentication.
- Account password
- Current 6-digit authenticator code
Delete Account
The Delete Account action permanently removes your account and associated data.
- Entering your username to verify intent.
- Clicking Confirm.
- All stored data will be permanently deleted.
- API keys, tokens, and billing history will be removed.
- The operation cannot be reversed.
Other Settings
The Other Settings section governs operational controls, cost safeguards, and dashboard behavior.Notification Configuration
Notification settings allow you to define how the system alerts you when your remaining quota reaches a specified threshold.
- Webhook
- Bark
- Gotify
Quota Warning Threshold
You can define a quota warning threshold expressed as an equivalent USD amount. For example:- If set to $1.00, the system sends a notification when remaining quota falls below that value.
Price Settings
The Price Settings tab includes a safeguard related to model execution.
Accept Models Without Price Settings
When disabled (recommended default):- API calls to models without defined pricing rules are blocked.
- Calls to models without configured pricing are allowed.
- This may result in unpredictable costs if the model has dynamic or external pricing.
Privacy Settings
The Privacy Settings tab controls whether client IP addresses are recorded in logs.
Record Request and Error Log IP
When enabled:- Consumption logs record the client IP.
- Error logs record the client IP.
- Security auditing
- Debugging
- Investigating suspicious activity
- IP addresses are not stored in those logs.
Sidebar Settings
Sidebar Settings allow customization of visible modules in the interface.
Chat Area
- Playground (AI model testing environment)
Dashboard Area
- Overview
- API Keys
- Usage Logs
- Drawing Logs
- Task Logs
Personal Center Area
- Wallet
- Settings
Operational Recommendations
To maintain a secure and stable environment:- Enable Two-Factor Authentication.
- Store backup recovery codes offline.
- Keep the System Access Token confidential.
- Configure quota warnings to avoid service disruption.
- Carefully review pricing safeguards before enabling models without price settings.