connectors-list
Installation
SKILL.md
connectors list
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor see the project README.
List the connectors that already exist in a given workspace.
[!IMPORTANT] Always pass parameters as
--json '{...}'. Per-parameter flags exist for human use; agents should use a single JSON payload for predictable, reviewable inputs.
Usage
airbyte-agent connectors list --json '{"workspace": "my-workspace"}'
# workspace defaults to "default" when omitted
airbyte-agent connectors list --json '{}'