> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Item

Create a new item inside a board.

## Input

| Property                    | Type        | Required | Description                                                                                                 |
| --------------------------- | ----------- | -------- | ----------------------------------------------------------------------------------------------------------- |
| workspace\_id               | DROPDOWN    | Yes      | The workspace's unique identifier.                                                                          |
| board\_id                   | DROPDOWN    | Yes      | The board's unique identifier.                                                                              |
| group\_id                   | DROPDOWN    | No       | Board Group                                                                                                 |
| item\_name                  | SHORT\_TEXT | Yes      | Item Name                                                                                                   |
| column\_values              | OBJECT      | No       | The column values of the new item.                                                                          |
| create\_labels\_if\_missing | CHECKBOX    | No       | Creates status/dropdown labels if they are missing. This requires permission to change the board structure. |

## Sample Output

```json theme={null}
{
  "data": {
    "create_item": {
      "id": "1175651821"
    }
  },
  "account_id": 16284131
}
```
