← All integrationsIntegrations

Zed

Fast, native editor — wire its assistant to apiToken.sale in settings.

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

// Zed settings.json
{
  "assistant": {
    "default_model": {
      "provider": "anthropic",
      "model": "claude-opus-4-8"
    }
  },
  "language_models": {
    "anthropic": { "api_url": "https://api.apitoken.sale" }
  }
}