airbytehqairbytehqOfficial·1 Agent Skills Included

airbyte-agent-connectors

Typed connectors linking business APIs to coding frameworks

Connects 50+ business APIs like Stripe, Shopify, Zendesk, and GitLab to coding frameworks through typed, documented connectors. Handles authentication, rate limits, retries, and error translation automatically so developers skip manual API plumbing. Scaffolds single or multi-connector projects with ready-made patterns for PydanticAI, LangChain, and FastMCP.
npx skills add airbytehq/airbyte-agent-connectors --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Airbyte Agent Connectors?

Run `npx skills add airbytehq/airbyte-agent-connectors --all -g -y` in your terminal to install all skills in this suite globally.

What does the Airbyte Agent SDK do?

It gives your agent typed, documented access to 50+ third-party APIs like Stripe, Shopify, and Zendesk, with authentication, retries, and error handling built in.

Which frameworks work with Airbyte connectors?

The SDK natively supports PydanticAI, LangChain, OpenAI Agents, and FastMCP, and provides a generic decorator for any other framework.

How do I connect multiple APIs in one agent?

Create one shared auth config, build one typed connector per service, and register a separate tool function for each connector.

Do I need to manage API credentials myself?

No. In hosted mode, Airbyte Cloud stores the API credentials and you only provide your Airbyte client ID and secret.

Related Repositories in Software Engineering

View All in Software Engineering