> For the complete documentation index, see [llms.txt](https://docs.bunny.com/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunny.com/guide/advanced-guides/integrations/airbyte.md).

# Airbyte

The Airbyte connector allows you to synchronize data from Bunny's GraphQL API to other systems via Airbyte. The following objects can currently be synchronized:

* Account, AccountBalance, Contact ,Entity
* Invoice, InvoiceItem, Payment, Product, Plan
* Quote, QuoteCharge, RecurringRevenue
* Subscription, SubscriptionCharge, Transaction, Tenant

You will need to create an API client in Bunny with the relevant permissions for the objects you want to synchronize data for.&#x20;

### Setting up the connector in Airbyte

Once you have downloaded the YAML file from the integration, go to the Airbyte Builder and paste the file  into the YAML editor.

<figure><img src="/files/Zc3z1O5TMBynJIHX1SBe" alt=""><figcaption><p>Airbyte Builder</p></figcaption></figure>

Once the YAML is updated, toggle to the `UI` view and go to User Input and enter the following.

* **Subdomain** - This is the subdomain of your Bunny instance, e.g. `acme`
* **API key** - Generate an access token from the [API client](/guide/tour/access-control/api-clients.md) you created in Bunny

You should now be able to connect to Bunny.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bunny.com/guide/advanced-guides/integrations/airbyte.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
