Account Self-Service
Manage your own Token101 account, API keys, billing, credits, and security settings.
Account Management
You can change your account password on the Settings page. Use a strong password (a mix of uppercase letters, lowercase letters, numbers, and special characters is recommended). If you forget your password, use the Forgot password link on the sign-in page to reset it.
Future releases will support two-factor authentication (2FA) and other security measures.

API Key Management
API Keys are your credentials for calling the Token101 API. Go to Settings → API Keys to create and manage them.
Create a Key
If you are on the Free plan and haven't activated your account yet, creating an API Key will first prompt you to complete account activation before you can continue. This is expected — just follow the prompt to activate. See Quick Start for the activation steps.
- Click Create API Key
- Enter a name for the key
- Copy the generated key — it is only shown once, so keep it safe

Manage Keys
From the key list, you can perform the following actions:
- Pause — temporarily disable a key; you can re-enable it later
- Delete — permanently delete a key you no longer need
- View usage — see the call count for the key over the past 30 days
Never share your API Key publicly or commit it to a code repository. If a key is leaked, delete it immediately and create a new one. Rotating keys regularly is recommended for better security.
Create key — interface example

API Key Format
Token101 uses API Keys to authenticate API requests. The validation rules are:
- Prefix:
sk- - Minimum length: 32 characters
- Transmission: Send the full value exactly as issued — do not trim spaces
Example:
sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxBilling
Current Subscription
The Billing Center displays your currently active plan, including your subscription plan and PAYG (pay-as-you-go) balance.

Subscription History & Invoices
Enterprise users can view their subscription history, invoice information, and top-up history.
The records shown here reflect your payment and top-up history. For billing questions, contact our support team from the email on your account.

Purchase a Plan
Visit the pricing page to choose and purchase a plan.

Three PAYG top-up tiers are currently available:
| Tier | Price |
|---|---|
| Basic | ¥66 |
| Advanced | ¥199 |
| Professional | ¥399 |
For detailed plan contents, see the pricing page.

Credits
All Token101 models use a unified credits billing system — 1 credit = $0.01 USD.
Credits Balance
View your current account credits balance on the Credits page.

Purchase History
The credits detail page shows the credits received from each plan purchase, with every transaction traceable.

Credits Transactions
The transactions page shows details of each credits consumption.

Transaction Details
Transaction details show the specifics of each API call, including: transaction ID, model used, and actual credits deducted. Token101 uses an estimated hold mechanism to calculate each consumption, ensuring every transaction is transparent and traceable.

Usage
Usage Overview
The usage overview page displays your API usage and security limits:
- Total requests — cumulative call count
- Input / Output / Cache — token consumption breakdown
- Total cost — priced in USD (regardless of your settlement currency)
- Rate limiting — call count limits and credits consumption limits per time period
Rate limiting ensures a stable experience for all users on the platform. See Rate Limits for details.

Usage Trends
The usage trends page shows call trends, per-model consumption breakdown, and how much caching has saved you.
For details on model caching and which models support caching, see Supported Models.

Usage Details
Usage details contain a detailed record of each call: call time, model, input/output token counts, cache hit information, and response latency for each session.

Contact Support
If you need help, you can reach us through the following channels:
- Email — write to [email protected]; we'll get back to you as soon as we can
- In-app Contact Support panel — the Contact Support panel in the app opens the Discord community and shows the WeChat QR code to add support (see the screenshot below)
When you email us, please include the rough time the problem happened, the model you were using, and the full error response — that lets us help faster.

Next Steps
- One-Line Setup — configure Claude Code with a single command
- Supported Models — view all available models and pricing
- Rate Limits — understand request quotas and throttling rules
- Error Handling — common error codes and troubleshooting
- Tool Calling — learn about Claude Code's tool calling capabilities