create_project
Create a new Symbols project to store generated components, obtaining a project ID and key for saving and publishing.
Instructions
Create a new Symbols project on the platform.
Use this when the user wants to save generated components to a new project. Returns the project ID and key for use with save_to_project and publish.
Args: name: Project display name. key: Project key (pr_xxxx format). Auto-generated from name if empty. token: JWT access token from login. api_key: API key (sk_live_...) from project integration settings. visibility: Project visibility — "private", "public", or "password-protected". language: Project language (default: "javascript").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| name | Yes | ||
| token | No | ||
| api_key | No | ||
| language | No | javascript | |
| visibility | No | private |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |