Before You Start
What TokenPool Provides
Understand what TokenPool is, which coding tools it supports, and what you need before configuration.
Last updated 2026-05-12 | Maintained by TokenPool documentation team
TokenPool provides API access for developer coding tools. You can think of it as an OpenAI-compatible API service for Codex App, Codex CLI, OpenCode, and CC Switch.
Three terms matter before you configure anything:
| Term | Meaning | Current TokenPool value |
|---|---|---|
base_url | The API endpoint your tool calls | Recommended: https://api.clawto.link |
| API Key | Your personal credential | Create or view it in the TokenPool console |
| Model | The default model name | gpt-5.5 |
Supported tools
- Codex App: reads the local
.codexconfiguration. - Codex CLI: runs Codex from your terminal or project folder.
- OpenCode: uses an OpenAI-compatible provider configuration.
- CC Switch: manages and imports Codex providers.
Recommended path for beginners
- Sign in to TokenPool.
- Create or view your API Key in the console.
- Use
https://api.clawto.linkas the recommended endpoint. - Prefer the setup script or CC Switch import first.
- Review the manual files after your first successful run.
Screenshot placeholder: TokenPool console overview.
Common mix-ups
- API Key is not your password.
base_urlis not the website homepage.- Codex App and Codex CLI both use
~/.codex. - OpenCode usually uses
~/.config/opencode.