मुख्य सामग्री पर जाएँ
मुख्य डैशबोर्ड

Dashboard

Your usage at a glance — from the last 24 hours of call records and the prepaid ledger.

Last 24 hours

Connect your tool

Pick a client for its setup block. Issue a connection token in the API keys panel below and, while this page is open, Copy inserts the real token (the block shows it masked).

Claude Code Guide
Shell
export KOTOBA_API_BASE="https://api.kotoba.cloud"
export KOTOBA_API_TOKEN="kc_pat_<your-token>"
export KOTOBA_MODEL="qwen3.8-flash-next-whitehacker"

# test the connection
claude -p "Reply with exactly: OK"

Caveat: api.kotoba.cloud does not serve the Anthropic Messages wire (POST /v1/messages) yet — measured 405 on 2026-09-15. To use Claude Code, put a local proxy that translates Anthropic → OpenAI (LiteLLM, for example) in between and point ANTHROPIC_BASE_URL at it. See the Anthropic SDK page.

API keys

Issue and revoke connection tokens. A token is shown once.

Use from a CLI / IDE

Issue a connection token for a local CLI / IDE agent. It is shown once.

Open the guide

Issued tokens

Use from an agent

MCP-capable agents such as Claude Code read /mcp.json. The full guide is at /llms.txt and /ekyc.md. Tokens are revoked one by one from the list above; from that moment the API answers 401 token-revoked.