airbyte-sdk-reference

Reference Airbyte per-connector typed SDK APIs and usage patterns.

132|14|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/airbytehq/airbyte-agent-sdk --skill airbyte-sdk-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: airbyte-sdk-reference
Source: https://github.com/airbytehq/airbyte-agent-sdk/tree/main/.claude/skills/airbyte-sdk-reference
Command: npx skills add https://github.com/airbytehq/airbyte-agent-sdk --skill airbyte-sdk-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a centralized reference for the Airbyte per-connector typed SDK packages, helping developers understand available APIs, usage patterns, and integration examples.

Core Features & Use Cases

  • Comprehensive API reference covering global methods (configure, connect, list_connectors) and typed connectors.
  • Per-connector discovery, runtime introspection, and wiring patterns for PydanticAI and Claude SDK integrations.
  • Practical usage scenarios and patterns to accelerate tool-building and automation workflows.

Quick Start

Consult sdk-api.md to begin using the public API and explore connector discovery and runtime introspection patterns.

Frequently Asked Questions about airbyte-sdk-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the Airbyte connector SDK to discover and inspect available connectors?

To discover Airbyte connector SDKs, consult the sdk-api.md reference to use global methods like list_connectors, configure, and connect for runtime introspection and wiring patterns.

Can I integrate Airbyte connectors with PydanticAI and Claude SDK?

Yes, Airbyte connector SDKs support PydanticAI and Claude SDK integrations. Reference pydantic-ai.md and claude-sdk.md for per-connector discovery, runtime introspection, and wiring patterns.

What are the global methods available in the Airbyte per-connector typed SDK?

The Airbyte per-connector typed SDK exposes global methods including configure, connect, and list_connectors. These APIs enable connector discovery, configuration, and authentication flow implementation.

How do I implement authentication flows for Airbyte connectors in my tools?

Implement Airbyte connector authentication by consulting the sdk-api.md and connector-discovery.md references. They provide public APIs and usage guidelines for building adapters and integration flows.

Does the Airbyte connector SDK require any external dependencies?

No, the Airbyte per-connector typed SDK operates without external dependencies. It provides a standalone reference for public APIs, usage patterns, and integration examples for tool building.