Before You Start
What GetToken Provides
Understand what GetToken is, which coding tools it supports, and what you need before configuration.
GetToken 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 GetToken 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 GetToken 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 GetToken.
- 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: GetToken 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.