Type-safe connector execution framework with blessed connectors and full IDE autocomplete.
The Airbyte Agent SDK gives AI agents access to 50+ third-party APIs through strongly typed, well-documented tools. Connectors can run through the Airbyte platform (which manages credentials, rate limiting, and execution) or locally in OSS mode.
uv pip install airbyte-agent-sdkFull documentation is available at docs.airbyte.com/ai-agents/about/.
The repo ships a Claude Code skill with agent instructions for setting up and using the connectors. Install it with:
npx skills add airbytehq/airbyte-agent-sdkOr in Claude Code:
/install airbytehq/airbyte-agent-sdk
See skills/airbyte-agent-connectors/ for the skill source.