airbyte-agent-connectors โ€” Gemini AI Agent
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityGemsExtensionsTrending
    GeminiAgentsairbyte-agent-connectors
    Back to Agents
    airbyte-agent-connectors

    airbyte-agent-connectors

    airbytehq November 26, 2025
    115 copies 0 downloads

    ๐Ÿ™ Drop-in tools that give AI agents reliable, permission-aware access to external systems.

    Airbyte SDK

    Type-safe connector execution framework with blessed connectors and full IDE autocomplete.

    Overview

    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.

    Installation

    uv pip install airbyte-agent-sdk
    

    Credentials

    You need Airbyte platform credentials to use the SDK:

    • AIRBYTE_CLIENT_ID / AIRBYTE_CLIENT_SECRET โ€” from your Airbyte Cloud organization settings
    • connector_id โ€” the source UUID for an existing connector (from the Airbyte dashboard or create())

    Quick Start: Connect to an Existing Source

    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"
    

    Getting Started: Create a New Source

    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
    

    Tags

    aiai-agentsairbyteanthropicconnectorsdataenterprisegeminiintegrationslangchain

    Comments

    More Agents

    View all
    Agentsmithagentic-ai

    Agentsmith

    Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, โ€ฆ) โ€” a lean core + work-type profiles assembled by one setup script.

    P
    PromptPartner
    308
    Awesome Gamedev Agent Skillsagent-skills

    Awesome Gamedev Agent Skills

    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.

    G
    gamedev-skills
    303
    Agentpetai-agents

    Agentpet

    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.

    N
    ntd4996
    279
    UltraGameStudioai-agent

    UltraGameStudio

    UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.

    W
    wellingfeng
    260
    Zeroai

    Zero

    The coding agent that answers to you, your model, your machine, your rules.

    G
    Gitlawb
    1,099
    Lucarneagent-bridge

    Lucarne

    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.

    T
    tuchg
    314

    Stay up to date

    Get the latest Gemini prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Gemini and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    ยฉ 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this Gemini resource

    • Leverage External Tools in n8n for Enhanced Automationn8n ยท $13.24 ยท Related topic
    • Automated External User Permission Audit and Reportingn8n ยท $12.99 ยท Related topic
    • Integrate External Processes with n8n Workflow Using Webhook Callbacksn8n ยท $14.99 ยท Related topic
    • Create Dynamic Email Sequences with Real-Time Context Using Octave and External Datan8n ยท $9.99 ยท Related topic
    Browse all workflows