The SDK for production-grade agents.

Authenticate once, then read and write to 50+ business systems with typed Python methods. Airbyte manages auth, pagination, and rate limits.

$ uv add airbyte-agent-sdk

~/airbyte-agent — agent.py

from airbyte_agent_sdk import connect

hubspot = connect("hubspot")

stripe = connect("stripe")

# Typed shortcut on a typed connector

contacts = await hubspot.contacts.list(limit=10)

# Generic execution works on every connector

customers = await stripe.execute("customers", "list", params={"limit": 10})

WORKS WITH YOUR FAVORITE FRAMEWORKS

langchain
crewai
LlamaIndex
AutoGen
OpenAI SDK
Claude Agents SDK
Pydantic AI

Build with the Agent SDK

Three steps from install to a production tool call.

~/airbyte-agent — .env
# .env
AIRBYTE_CLIENT_ID=<your_client_id>
AIRBYTE_CLIENT_SECRET=<your_client_secret>
~/airbyte-agent — main.py
import asyncio
from airbyte_agent_sdk import Workspace

async def main():
    async with Workspace() as ws:
        connectors = await ws.list_connectors()
        print(connectors)

asyncio.run(main())

A managed context layer built for agents first.

Your business data from every connected system, replicated, unified, and indexed before any agent runs. Queryable in milliseconds. Structured for tool calls, not SQL dashboards.

What's the status of the Datacore Systems deal?

AGENT

Datacore Systems has an $85K deal in Proposal stage

salesforce

,

3 Gong calls in the last 30 days

GONG

, and 2 open support tickets

about API rate limits

ZENDESK

.

Pulled from

SALESFORCEGONGZENDESK

Ask a business question, get a cross-system answer

One prompt pulls context from Salesforce, Gong, Zendesk, and anywhere else you're connected.

80%

Up to 80% fewer tokens on a single query

40%

40% fewer tool calls vs. native vendor MCPs

90%

90% cost savings on multi-source queries

  • Pre-materialized context

    The work of assembling context happens before the agent runs, not at query time. One query returns the full picture.

  • Hybrid freshness

    Pre-built for speed. Live API fallback when the freshest state matters.

  • Managed plumbing

    Built-in OAuth, schema handling, and incremental sync. You maintain zero.

50+ managed connectors.
You maintain zero.

Built-in OAuth, schema handling, incremental sync, and growing write-action support. The same connector infrastructure that runs 1.5M pipelines daily, purpose-built for agents.

icon
Azure Blob Storage
Warehouses and Lakes
icon
BigQuery
Warehouses and Lakes
icon
Facebook Marketing
Marketing Analytics
icon
Github
Warehouses and Lakes
icon
Azure Blob Storage
Warehouses and Lakes
icon
BigQuery
Warehouses and Lakes
icon
Facebook Marketing
Marketing Analytics
icon
Github
Warehouses and Lakes
icon
Azure Blob Storage
Warehouses and Lakes
icon
BigQuery
Warehouses and Lakes
icon
Facebook Marketing
Marketing Analytics
icon
Github
Warehouses and Lakes
icon
Gitlab
Unstructured
icon
Google Analytics
Marketing Analytics
icon
Google Drive
Unstructured
icon
HubSpot
Analytics
icon
Gitlab
Unstructured
icon
Google Analytics
Marketing Analytics
icon
Google Drive
Unstructured
icon
HubSpot
Analytics
icon
Gitlab
Unstructured
icon
Google Analytics
Marketing Analytics
icon
Google Drive
Unstructured
icon
HubSpot
Analytics

Built for production Python.

  • Typed connectors

    Generated submodules with IDE autocompletion and method-level docstrings.

  • Runtime introspection

    list_entities() and entity_schema() expose every entity, action, and parameter.

  • Structured errors

    An AirbyteError hierarchy plus raw httpx errors, catchable in one place.

  • Workspace isolation

    A token scoped to one workspace can't reach another.

  • File downloads

    Stream attachments with download(), or save in one call with download_local().

  • Async-first

    Built for agent runtimes, from notebooks to production.

Open source. Self-hostable. Your data stays yours.

compliance

Enterprise ready

Compliant with standards

SOC 2 Type II certified, GDPR and HIPAA support, with tools to help you meet internal and external regulatory requirements.

Uptime & SLA Guarantees

24/7 support and 99.9% availability backed by contractual SLAs and priority response times for mission-critical workloads.

Build production-grade agents today.

Connect your systems once. Every agent you build runs on the same unified data layer.