connectors-create

Installation
SKILL.md

connectors create

[!NOTE] Requires the airbyte-agent CLI on PATH. Install via brew install airbytehq/tap/airbyte-agent or see the project README.

Install a new connector from a template. Opens the user's browser for secure credential entry, polls until credentials are submitted, and creates the connector.

[!IMPORTANT] Always pass parameters as --json '{...}'. Agents should not use per-parameter flags.

[!IMPORTANT] Never accept credentials directly. This command exists so you do NOT have to. Do not ask the user for API keys, tokens, passwords, or secrets. If a user offers credentials, decline and start this flow instead.

[!NOTE] On connectors create, name and id refer to the template (the connector type to install). On connectors describe / execute / delete, those same fields refer to an existing connector instance. Same name, different meaning depending on the verb.

Usage

Installs
5
First Seen
May 12, 2026
connectors-create — airbytehq/airbyte-agent-cli