What problem does it solve?
CloudBase Run backend development requires architecting services that can handle long-lived connections, multi-language stacks, and flexible runtime environments. This skill provides a structured, mode-aware approach to building, testing, and deploying such backends using Function mode or Container mode.
Core Features & Use Cases
- Mode selection between Function mode for fast-start, low-latency workloads and Container mode for arbitrary runtimes with Docker support.
- End-to-end lifecycle: initialize a local project, download existing code, run locally (Function mode), deploy to CloudRun, and manage AI agents.
- Security and scalability guidelines: enforce PORT binding, statelessness, minimal dependencies, resource constraints, and private/public access controls.
Quick Start
Choose the appropriate mode (Function for fast start or Container for custom runtimes), then initialize and deploy a CloudBase Run project.