airbytehqairbytehqOfficialยท4 Agent Skills Included

airbyte-agent-sdk

Typed connectors giving agents access to 50+ business APIs

Connects AI agents to 50+ third-party APIs like Stripe, Shopify, Zendesk, and GitLab through strongly typed, well-documented connectors. Eliminates manual API integration work, credential handling, rate limiting, and error translation across frameworks like PydanticAI, LangChain, and FastMCP. Includes skills that scaffold single or multi-connector agents, discover connector capabilities, and verify authentication automatically.
npx skills add airbytehq/airbyte-agent-sdk --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Airbyte Agent SDK?โ–ผ

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

What does the Airbyte Agent SDK do?โ–ผ

It gives AI agents typed, reliable access to 50+ business APIs like Stripe, Shopify, and Zendesk, handling credentials, rate limits, and error retries automatically.

Which agent frameworks does it support?โ–ผ

It natively supports PydanticAI, LangChain, OpenAI Agents, and FastMCP, and works with any other framework through the agent_tool decorator.

How do I connect multiple APIs in one agent?โ–ผ

The building-multi-connector-agent skill scaffolds a complete project with shared credentials, one tool per connector, and a ready-to-run agent loop.

Do I need to write API integration code myself?โ–ผ

No. Each connector ships with typed methods, full documentation, and automatic error translation, so your agent can call APIs through simple execute commands.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’