airbyte-agent-sdk
Typed connectors giving agents access to 50+ business APIs
All Skills in This Repository (4)
Pure Emerald Level Indicatorsbootstrapping-agent
Automate Airbyte connector wiring for AI agents with PydanticAI or Claude SDKs.
discovering-connectors
Discover Airbyte connectors and inspect their entities, actions, schemas, and authentication requirements.
building-multi-connector-agent
Scaffold multi-connector agent projects with shared authentication and a unified run loop.
airbyte-sdk-reference
Reference Airbyte per-connector typed SDK APIs and usage patterns.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core