Search the documentation
14 pages for claude_code_use_vertex.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Quickstart
Claude Code CLI · in the page
agent-sdk/quickstart
…nfigure AWS credentials * **Google Cloud's Agent Platform**: set `CLAUDE_CODE_USE_VERTEX=1` environment variable and configure Google Cloud credentials * **Microsoft Foundry**: set `CLAUDE_COD…
Manage multiple agents with agent view
Claude Code CLI · in the page
agent-view
…ory. Cloud provider selection, such as `CLAUDE_CODE_USE_BEDROCK` or `CLAUDE_CODE_USE_VERTEX`, and `ANTHROPIC_DEFAULT_*_MODEL` aliases follow the shell that dispatched the session. If you export a [`C…
Authentication
Claude Code CLI · in the page
authentication
…der: 1. Cloud provider credentials, when `CLAUDE_CODE_USE_BEDROCK`, `CLAUDE_CODE_USE_VERTEX`, or `CLAUDE_CODE_USE_FOUNDRY` is set. See [third-party integrations](/docs/en/third-party-integrations) fo…
Commands
Claude Code CLI · in the page
commands
…the command menu](#how-the-command-menu-matches-what-you-type) until `CLAUDE_CODE_USE_VERTEX=1` is set; type it in full. First-time Google Cloud's Agent Platform users can also access this wizard from…
Data usage
Claude Code CLI · in the page
data-usage
…| Default off.<br />`CLAUDE_CODE_USE_VERTEX` must be 1. | Default off.<br />`CLAUDE_CODE_USE_BEDROCK` must be 1.…
Environment variables
Claude Code CLI · in the page
env-vars
…remove one. To override a variable you can't unset, such as a stale `CLAUDE_CODE_USE_VERTEX` exported by a shell profile you don't control, set it to an empty string in the `env` block: `"CLAUDE_CODE…
Error reference
Claude Code CLI · in the page
errors
…E_CODE_USE_BEDROCK` for [Amazon Bedrock](/docs/en/amazon-bedrock) or `CLAUDE_CODE_USE_VERTEX` for [Google Cloud's Agent Platform](/docs/en/google-vertex-ai) * [`ANTHROPIC_BASE_URL`](/docs/en/env-vars)…
Feature availability
Claude Code CLI · in the page
feature-availability
…C_AWS` * **Google Cloud's Agent Platform**: Google-operated; you set `CLAUDE_CODE_USE_VERTEX` * **Microsoft Foundry**: Anthropic-operated; you set `CLAUDE_CODE_USE_FOUNDRY` ### Features available on…
Claude Code GitLab CI/CD
Claude Code CLI · in the page
gitlab-ci-cd
…itlab" --debug variables: CLOUD_ML_REGION: "us-east5" CLAUDE_CODE_USE_VERTEX: "1" ANTHROPIC_VERTEX_PROJECT_ID: "$GCP_PROJECT_ID" ``` <Note> With Workload Identity Federation, yo…
Claude Code on Google Cloud's Agent Platform
Claude Code CLI · in the page
google-vertex-ai
…les: ```bash theme={null} # Enable Agent Platform integration export CLAUDE_CODE_USE_VERTEX=1 export CLOUD_ML_REGION=global export ANTHROPIC_VERTEX_PROJECT_ID=YOUR-PROJECT-ID # Optional: Override th…
Connect Claude Code to an LLM gateway
Claude Code CLI · in the page
llm-gateway-connect
…r-gcp-project-id export CLAUDE_CODE_SKIP_VERTEX_AUTH=1 export CLAUDE_CODE_USE_VERTEX=1 export CLOUD_ML_REGION=us-east5 ``` </Tab> <Tab title="PowerShell"> ```powershell theme=…
Gateway protocol reference
Claude Code CLI · in the page
llm-gateway-protocol
…Cloud's Agent Platform rawPredict | `ANTHROPIC_VERTEX_BASE_URL` with `CLAUDE_CODE_USE_VERTEX=1` | `:rawPredict`, `:streamRawPredict`, `count-tokens:rawPredict` (optional)…
Continue local sessions from any device with Remote Control
Claude Code CLI · in the page
remote-control
…ourself for provider variables such as `CLAUDE_CODE_USE_BEDROCK` and `CLAUDE_CODE_USE_VERTEX`, and for `ANTHROPIC_BASE_URL`. ### "Remote Control is disabled by your organization's policy" A policy b…
Configure server-managed settings
Claude Code CLI · in the page
server-managed-settings
…e provider selection variables such as `CLAUDE_CODE_USE_BEDROCK` and `CLAUDE_CODE_USE_VERTEX`, and the provider endpoint URLs such as `ANTHROPIC_BEDROCK_BASE_URL` * Authentication credentials, such as…