← All integrationsIntegrations

Continue

Open-source IDE assistant — add apiToken.sale as a model provider in config.

01

Create a key

Generate one sk-pool-* key in your dashboard.

02

Point to apiToken.sale

Set the base URL and key using the config below.

03

Start building

Every supported Claude model runs on the same balance.

Configuration

// ~/.continue/config.json
{
  "models": [{
    "title": "Claude via apiToken.sale",
    "provider": "anthropic",
    "apiBase": "https://api.apitoken.sale",
    "apiKey": "sk-pool-•••",
    "model": "claude-opus-4-8"
  }]
}