deploy_to_shiped
Deploy HTML/CSS/JS to Shiped for an instant public HTTPS URL. Share AI-generated projects with a live link immediately.
Instructions
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. Returns the URL immediately — the user can share it right away.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | Complete HTML content (single file deployment) | |
| name | Yes | Project name — becomes the subdomain (e.g. "portfolio" → portfolio.shiped.site) | |
| 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 |