Hi, i am running Airbyte on Kubernetes and wanted ...
# help-api-cli-orchestration
v
Hi, i am running Airbyte on Kubernetes and wanted to know where i can find api docs. I want to create a microservice that communicates with the Airbyte server to create
source|destination|connection
with code. The official docs are pointing to
<http://api.airbyte.com|api.airbyte.com>
: https://reference.airbyte.com/reference/createsource.
u
Sure, you can use the Airbyte API to create a source, destination, and connection. The API documentation can be found at this link: [Airbyte API Docs](https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html) as mentioned in a [previous support conversation](https://airbytehq.slack.com/archives/C021JANJ6TY/p1668180045104349). For creating a source, destination, and connection, you can refer to this [tutorial](https://airbyte.com/tutorials/create-and-monitor-a-data-pipeline-using-the-airbyte-api) which provides step-by-step instructions on how to create and monitor a data pipeline using the Airbyte API. Please note that you will need the IDs of the resources you are creating in subsequent steps of your process. You will be able to get their IDs from the response’s content when you create a pipeline programmatically. If you encounter any issues or errors, the Airbyte API documentation portal can be very helpful in building the parameters string and avoiding mistakes.
v
That is for Airbyte Cloud isnt it? i want to deploy it on Kubernetes
r
It is for both Cloud & OSS. See the Getting Started page 🙂