Create Board
fizzy_create_boardCreate a new board in a Fizzy account, providing a top-level container for organizing cards. Returns the newly created board with its ID and URL.
Instructions
Create a new board in a Fizzy account. Boards are top-level containers for organizing cards. Returns the newly created board with its ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the board | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |