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

# inferless integration

This command is used to integrate Providers.

### Usage

```bash theme={null}
inferless integration COMMAND [ARGS]...
```

### Commands

* `add`: Add an integration to your workspace
* `list`: List all integrations

### Examples

Below command displays all the integrations in the workspace with their details.

```bash theme={null}
inferless integration list
```

Below command allows you to integrate with Providers

```bash theme={null}
inferless integration add COMMAND [ARGS]...
```

#### Commands

* `DOCKERHUB`: Add Dockerhub integration to your workspace
* `ECR`: Add ECR integration to your workspace
* `GCS`: Add Google cloud storage integration to...
* `HF`: Add Huggingface integration to your workspace
* `S3`: Add S3/ECR Integration to your workspace

#### `inferless integration add DOCKERHUB`

Add Dockerhub integration to your workspace

**Usage**:

```bash theme={null}
$ inferless integration add DOCKERHUB [OPTIONS]
```

**Options**:

* `-n, --name TEXT`: Integration name \[required]
* `--username TEXT`: Username for dockerhub integration \[required]
* `--access-token TEXT`: Access token for dockerhub integration \[required]
* `--help`: Show this message and exit.

#### `inferless integration add ECR`

Add ECR integration to your workspace

**Usage**:

```console theme={null}
$ inferless integration add ECR [OPTIONS]
```

**Options**:

* `-n, --name TEXT`: Integration name \[required]
* `--access-key TEXT`: Access key for aws integration. \[required]
* `--secret-key TEXT`: Access key for aws integration. \[required]
* `--help`: Show this message and exit.

#### `inferless integration add GCS`

Add Google cloud storage integration to your workspace

**Usage**:

```console theme={null}
$ inferless integration add GCS [OPTIONS]
```

**Options**:

* `-n, --name TEXT`: Integration name \[required]
* `--gcp-json-path TEXT`: Path to the GCP JSON key file \[required]
* `--help`: Show this message and exit.

#### `inferless integration add HF`

Add Huggingface integration to your workspace

**Usage**:

```console theme={null}
$ inferless integration add HF [OPTIONS]
```

**Options**:

* `-n, --name TEXT`: Integration name \[required]
* `--api-key TEXT`: API key for huggingface integration \[required]
* `--help`: Show this message and exit.

#### `inferless integration add S3`

Add S3/ECR Integration to your workspace

**Usage**:

```console theme={null}
$ inferless integration add S3 [OPTIONS]
```

**Options**:

* `-n, --name TEXT`: Integration name \[required]
* `--access-key TEXT`: Access key for aws integration. \[required]
* `--secret-key TEXT`: Access key for aws integration. \[required]
* `--help`: Show this message and exit.
