Skip to content

Commit

Permalink
Update api-documentation.md (airbytehq#25447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Brook authored Apr 24, 2023
1 parent 5142613 commit 798fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ 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) <br /><br /> Exists for Airbyte users to write applications against. <br /><br /> 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) <br /><br /><br /> Enables Airbyte Engineering team to configure Airbyte Cloud (internal state) |
| **Available for** | Cloud users. | OSS users |
| **Status** | Currently in Public Beta. [Join us in Slack (#airbyte-api)](https://airbytehq.slack.com/archives/C0479UYR0PM) for any technical questions or feedback. <br /><br /> Full support from the Airbyte team. | 🚨 WARNING 🚨 <br /><br /> Airbyte does NOT have active commitments to support this API long-term. OSS users can utilize the Config API, but at their own risk. <br /><br /> This API is utilized internally by the Airbyte Engineering team and may be modified in the future if the need arises. <br /><br /> 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. |
| **Status** | Available to all Cloud users. Learn more in our [launch post](https://airbyte.com/blog/airbyte-api). <br /><br /> Full support from the Airbyte team. | Airbyte does NOT have active commitments to support this API long-term. OSS users can utilize the Config API, but at their own risk. <br /><br /> This API is utilized internally by the Airbyte Engineering team and may be modified in the future if the need arises. <br /><br /> 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 here](https://api.airbyte.com) | [Available here](https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html)

0 comments on commit 798fbf4

Please sign in to comment.