Ships with its own skill
The install script drops an agent skill next to the binary. Your harness learns the canonical command sequence before you finish reading this page.
npx skills add airbytehq/airbyte-agent-cli
Airbyte Agents · Agent CLI
50+ business systems, one shell command away.
Built for agents first.
curl -fsSL https://airbyte.ai/install.sh | bash
50+ connectors and counting
Built for AI agents
Point Claude Code, Codex, or any shell-capable harness at airbyte-agent and it works on the first try. No tool definitions to write, no wrapper to maintain.
The install script drops an agent skill next to the binary. Your harness learns the canonical command sequence before you finish reading this page.
npx skills add airbytehq/airbyte-agent-cli
Run schema before any operation and get the full parameter spec without an API call. Your agent composes a valid command on the first try instead of burning turns on trial and error.
airbyte-agent schema connectors execute
Failures land as typed JSON on stderr. Your agent branches on auth_error, not_found, or rate_limited instead of regexing prose.
{"type":"not_found","message":"connector "gong" not found in workspace "default","retryable":false}
Walkthrough
No SDK, no dependencies, nothing to deploy.
Just type directly into your terminal.
~/airbyte-agent — quickstart
How it works
Simple syntax. JSON in, JSON out. The pattern you learn on GitHub works on all 50+ connectors.
[step 01]
Create a connector once. OAuth, API keys, and token refresh are handled for you.
connectors create --json '{ ... }'[step 02]
Inspect entities, actions, and schemas before you call anything.
connectors describe --json '{ ... }'[step 03]
Search and read across systems, and write back to them too.
connectors execute --json '{ ... }'platform
CLI, SDK, MCP Gateway, UI: every interface searches the same pre-indexed context layer.
Didn't find your answer?
Please don't hesitate to reach out.
What is the Airbyte Agent CLI?
How do AI agents use the Airbyte Agent CLI?
How is the CLI different from the SDK or MCP Gateway?
Is it safe to put credentials in CLI commands?
How do I install the Airbyte Agent CLI?
One line to install. Free tier, no credit card.