Skip to content

Bring Your Own Key (BYOK)

The Pro + BYOK plan lets you use your own API key from Anthropic (Claude), OpenAI, or Google (Gemini) for AI suggestions. This gives you unlimited suggestions — you pay the AI provider directly for token usage.

ProviderModels
Anthropic ClaudeClaude 4 Sonnet, Claude 3.5 Sonnet, Claude 3.5 Haiku
OpenAIGPT-4o, GPT-4o mini
Google GeminiGemini 2.0 Flash, Gemini 2.5 Flash
  1. Make sure you’re on the Pro + BYOK plan. If not, upgrade first.
  2. Go to Settings in the app sidebar.
  3. In the AI Provider section, select your provider from the dropdown.
  4. Select the model you want to use.
  5. Paste your API key into the text field.
  6. Click Save.

The app validates your key by making a test request to the provider. If the key is invalid or the provider returns an error, you’ll see an error message.

Once saved, the app shows a key hint (last 4 characters) and the active provider/model. Your key is never displayed in full after saving.

To switch providers or update your key:

  1. Go to Settings.
  2. Select a new provider or model.
  3. Paste the new API key.
  4. Click Save.

The old key is replaced. Only one key can be active at a time.

  1. Go to Settings.
  2. Click Remove next to your active key.
  3. Confirm in the dialog.

After removing your key, AI suggestions will stop working until you add a new key. You’ll still have unlimited bulk edits on the Pro + BYOK plan.

Your API key is encrypted at rest using AES-256-GCM encryption. It is:

  • Stored as iv.tag.ciphertext (base64-encoded, dot-separated).
  • Decrypted only at the moment an AI request is made.
  • Never logged, cached, or exposed in API responses.
  • Deleted from the database if you remove it or downgrade.

The app never stores or transmits your key in plain text after the initial save.

  1. Go to console.anthropic.com.
  2. Sign up or log in.
  3. Navigate to API Keys and click Create Key.
  4. Copy the key (it starts with sk-ant-).
  1. Go to platform.openai.com.
  2. Sign up or log in.
  3. Navigate to API Keys and click Create new secret key.
  4. Copy the key (it starts with sk-).
  1. Go to aistudio.google.com.
  2. Sign up or log in.
  3. Click Get API key and create a key for a new or existing project.
  4. Copy the key.