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: