ZuploZuplo
LoginStart for Free
  • Documentation
  • API Reference
Introduction
Getting Started
    Develop using the Portal
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth4 - Deploy5 - Dynamic Rate LimitingMCP - Quick start
    Develop Locally
      1 - Setup Your Gateway2 - Rate Limiting3 - API Key Auth
Concepts
Development
Policies
Handlers
API Keys
MCP Server
MCP Gateway
AI Gateway
    IntroductionGetting StartedUniversal API
    Providers
    Teams
    Apps
    Guardrails & Policies
    Integrations
      AI SDKClaude CodeCodexGooseLangChain SDKOpenAI SDK
Developer Portal
Monetization
Deploying & Source Control
Observability
Networking & Infrastructure
Account Management
Programming API
Build with AI
Zuplo CLI
Migration Guides
Platform LimitsSecuritySupportTrust & ComplianceChangelog
powered by Zudoku
Integrations

Claude Code

The Zuplo AI Gateway supports the Anthropic /v1/messages API endpoint. This means that you can configure Claude Code to work seamlessly via the AI Gateway.

Claude Code Setup

  1. Create a new provider in the AI Gateway for Anthropic

  2. Set up a new team

  3. Create a new app to use with Claude Code and assign it to the team you created

  4. Copy the API Key for the app you created, as well as the Gateway URL

  5. Add the API key and Gateway URL to your environment, or Claude Code settings, using either approach below

Environment

Code
ANTHROPIC_AUTH_TOKEN=<your-ai-gateway-app-api-key> ANTHROPIC_BASE_URL=<your-ai-gateway-url>

Using settings.json

Code
{ "env": { "ANTHROPIC_AUTH_TOKEN": "<your-ai-gateway-app-api-key>", "ANTHROPIC_BASE_URL": "<your-ai-gateway-url>" } }

Restart Claude and it will switch to using your new AI Gateway configuration and all your Claude Code LLM requests will route through the AI Gateway.

Edit this page
Last modified on October 7, 2025
AI SDKCodex
On this page
  • Claude Code Setup
    • Environment
    • Using settings.json
JSON