GetToken Docs

Configure GetToken by topic

Short, focused guides for API Keys, base_url values, Codex App, Codex CLI, OpenCode, and CC Switch.

View my API Key

Sign in, reveal your current GetToken API Key, then copy it into Codex or OpenCode.

Before You Start

5-Minute Quick Start

Sign in, get an API Key, pick an endpoint, configure Codex, and run one test request.

This page is for first-time users. The goal is to make one tool work before you learn every detail.

Requirements

  • Node.js and npm are installed.
  • You are signed in to GetToken.
  • You have a GetToken API Key.
  • You can open a terminal.

Console URL:

text
https://gettoken.dev/console/api-keys

Recommended: automatic Codex setup

macOS / Linux:

bash
GETTOKEN_API_KEY="<your GetToken API Key>" \
GETTOKEN_BASE_URL="https://api.clawto.link" \
bash -c "$(curl -fsSL 'https://cdn.gettoken.dev/scripts/codex-install-config.sh')"

Windows PowerShell:

powershell
$env:GETTOKEN_API_KEY='<your GetToken API Key>'; $env:GETTOKEN_BASE_URL='https://api.clawto.link'; irm 'https://cdn.gettoken.dev/scripts/codex-install-config.ps1' | iex

The script installs Codex CLI if needed, backs up existing files, and writes:

  • ~/.codex/config.toml
  • ~/.codex/auth.json

Use CC Switch

In the API Key list, click CC Switch to import your GetToken provider into CC Switch. The import contains the API Key, endpoint, and default model.

Screenshot placeholder: CC Switch button in the API Key list.

Verify

bash
codex "Say hello in one short sentence"

If you get a normal response, Codex is now using GetToken.