-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support GCP credentials (Vertex AI) as a BYOK authentication method #9314
Copy link
Copy link
Open
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.enhancementNew feature or request.New feature or request.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:agentAgent workflows, conversations, prompts, cloud mode, and AI-specific UI.Agent workflows, conversations, prompts, cloud mode, and AI-specific UI.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.enhancementNew feature or request.New feature or request.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the solution you'd like?
Add GCP credentials as a supported BYOK authentication method for accessing AI models via Google Cloud's Vertex AI platform.
Concretely, this means:
gcloud auth application-default login), service account JSON key file, orGOOGLE_APPLICATION_CREDENTIALSenvironment variable.The auth layer is the same for all Vertex AI models, so a single implementation covers the full Vertex AI model catalog — current and future.
Is your feature request related to a problem? Please describe.
Enterprise and GCP-centric teams commonly operate under policies that:
Warp's current BYOK options require direct API keys from Anthropic (api.anthropic.com) or Google AI Studio. These don't satisfy GCP-based access controls. The sharpest gap today is Claude on Vertex AI — Anthropic makes its models available through Vertex AI for enterprise customers, but there is no way to use that access in Warp. The same applies to Gemini accessed via Vertex AI (which has a different endpoint and auth model than the Gemini API).
Additional context
Operating system (OS)
macOS, Linux, Windows
How important is this feature to you?
5 (Can't work without it — enterprise GCP users have no path to use Claude or Vertex AI models in Warp today)
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
Ignore