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

# modus context custom-items batch-create

> Create multiple custom context items in one call.

Create multiple custom context items in one call.

## Usage

```bash theme={null}
modus context custom-items batch-create [flags]
```

## Flags

| Flag     | Type   | Description                                               |
| -------- | ------ | --------------------------------------------------------- |
| `--file` | string | Path to a JSON file containing an array of create bodies. |
| `--body` | string | Read the JSON array as JSON from stdin ('-').             |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus context custom-items batch-create --file items.json
```

See [CLI quickstart](/guides/cli) for install and auth.
