← Reddit

Niche Feature Request: US Multi-Region Option for Claude for Office Plugin w Vertex AI

Reddit · wood_nich · April 27, 2026
A user deploying Claude for Office within Google Cloud encountered a regional configuration limitation where the plugin manifest and credential dropdown only accept specific regions like us-east5, rather than the US (multi-region) option needed for Google Cloud logging requirements. The US (multi-region) setting works when accessing Claude directly through Python but is not supported by the Vertex AI plugin interface. The user requests that Anthropic enable this US (multi-region) option in the plugin to accommodate data safety and regulatory deployment needs.

Detailed Analysis

A developer deploying Anthropic's Claude for Office plugin within a Google Cloud environment has surfaced a specific configuration gap: the plugin's manifest and credential interface do not accept the "us" multi-region identifier supported natively by Anthropic's own Python SDK, `AnthropicVertex`. The user's use case is driven by data safety and regulatory requirements that necessitate keeping data within US boundaries while still benefiting from multi-region routing. The core technical friction is that Google Cloud's logging architecture requires logging to occur in the same region as the model instance, and the only available options in the plugin's Vertex AI credential dropdown are "global" or specific single regions like "us-east5" — omitting the "us" multi-region designation entirely. The user has confirmed the multi-region endpoint functions correctly when accessed via Python directly, making this a plugin-layer configuration omission rather than a fundamental platform limitation.

The timing of this request aligns with a significant infrastructure development: as of April 15, 2026, Google Cloud announced public preview availability of US multi-region endpoints for Claude on Vertex AI. This feature enables dynamic routing across US regions — for example, between us-central1 and us-east4 — while guaranteeing data residency within the United States, directly addressing the compliance and regulatory concerns that motivate the user's deployment scenario. The fact that the AnthropicVertex Python client already accepts `region="us"` confirms that the underlying API infrastructure supports this routing model. The gap, therefore, lies specifically in the Claude for Office plugin's manifest validation logic and its credential configuration UI, neither of which has been updated to expose this recently launched capability.

The broader significance of this feature request reflects a growing tension in enterprise AI deployment: organizations operating in regulated industries — financial services, healthcare, legal — increasingly require granular control over data residency without sacrificing the reliability benefits of distributed infrastructure. The Claude for Office plugin is itself notable as an open-source project hosted under Anthropic's financial-services-plugins GitHub repository, explicitly designed for enterprise deployments where compliance constraints are paramount. The ability to specify a multi-region US endpoint rather than a single-region one is not merely a convenience; it enables automatic failover and load balancing across US infrastructure while satisfying auditors and compliance teams who need assurance that data never leaves US soil.

From a product and developer ecosystem perspective, the asymmetry between what the SDK supports and what the plugin exposes represents a common but meaningful friction point in enterprise software. When a first-party client library (AnthropicVertex) accepts a parameter that a first-party plugin does not, it creates a credibility gap that can slow enterprise adoption — particularly among the sophisticated users most likely to deploy self-hosted, Vertex-integrated tooling. The user's note that they would increase pay-as-you-go token consumption if the feature were enabled underscores a recurring dynamic in developer tools: seemingly minor configuration options can have outsized effects on adoption and revenue among high-value enterprise users. The availability of multi-region endpoints in public preview suggests the underlying infrastructure work has already been completed, making the plugin update a relatively contained engineering task.

This episode also illustrates the maturing ecosystem around Claude on Vertex AI more broadly. Google Cloud's investment in multi-region routing for Claude — including separate quota structures and evolving support for features like prompt caching within routed requests — signals that both Anthropic and Google are treating enterprise compliance requirements as first-class concerns rather than afterthoughts. As Claude continues to be embedded into business productivity workflows through plugins and SDK integrations, keeping configuration parity between the core API clients and downstream tooling will become increasingly critical to sustaining trust among the regulated-industry customers that represent some of the most durable enterprise AI deployments.

Read original article →