Programming Assistant
Token Market supports multiple coding assistants, each with a focused setup guide. Create a workspace API Key first, then install the client by following the tool's official documentation.
Tool Navigation
| Tool | Best For | Official Documentation | Token Market Tutorial |
|---|---|---|---|
| Claude Code | Terminal-based coding agent with multi-file editing | Installation guide · Environment variables | Configure Claude Code |
| Cursor | Desktop IDE; custom OpenAI Base URLs have compatibility limits | API Keys documentation | Configure Cursor |
| Cline | Conversational coding agent for VS Code | OpenAI Compatible documentation | Configure Cline |
| Codex CLI | Terminal workflow for OpenAI Codex | CLI documentation · Configuration reference | Configure Codex CLI |
| Roo Code | Configurable coding agent for VS Code | OpenAI Compatible documentation | Configure Roo Code |
| Kilo Code | Custom-provider workflows in VS Code and the CLI | Custom models documentation | Configure Kilo Code |
| Blackbox | Current official clients do not document external gateway configuration | Blackbox CLI documentation | Blackbox compatibility notes |
| Grok CLI | Community-maintained terminal coding assistant | GitHub repository | Configure Grok CLI |
| OpenCode | Terminal agent with custom model-provider support | Custom provider documentation | Configure OpenCode |
| EchoBird Recommended | Cross-platform installation, startup, and unified management for AI agents | Product site · GitHub | Configure EchoBird |
| CCSwitch Recommended | Cross-platform provider switching, routing, and usage management | User manual · GitHub | Configure CCSwitch |
General preparation
| Item | Recommendation |
|---|---|
| API Key | Create a workspace API Key in the console. The full key appears only once; save it in a password manager or environment variable. |
| Base URL | Use https://api.tokensmarket.ai/v1. Do not commit an API Key to the repository or include it in frontend code. |
| Model | Confirm an available model ID in the Model Market, then add it to the tool configuration. |
| Verification | Send a low-risk request first and verify the model, quota, timeout, and logs. |
Programming assistants may read and write files, run commands, or access the network. Use them only in trusted project directories, and review each requested permission against the tool’s official documentation.
