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

# ocoya_list_brand_kits

> List or search brand kits for a workspace.

# `ocoya_list_brand_kits`

Lists or searches brand kits for a workspace. Use this when a post should use a specific brand kit.

## Arguments

| Name          | Type   | Required | Description                                      |
| ------------- | ------ | -------- | ------------------------------------------------ |
| `workspaceId` | string | Yes      | Workspace ID from `ocoya_list_workspaces`.       |
| `query`       | string | No       | Optional case-insensitive brand kit name search. |

## Example

```json theme={null}
{
  "name": "ocoya_list_brand_kits",
  "arguments": {
    "workspaceId": "cmayvq3hk00017apshay5qezu",
    "query": "default"
  }
}
```

## Returns

Returns brand kit IDs, names, and options.
