3-Minute Try: Claude Code

  1. In the Sight Console, copy your API key and note your Base URL: https://<your-gateway>/v1.

  2. In your terminal (with the Claude CLI already installed), set env vars and run:

# Point Claude to your gateway and key
export ANTHROPIC_BASE_URL="https://<your-gateway>/v1"
export ANTHROPIC_AUTH_TOKEN="sk_your_sight_key"

# Start using Claude (ask questions like ChatGPT):
claude

Last updated