deploy_pod
Deploy source files to a pod: create it if missing, upload files, install dependencies, restart the app, and provide a public HTTPS URL via Cloudflare tunnel once it responds.
Instructions
Deploy files to a pod. Creates the pod if it doesn't exist, uploads the given files, installs dependencies, (re)starts the app, opens a public HTTPS URL via a Cloudflare quick tunnel, and checks it answers. This is the main tool — one call to go from source files to a live URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| files | Yes | ||
| preset | No | Required the first time a pod is created; inferred from the existing pod on redeploys. |