Before You Start
What GetToken Provides
Learn what GetToken helps you do, which tools it supports, and what to prepare before you start.
GetToken gives you API access that works with popular AI coding tools. After you purchase or receive credits, you can create an API Key in the console and use it with Codex App, Codex CLI, OpenCode, or CC Switch.
If this is your first time setting up this kind of service, start with three terms:
| Term | Meaning | Current GetToken value |
|---|---|---|
base_url | The service address your tool uses to connect to GetToken API | Recommended: https://api.clawto.link |
| API Key | Your personal access credential | Create or view it in the GetToken console |
| Model | The model name to enter in your tool | gpt-5.5 |
Supported tools
- Codex App: for using Codex from the desktop app.
- Codex CLI: for using Codex from your terminal or project folder.
- OpenCode: for tools that accept OpenAI-compatible settings.
- CC Switch: for importing, managing, and switching Codex configurations.
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.
- After your first successful run, review manual setup only if needed.
Common mix-ups
- API Key is not your password.
base_urlis not the website homepage.- Different tools may store settings in different places, so follow the guide for the tool you use.
- If the connection fails, first check whether your API Key,
base_url, and model name match.