Skip to content

Quick Start

1. Register

Visit https://clauddy.com/register to create your account.

  1. Choose a username
  2. Set a password (8-20 characters)
  3. Enter your email and click "Get Verification Code"
  4. Enter the verification code
  5. Check "I agree to the User Agreement and Privacy Policy"
  6. Click "Register"

Register Page

TIP

Keep your credentials safe. Use a strong password.

2. Login

Visit https://clauddy.com/login to sign in.

  1. Enter your username or email
  2. Enter your password
  3. Click "Continue"

Login Page

WARNING

Multiple failed attempts may temporarily lock your account. Click "Forgot password?" to reset via email.

3. Top Up Credits

Clauddy uses a prepaid credit system denominated in USD.

After logging in, navigate to "Wallet" in the sidebar, or visit https://clauddy.com/console/topup.

Top Up Page

  • Credits are in USD
  • Different models have different per-token costs — see Model Marketplace
  • API stops responding when credits run out
  • View balance and usage history on your dashboard

Transparent Billing

Every API call is logged with exact cost. Check your usage logs anytime.

4. Create API Token

API tokens are your credentials for calling the Clauddy API.

Go to "Token Management" in the sidebar, or visit https://clauddy.com/console/token.

  1. Click "Add Token"
  2. Name your token (e.g., claude-code, codex)
  3. Select a token group (determines which models you can access — see Token Groups)
  4. Set quota limit (optional)
  5. Set expiration (optional)
  6. Click "Submit"

Create Token

Security Warning

  • Copy and save your token immediately — it's only shown in full once
  • Never share tokens or commit them to public repos
  • If a token is leaked, delete it immediately and create a new one
  • Create separate tokens for different tools for better tracking

Token format: sk- prefix, compatible with OpenAI API key format.

5. Configure CLI Tools

Clauddy is OpenAI API-compatible, working directly with popular AI CLI tools.

ToolDescriptionGuide
Claude CodeAnthropic's coding assistantSetup Guide
CodexOpenAI's coding assistant CLISetup Guide
Gemini CLIGoogle's Gemini CLISetup Guide

General steps:

  1. Verify your environment → Environment Check
  2. Create an API token with the right group (see step 4 above)
  3. Follow the tool-specific setup guide
  4. Test the connection

TIP

You can use one token for multiple tools if the group covers all needed models. But separate tokens per tool makes usage tracking easier.

Clauddy | AI API 聚合平台