What problem does it solve?
It helps you design and deploy CloudBase Run backend services by preventing common deployment and runtime mistakes that cause downtime, broken connectivity, or incorrect access behavior.
Core Features & Use Cases
- CloudRun service lifecycle management: Initialize, download code, local-run (Function mode where supported), deploy, inspect, and delete services with correct tool routing.
- Function vs Container mode guidance: Choose the right mode for long-lived HTTP/SSE/WebSocket needs or for custom Docker/runtime requirements.
- Operational guardrails: Enforce required runtime rules like listening on the injected
PORT, keeping services stateless, and externalizing durable data.
- Agent service enablement: Create and deploy agent services on CloudBase Run with pointers to the dedicated Agent SDK skill.
Quick Start
Ask an AI agent to deploy a CloudBase Run backend in Function mode by selecting the right access type, ensuring the service listens on the provided PORT, and then running the deploy flow for a stateless service at a given absolute target path.