1
0
mirror of synced 2025-12-29 18:04:44 -05:00
Files
airbyte/docs/api-documentation.md
2023-02-27 14:51:15 -08:00

2.3 KiB
Raw Blame History

API documentation

Airbyte has 2 APIs. Please see the table below for differences between them.

Configuration API Airbyte API
Purpose: Enables OSS users to configure their own Self-Hosted Airbyte deployment (ex UI, internal state, etc) Purpose: Enables users to control Airbyte programmatically and use with Orchestration tools (ex: Airflow)
Purpose: Enables Airbyte team to configure Airbyte Cloud (ex UI, internal state, etc) Purpose: Exists for Airbyte users to write applications against and enable Powered by Airbyte (Headless version and UI version)
Status: Alpha state and might change. You wont lose any functionality, but you may need to update your code to catch up to any backwards incompatible changes in the API. Status: Closed Beta. See Airbyte roadmap for more details.
Documentation Available here Documentation: Available to Closed Beta participants.