codecks_create_deck
Create a new deck in a Codecks project to organize tasks and workflows, with options to specify project and space placement.
Instructions
Create a new deck in a project, optionally in a specific space.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The deck title | |
| project | No | Optional project name. Uses CODECKS_DEFAULT_PROJECT from config if not provided. | |
| spaceId | No | Optional space ID to create the deck in. Defaults to space 1 if not specified. |