cloud_manage
Manage cloud bridge operations: check tunnel and gateway status, retrieve OpenAPI schema URL for ChatGPT Custom GPT setup, and test Godot editor-gateway connectivity.
Instructions
Cloud Bridge and ChatGPT Tunnel Management.
Ops:
get_tunnel_status() Check cloud tunnel and REST gateway operational status.
get_action_schema_url(host="http://127.0.0.1:8000") Get OpenAPI schema URL and setup instructions for ChatGPT Custom GPT.
test_cloud_connection() Test round-trip responsiveness between Godot editor and gateway.
Canonical call shape: {"op": "<verb>", "params": {...}}. Flat op parameters are accepted as a compatibility alias when the client transmits them; op and session_id remain top-level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| params | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||