connectors-list
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 '{}'
More from airbytehq/airbyte-agent-cli
schema
Print the merged CLI + OpenAPI schema (request, response, parameters) for any operation.
4workspaces-list
List and filter workspaces. Workspace names are the primary identifier for connector commands.
4workspaces-use
Set the default workspace stored in ~/.airbyte-agent/settings.json. Subsequent commands use this workspace when one isn't explicitly passed.
4connectors-delete
Permanently delete a connector from a workspace.
4organizations-list
List organizations the authenticated user belongs to.
4connectors-create
Install a new connector via the secure browser-based credential flow.
4