What problem does it solve?
CloudBase Run Development helps you implement and deploy backend services that need long-lived connections, streaming or persistent endpoints, or custom runtimes without misconfiguring access, ports, or operational constraints.
Core Features & Use Cases
- Mode Selection (Function vs Container): Choose the right CloudRun deployment model based on whether you need a Dockerfile/custom runtime or framework-style quick start.
- Correct Runtime & Access Setup: Follow platform requirements like listening on
PORT, keeping services stateless, and setting public/private access intentionally.
- Tool-Driven Operations for an Agent-Ready Backend: Initialize, download, run (Function mode), deploy, inspect, and create Agent services using the correct query/manage operations and safer deployment sequence.
Quick Start
Use the cloudrun-development skill to deploy a long-lived WebSocket or SSE backend by specifying the absolute project path and explicitly selecting Function mode or Container mode before initializing and deploying.