Hello, Will I be able to use the new OSS airbyte A...
# help-api-cli-orchestration
s
Hello, Will I be able to use the new OSS airbyte API for orchestrating Airbyte with Airflow? documentations still refer to airbyte cloud API
u
Yes, you can use the new Airbyte API to orchestrate Airbyte with Airflow. However, it's important to note that the Airbyte operator is designed to work with the internal Config API rather than the newer Airbyte API and is therefore not intended or designed for orchestrating Airbyte Cloud. As an alternative, you can make use of Airflow's HTTP operators with both Airbyte OSS and Airbyte Cloud. This approach is described in the article [Using the new Airbyte API to orchestrate Airbyte Cloud with Airflow](https://airbyte.com/blog/orchestrating-airbyte-api-airbyte-cloud-airflow). For more details, you can refer to the [official documentation](https://docs.airbyte.com/operator-guides/using-the-airflow-airbyte-operator).
r
@Shubham They are two different names for the same API. The Airbyte API used to be referred as the Airbyte Cloud API before we made it available for OSS as well 🙂 Airbyte API used with Airbyte OSS can be used with Airflow using the same steps.
s
Got it. Thanks