deploy_to_shiped
Deploy HTML/CSS/JS code to Shiped and get an instant public HTTPS URL. Use after generating code with an AI to make it live and shareable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Complete HTML content (single file deployment) | |
| name | Yes | Project name — becomes the subdomain | |
| type | No | Project type. Defaults to "static". "node" runs a single index.js file, "python" runs a single main.py file. | |
| files | No | Multiple files for multi-file projects |