Publish a project
ship_projectPublish a new project to Shipyard under your account. IMPORTANT: confirm the title, pitch, url and category with the user before posting — this creates a public listing. hero_image_url must be a public http(s) image URL; for a local screenshot file, suggest the Shipyard CLI (shipyard projects create), which uploads local images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL where people can try it. | |
| pitch | Yes | One-line pitch (what it is, who it's for). | |
| title | Yes | Project name. | |
| body_md | No | Optional longer description (markdown). | |
| category | Yes | Best-fit category. | |
| repo_url | No | Optional http(s) source-repo URL. | |
| hero_image_url | No | Optional public http(s) hero image URL. |