JBBToken FAQ

Common questions about setup, OpenAI-compatible clients, API keys, billing and errors.

Setup

What Base URL should I use?

Use https://jbbtoken.cn/v1. Most clients do not require you to append /chat/completions.

Where do I get an API key?

Create a token in the JBBToken console. It usually starts with sk-.

Which clients are supported?

Most OpenAI-compatible tools, including Cursor, OpenWebUI, Chatbox, Cherry Studio and OpenAI SDK based Python/Node.js apps.

Errors

401 Unauthorized

Your API key is missing or invalid. Check the Authorization: Bearer sk-... header.

404 Not Found

The endpoint path or model name is probably wrong. Use Base URL https://jbbtoken.cn/v1 and copy the model name from the console.

429 Too Many Requests

You may be sending requests too fast, running out of balance, hitting group limits, or waiting on upstream rate limits.

Timeout

It can be a local network, proxy or upstream latency issue. If you use a proxy, route jbbtoken.cn directly. The current server IP is 43.103.52.230.

Billing and Security

How can I check billing?

Use the console to review balance, usage logs and billing details.

Can I expose my API key in frontend code?

No. Frontend code is visible to users. Use a backend proxy for production apps.