smartsuite_create_solution
Create a new solution with a name and optional logo. Use confirm to bypass dry-run preview.
Instructions
Create a new solution. Requires readwrite/admin mode AND SMARTSUITE_ENABLE_SCHEMA_WRITE=true. Only a name is required; the server assigns a slug, a default logo, and private-to-you permissions. Optionally set logoIcon and logoColor. Add tables to it with smartsuite_create_application. Dry-run preview unless confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The solution name. | |
| confirm | No | Set true to create; otherwise returns a dry-run preview. | |
| logoIcon | No | Optional icon name for the solution logo. | |
| logoColor | No | Optional hex color for the solution logo (e.g. "#3A86FF"). |