๐ Drop-in tools that give AI agents reliable, permission-aware access to external systems.
Type-safe connector execution framework with blessed connectors and full IDE autocomplete.
The Airbyte SDK executes connector operations through the Airbyte platform. The platform manages third-party API credentials, handles rate limiting, and provides a unified execution layer.
uv pip install airbyte-agent-sdk
You need Airbyte platform credentials to use the SDK:
AIRBYTE_CLIENT_ID / AIRBYTE_CLIENT_SECRET โ from your Airbyte Cloud organization settingsconnector_id โ the source UUID for an existing connector (from the Airbyte dashboard or create())from airbyte_agent_sdk.connectors.stripe import StripeConnector
from airbyte_agent_sdk.types import AirbyteAuthConfig
connector = StripeConnector(auth_config=AirbyteAuthConfig(
airbyte_client_id="your_client_id",
airbyte_client_secret="your_client_secret",
connector_id="your_source_uuid",
))
# List customers โ returns typed Pydantic envelope
customers = await connector.customers.list(limit=10)
for c in customers.data:
print(f"{c.id}: {c.email}")
print(f"More pages? {customers.meta.has_more}")
# Get a single customer
customer = await connector.customers.get(id="cus_123")
print(customer["email"])
# Health check
check = await connector.check()
print(check.status) # "healthy"
Use StripeConnector.create() to provision a source on Airbyte Cloud:
from airbyte_agent_sdk.connectors.stripe import StripeConnector
from airbyte_agent_sdk.connectors.stripe.models import StripeAuthConfig
from airbyte_agent_sdk.types import AirbyteAuthConfig
connector = await StripeConnector.create(
airbyte_config=AirbyteAuthConfig(
airbyte_client_id="your_client_id",
airbyte_client_secret="your_client_secret",
workspace_name="my-workspace",
),
auth_config=StripeAuthConfig(api_key="s
Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, โฆ) โ a lean core + work-type profiles assembled by one setup script.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.
UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.
The coding agent that answers to you, your model, your machine, your rules.
Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/ๅพฎไฟก/้ฃไนฆ. No hooks, no skills, no MCP.
Workflows from the Neura Market marketplace related to this Gemini resource