Workflow routes

LocalCloud agentic workflows

Start LocalCloud, wait for health, export localhost emulator endpoints, and run reviewable tests before any real Google Cloud validation step.

Published routes

Indexable pages with caveats

GitHub Actions

LocalCloud in GitHub Actions

Run LocalCloud in a GitHub Actions workflow with readiness checks, pinned image identity, and localhost SDK endpoints.

  • No GCP secrets are required for the bounded local job.
  • Readiness gate: http://localhost:24080/health.
Terraform

Terraform GCP emulator workflow

Validate Terraform against LocalCloud GCP emulator endpoints before production, without default GCP credentials or cloud billing.

  • Use the Terraform env export endpoint.
  • Keep real provider credentials out of local validation.
Integration tests

Local GCP integration tests for agents

Run agent-written GCP integration tests locally with LocalCloud, SDK env vars, deterministic seed data, and real-GCP release caveats.

  • Use real SDK clients; avoid mocks for service behavior.
  • Seed fixtures locally for repeatable runs.
Internal automation

LocalCloud automation for internal projects

Have coding agents prepare a non-production LocalCloud automation workflow with health gates and local endpoints.

  • Agents must keep automation inside the Public Preview License boundary.
  • Automation jobs must print active emulator endpoints before tests.