mirror of
https://github.com/anthropics/claude-code.git
synced 2026-07-01 05:53:36 +00:00
- Update Vertex AI prose references to Agent Platform across the example (READMEs, script/terraform comments, config template). Functional identifiers are unchanged: the 'provider: vertex' config key, roles/aiplatform.user, aiplatform.googleapis.com, and the terraform resource label (renaming it would recreate the IAM binding in existing states). First mentions keep '(formerly Vertex AI)' for searchability. - Drop the README's self-referential public-mirror link.
Claude Gateway on Google Cloud
Reference deployment artifacts for running Claude Gateway on GCP with Agent Platform (formerly Vertex AI) as the upstream: Cloud Run or GKE, Cloud SQL for PostgreSQL, Secret Manager, and service-account auth to Agent Platform.
These files are provided as a working example rather than a supported production deployment. Adapt them to your own environment.
| File | Purpose |
|---|---|
setup.sh |
Scripts the walkthrough end to end via gcloud |
Dockerfile |
Runtime image for the claude gateway binary |
gateway.yaml.example |
Gateway config template, GCP-shaped (Agent Platform upstream, Google Workspace IdP) |
terraform/ |
Provisions the full architecture (two-pass apply — see terraform/README.md) |