1. 1. Quick Start Guide
DMC GATEWAY DOCS EN
  • Welcome
  • 1. Quick Start Guide
    • Registration & Login
    • Token Management
    • Account Settings
    • Pricing
    • Quota & Top-up
  • 3. Developer Code Integration
    • Native OpenAI Format
      • Chat Completions Format
      • Responses Format
    • Native Claude Format
      POST
  • 4. Common Client Configuration
    • OpenCode Configuration Guide
    • OpenAI Codex Installation & Configuration Guide
    • AnythingLLM Configuration Guide
    • Claude Code Configuration Guide
    • TypingMind Configuration Guide
    • n8n Configuration Guide
    • OpenClaw Installation & Configuration Guide
    • Hermes Agent Configuration Guide
  • 6. Troubleshooting
    • Common Misconceptions
    • Common Usage FAQ
  1. 1. Quick Start Guide

Account Settings

Manage your account's basic information, security settings, and third-party account bindings. Click your profile avatar in the top right corner after logging in, and select "Account Settings" from the dropdown menu, or visit /console/personal directly.

Basic Information#

image.png

Change Username#

Enter a new username in the username input field and click "Save."

Bind Email#

Enter your email address, click "Send Verification Code," enter the verification code, and click "Bind."

Change Password#

Fill in your current password, new password, and confirm the new password in sequence. Click "Change Password."

Two-Factor Authentication (2FA)#

After enabling 2FA, you must enter a dynamic code from your authenticator app in addition to your password during each login, effectively preventing account theft.
image.png

Enable 2FA#

1.
Install an authenticator app on your phone (Google Authenticator or Microsoft Authenticator recommended).
2.
Find the "Two-Factor Authentication" section on the Account Settings page and click "Enable 2FA."
3.
Scan the QR code displayed on the page using the authenticator app. A 6-digit dynamic code will appear in the app.
image.png
4. Enter the 6-digit dynamic code displayed in the app into the verification box and click "Confirm Enable."
5. The system will display a set of backup codes. Take a screenshot or copy them immediately for emergency login when the authenticator is unavailable.

Passkey Passwordless Login#

Passkey supports login using device fingerprint, Face ID, or hardware security keys, without entering a password.
image.png

Register Passkey#

1.
Scroll down on the Account Settings page to find the "Passkey" section.
2.
Click the "Register Passkey" button.
3.
Your browser will display a system verification prompt. Complete fingerprint, Face ID, or security key verification as instructed.
4.
After verification passes, Passkey registration is complete. You can use it directly for login next time.

Third-Party Account Binding#

After binding your GitHub or other third-party accounts to your current account, you can log in directly using the third-party account without entering a password.
image.png

Bind Third-Party Account#

1.
Scroll down on the Account Settings page to find the "Third-Party Account Binding" section.
2.
Click the "Bind" button for the platform you want to bind.
3.
The page will redirect to that platform's authorization page. Log in and click "Authorize."
4.
After authorization is complete, you will be automatically redirected back. The binding status will change to "Bound."

Available Models#

View all models available to your account. Convenient for copying model names for API calls.
image.png

View and Copy Models#

1.
Scroll down on the Account Settings page to find the "Available Models" section.
2.
The list displays all available model names.
3.
Click a model name to copy it to your clipboard.
4.
Enter keywords in the search box to quickly filter models.

Notification Settings#

Configure how you receive system notifications. Email and Webhook are supported.

Email Notifications#

image.png
1.
Find the "Notification Settings" section on the Account Settings page.
2.
Check "Enable Email Notifications."
3.
Select the event types you want to receive notifications for:
Low quota reminder
Token expiring soon
System announcements
4.
Click "Save" to complete the configuration.

Webhook Notifications#

image.png
1.
Check "Enable Webhook" in the notification settings section.
2.
Enter the Webhook URL (the interface address for receiving notifications).
3.
Select the event types to push.
4.
Click "Test" to verify if the Webhook is available.
5.
Click "Save" to complete the configuration.
Webhook push data is in JSON format, containing event type, timestamp, and detailed information.

Price Settings#

Control whether models without set prices can be called.
image.png

Configure Price Policy#

1.
Find the "Price Settings" section on the Account Settings page.
2.
Choose one of the following strategies:
Reject Unpriced Models: Only call models with set prices (recommended)
Allow Unpriced Models: Call all models. Unpriced models are billed at default rates
3.
Click "Save."

IP Logging Settings#

Control whether to record the source IP address of API calls in logs.
image.png

Enable IP Logging#

1.
Find the "IP Logging" section on the Account Settings page.
2.
Check "Enable IP Logging."
3.
Click "Save."
4.
After enabling, you can view the source IP of each call on the usage records page.
IP logging helps with:
Monitoring abnormal access
Troubleshooting security issues
Analyzing traffic sources

Security Settings#

Reset API Key#

image.png
If you suspect your API key has been compromised, you can reset it:
1.
Find the "Security Settings" section on the Account Settings page.
2.
Click the "Reset API Key" button.
3.
After confirming the operation, the system generates a new key.
4.
The old key becomes invalid immediately. All tokens using the old key need to be recreated.
修改于 2026-05-14 11:50:37
上一页
Token Management
下一页
Pricing
Built with