From 7ea75e59ec500a30316295ef2f2b3892b9598445 Mon Sep 17 00:00:00 2001 From: Riley Brook Date: Mon, 6 Mar 2023 13:07:37 -0800 Subject: [PATCH] Update API Docs --- docs/api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-documentation.md b/docs/api-documentation.md index 54d4bcf70402..3c9f6bfce603 100644 --- a/docs/api-documentation.md +++ b/docs/api-documentation.md @@ -6,6 +6,6 @@ Airbyte has two sets of APIs which are intended for different uses. The table be |------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **Description** | Airbyte API is a reliable, easy-to-use interface for programmatically controlling the Airbyte platform. With full support from the Airbyte team. | The Config API is an internal Airbyte API that is designed for communications between different Airbyte components. | | **Use Cases** | Enables users to control Airbyte programmatically and use with Orchestration tools (ex: Airflow)

Exists for Airbyte users to write applications against.

Enables [Powered by Airbyte](https://airbyte.com/embed-airbyte-connectors-with-api) | Enables OSS users to configure their own Self-Hosted Airbyte deployment (internal state, etc)


Enables Airbyte Engineering team to configure Airbyte Cloud (internal state) | -| **Available for** | Cloud users currently
(OSS users in June 2023) | OSS users | +| **Available for** | Cloud users. | OSS users | | **Status** | Currently in Closed Beta.

Full support from the Airbyte team.

Early-access can be requested through early-access@airbyte.io | 🚨 WARNING 🚨

Airbyte does NOT have active commitments to support this API long-term. OSS users can utilize the Config API, but at their own risk.

This API is utilized internally by the Airbyte Engineering team and may be modified in the future if the need arises.

Modifications by the Airbyte Engineering team could create breaking changes and OSS users would need to update their code to catch up to any backwards incompatible changes in the API. | | **Documentation** | Available to Closed Beta participants. | [Available here](https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html)