connectors-create
connectors create
[!NOTE] Requires the
airbyte-agentCLI onPATH. Install viabrew install airbytehq/tap/airbyte-agentor 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,nameandidrefer to the template (the connector type to install). Onconnectors describe/execute/delete, those same fields refer to an existing connector instance. Same name, different meaning depending on the verb.