← All integrations Integrations

Zed

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

01

Create a key

Generate one key.

02

Point to apiToken.sale

Set base URL and key.

03

Start building

Same balance for all models.

Configuration

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