rosh_publish
Compile and publish Rosh programs to rosh.cloud, generating a public URL. Supports web, Phaser, and Three.js targets.
Instructions
Compile and publish a Rosh program to rosh.cloud. Requires API key with write scope.
The published program gets a public URL at https://rosh.cloud/p/{username}/{slug}
Args: title: Display title for the program slug: URL-safe identifier (lowercase, hyphens only, e.g. "space-shooter") code: Rosh source code target: Target platform — "web", "phaser", or "threejs" description: One-line description of what the program does
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| slug | Yes | ||
| code | Yes | ||
| target | No | web | |
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |