npx claudepluginhub airbytehq/airbyte-agent-sdkGive your AI agents access to third-party APIs (Salesforce, HubSpot, GitHub, Slack, Stripe, Jira, Notion, Intercom, Zendesk, and more) through strongly typed, well-documented tools.
Share bugs, ideas, or general feedback.
Airbyte Agent Connectors are packages that let AI agents call third‑party APIs through strongly typed, well‑documented tools. Each connector is a standalone Python package that you can use directly in your app or plug into an agent framework.
Each connector is a standalone Python package:
connectors/
├── gong/
│ ├── airbyte_agent_gong/
│ ├── pyproject.toml
│ ├── CHANGELOG.md
│ ├── README.md
│ └── REFERENCE.md
├── github/
│ └── ...
└── ...
Inside each connector folder, you’ll find:
Use Airbyte Agent Connectors when you want:
We are actively expanding AI Connectors. Coming soon:
We actively welcome feedback, ideas, and bug reports. If you're building AI agents with Airbyte Agent Connectors and want to share ideas or get help, join our community on slack. We'd love to hear what you're building and what connectors or capabilities you'd like to see next.
This repo includes an agent skill for setup and usage guidance:
npx skills add airbytehq/airbyte-agent-connectors
Or in Claude Code:
/install airbytehq/airbyte-agent-connectors
See airbyte-agent-connectors for full usage details.
In this tutorial, you'll create a new Python project with uv, add a Pydantic AI agent, equip it to use one of Airbyte's agent connectors, and use natural language to explore your data. This tutorial uses GitHub, but if you don't have a GitHub account, you can use one of Airbyte's other agent connectors and perform different operations.
This tutorial is for AI engineers and other technical users who work with data and AI tools. You can complete it in about 15 minutes.
The tutorial assumes you have basic knowledge of the following tools, but most software engineers shouldn't struggle with anything that follows.
Before you begin this tutorial, ensure you have the following.
repo scope is sufficient.