# geni integration list (/cli/integration/list)



```sh
geni integration list [flags]
```

Lists every integration available to your workspace — third-party services (Slack, GitHub, Salesforce), platform services (chat-completion, image-search), and noAuth services (RSS, public APIs).

## Synopsis [#synopsis]

```sh
geni integration list                   # all
geni integration list --type oauth2      # only OAuth services
geni integration list -q "calendar"      # search
geni integration list --json
```

| Flag                 | Notes                                                                |
| -------------------- | -------------------------------------------------------------------- |
| `--type <kind>`      | Filter by credential type: `oauth2`, `apiKey`, `platform`, `noAuth`. |
| `-q, --query <text>` | Ranked search across slug, title, and description.                   |
| `--json`             | Machine-readable output.                                             |

## Output [#output]

```
SERVICE                  TITLE                 TYPE      VISIBILITY
slack                    Slack                 oauth2    public
salesforce               Salesforce            oauth2    public
stripe                   Stripe                apiKey    public
chat-completion          AI chat completion    platform  public
rss                      RSS feeds             noAuth    public
…
```
