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

# integration:create

> Create a new Connection from a JSON definition file

Creates a new Connection from a JSON definition file.

**Arguments:**

| Argument | Required | Description                                               |
| -------- | -------- | --------------------------------------------------------- |
| `path`   | Yes      | Path to a JSON file containing the Connection information |

**Example:**

```bash theme={null}
php artisan integration:create /path/to/connection.json
```
