Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

base44 connectors list-available

List all integration types available in the Base44 connector catalog.

Syntax

Authentication

Required: Yes. If not authenticated, you’ll be prompted to login first.

What It Does

Fetches the catalog of available integration types from Base44 and displays each one with its display name, description, and any required configuration fields.

Output

Each integration is displayed in YAML format showing the integration type, description, and any connection configuration fields required for setup. Pass the global --json flag to get the catalog as a JSON document ({ "integrations": [...] }) instead:

Use Cases

  • Discover all supported connector types before creating connector files
  • Check if a specific integration is available in your Base44 plan
  • See what configuration fields (if any) a connector requires