Back to Blogs

Token Management

April 29, 2026

Token Management is where you manage your API keys. You can create, edit, enable/disable, and delete API keys, and set an individual quota limit for each key.

Access URL: https://app.ppapi.ai/console

1. Page Overview

The top area is the operations panel, and the section below shows the token list table.

Token Management overview

2. Operations Panel

ElementDescription
+ Create Token buttonCreate a new API key
Search box (Key)Search existing tokens by Key

3. Token List

FieldDescription
Token NameThe token name you define at creation time
StatusToken status: Enabled (on) or Disabled (off)
Remaining/TotalQuota information. Shown as Unlimited (no limit) or $used / $total (e.g. $11110.44 / $11176.62)
KeyThe API key value, masked by default (sk-****). Click the eye icon to toggle visibility; click the copy icon to copy it
Creation TimeToken creation time, format MMM DD, YYYY, HH:mm:ss
ActionsAction button group: Disable/Enable, Edit, Delete
Open ClawEntry point for PPClaw configuration. Click Set up to configure PPClaw settings for this key

4. Core Operations

4.1 Create a Token

1. Click the + Create Token button. 2. In the dialog, fill in the following information: ◦ Token Name: Give your key a meaningful name (e.g. production-server, dev-test) ◦ Unlimited Quota: Default is unlimited; after turning it off, you can set a quota ◦ Model Restrictions: Model allowlist; only models in the allowlist can be used 3. Click confirm, and the system generates an API key.

Create token modalModel restrictions selector

4.2 Edit the Token

Click the edit icon (pencil) in the Actions column to modify the token name and quota settings. You can change the token name, quota limit, and model allowlist.

Edit token modal

4.3 Enable / Disable Tokens

Click the Disable button in the Actions column to pause the usage permission for this key. After disabling, all API requests using this key will return authentication errors. Click Enable again to re-enable it.

Token disabled successfullyToken enabled successfully

4.4 Delete Token

Click the delete icon (trash can) in the Actions column. After confirming, the system permanently deletes the token. This action cannot be undone.

Delete token confirmation

5. Best Practices

• Create different keys for different purposes (e.g. development environment, production environment, specific project) to track usage and manage permissions. • Set reasonable quota limits for keys that are not unlimited to prevent accidental spending. • Disable or delete keys you no longer use to ensure security. • Do not expose your API keys in client code, public repositories, or logs.

6. FAQ

Q: What does "Unlimited" mean in Remaining/Total? A: It means this key has no quota limit, so you can use all balances in the account. Q: How many keys can one account create at most? A: Unlimited