---
title: "Connect Zed to the Claude API"
description: "Point Zed's Anthropic language-model settings to apiToken.sale and use supported Claude models with one API key and prepaid balance."
url: "https://apitoken.sale/int-zed"
language: "en"
---
# Connect Zed to the Claude API

Point Zed's Anthropic language-model settings to apiToken.sale and use supported Claude models with one API key and prepaid balance.

## Steps

1. Create a key at https://apitoken.sale/register — it looks like `sk-pool-…` and works across every Claude model.
2. Point Zed 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

```
// Zed settings.json
{
  "language_models": {
    "anthropic": { "api_url": "https://api.apitoken.sale" }
  }
}
```

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