Menu

Conductor

Last updated February 10, 2026

AI Gateway provides Anthropic-compatible API endpoints so you can use Conductor through a unified gateway.

Conductor is a Mac app that lets you run multiple Claude Code agents in parallel, each with an isolated copy of your codebase. You can see what each agent is working on, then review and merge their changes in one place.

Conductor runs using your local Claude Code login. You can check your auth status by running claude /login in your terminal.

Conductor also supports running Claude Code on OpenRouter, AWS Bedrock, Google Vertex AI, Vercel AI Gateway, or any Anthropic API compatible provider. You can configure it to use Vercel AI Gateway, enabling you to:

  • Monitor traffic and token usage in your AI Gateway Overview
  • View detailed traces in Vercel Observability under AI
  1. Go to the AI Gateway tab of the Vercel dashboard and click API keys to create a new API key.

  2. In Conductor, go to Settings -> Env to set environment variables. Add the following under Claude Code:

    ANTHROPIC_BASE_URL="https://ai-gateway.vercel.sh"
    ANTHROPIC_AUTH_TOKEN="your-vercel-ai-gateway-api-key"
    ANTHROPIC_API_KEY=""

    Setting ANTHROPIC_API_KEY to an empty string is required. This prevents Claude Code from attempting to authenticate with Anthropic directly.

    Check out the Claude Code docs for a full list of environment variables.

  3. Your requests will now be routed through Vercel AI Gateway. You can verify this by checking your AI Gateway Overview in the Vercel dashboard.


Was this helpful?

supported.