From d3f3fe7561927ebdee625aa7a01783572aee0a78 Mon Sep 17 00:00:00 2001 From: Clement Bouvet Date: Fri, 13 Feb 2026 16:01:20 +0100 Subject: [PATCH] fix claude code docs --- integrations/claude-code.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integrations/claude-code.mdx b/integrations/claude-code.mdx index 746e3c2..ad83633 100644 --- a/integrations/claude-code.mdx +++ b/integrations/claude-code.mdx @@ -16,7 +16,8 @@ Set the following environment variables in your shell configuration (`~/.bashrc` ```bash export ANTHROPIC_BASE_URL="https://api.edgee.ai" -export ANTHROPIC_API_KEY="sk-edgee-..." +export ANTHROPIC_AUTH_TOKEN="sk-edgee-..." +export ANTHROPIC_API_KEY= ``` Then restart your terminal or run: