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

# base44 connectors list-available

> Alle Integrationstypen auflisten, die im Base44-Connector-Katalog verfügbar sind.

<Warning>
  Diese Seite ist Teil eines KI-Coding-Agent-Skills und für Agenten geschrieben, nicht für Menschen. Für die menschenlesbare Base44-Dokumentation siehe die [Entwicklerdokumentation](/developers).
</Warning>

# base44 connectors list-available

Alle Integrationstypen auflisten, die im Base44-Connector-Katalog verfügbar sind.

## Syntax

```bash theme={null}
npx base44 connectors list-available
```

## Authentifizierung

**Erforderlich**: Ja. Wenn du nicht authentifiziert bist, wirst du zur Anmeldung aufgefordert.

## Was der Befehl tut

Ruft den Katalog verfügbarer Integrationstypen von Base44 ab und zeigt jeden mit Anzeigename, Beschreibung und ggf. erforderlichen Konfigurationsfeldern an.

## Ausgabe

```bash theme={null}
$ npx base44 connectors list-available

✓ Available integrations fetched successfully

Google Calendar
  integrationType: googlecalendar
  description: Access Google Calendar events and schedules
  connectionConfigFields: []

Slack
  integrationType: slack
  description: Send messages and interact with Slack workspaces
  connectionConfigFields: []

Stripe
  integrationType: stripe
  description: Process payments and manage Stripe accounts
  connectionConfigFields: []

Found 14 available integrations.
```

Jede Integration wird im YAML-Format angezeigt und enthält den Integrationstyp, die Beschreibung sowie eventuelle Verbindungs-Konfigurationsfelder.

## Anwendungsfälle

* Alle unterstützten Connector-Typen entdecken, bevor du Connector-Dateien erstellst
* Prüfen, ob eine bestimmte Integration in deinem Base44-Tarif verfügbar ist
* Sehen, welche Konfigurationsfelder ein Connector benötigt

## Verwandte Befehle

* [connectors-create.md](https://docs.base44.com/developers/skills/base44-cli/references/connectors-create.md) - So erstellst du Connector-Konfigurationsdateien
* [connectors-push.md](https://docs.base44.com/developers/skills/base44-cli/references/connectors-push.md) - Lokale Connectors zu Base44 pushen
* [connectors-pull.md](https://docs.base44.com/developers/skills/base44-cli/references/connectors-pull.md) - Connectors von Base44 in lokale Dateien ziehen

<Note>Diese Seite wurde mit KI übersetzt. Für die genauesten und aktuellsten Informationen siehe die [englische Version](/). </Note>
