create_project
Create a new portfolio project entry by providing a title and slug, with optional fields for URLs, descriptions, skills, categories, and images.
Instructions
Create a new portfolio project. Requires write permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL-friendly slug | |
| title | Yes | Project title | |
| live_url | No | ||
| repo_url | No | ||
| body_html | No | Full rich HTML description | |
| skill_ids | No | ||
| description | No | ||
| category_ids | No | ||
| is_published | No | ||
| image_gallery | No | ||
| featured_image | No | ||
| short_description | No |