Skip to main content

Interfaces

AvailableFreeAvailableIndividualAvailableTeamAvailableCustom Compare plans

Airbyte Agents supports several interfaces for working with your data and your agents. Choose the interface that best fits how you want to build and run agents. All interfaces share the same connectors, credentials, and Context Store. For a side-by-side comparison, see Choose how to use Airbyte Agents.

  • Web app: The Airbyte Agents web app at app.airbyte.ai. Talk to an Airbyte-hosted agent in Chats. Best when you want Airbyte itself to be your agent, with no code required.
  • MCP server: A remote, Airbyte-hosted Model Context Protocol server that connects MCP-capable agents (like ChatGPT, Claude, and Cursor) to your data. Zero install. Best for conversational agents that use off-the-shelf MCP clients.
  • SDK: Python SDK for building, authenticating, and executing agent connectors directly in your Python applications. Best for Python-based agents you build and host yourself.
  • CLI: A shell-first interface for installing airbyte-agent, authenticating, adding connectors, and executing connector actions from scripts or agent harnesses. Best for shell scripts, CI jobs, and agent harnesses.
  • API: HTTP API for managing connectors, tokens, and executing operations from any language or backend service. Best for non-Python backends, custom admin flows, and embedding the authentication module in your app.