---
title: "Connect Continue to the Claude API"
description: "Add apiToken.sale as an Anthropic model provider in Continue and run supported Claude models from your IDE with one balance."
url: "https://apitoken.sale/int-continue"
language: "en"
---
# Connect Continue to the Claude API

Add apiToken.sale as an Anthropic model provider in Continue and run supported Claude models from your IDE with one balance.

## Steps

1. Create a key at https://apitoken.sale/register — it looks like `sk-pool-…` and works across every Claude model.
2. Point Continue at the gateway: set the Anthropic base URL to `https://api.apitoken.sale` and paste your key.
3. Pick a Claude model (e.g. `claude-opus-4-8`) and start — billing is per token at your discount.

## 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"
  }]
}
```

---
API reference: https://apitoken.sale/md/docs · All integrations: https://apitoken.sale/md/int
