# Airflow (Astronomer)

{% hint style="info" %}
**Required role to configure:** [Admin](/external-docs/fundamentals/settings/user-roles.md) or higher.

Users with lower roles can view this feature but cannot change its configuration.
{% endhint %}

<figure><img src="/files/Civ8Jaf9XLXfNgnIqofs" alt="Astronomer" width="120"><figcaption></figcaption></figure>

Seemore needs **3 variables** to connect to the Airflow API:

1. Airflow URL
2. Client ID
3. Client Secret

***

### How to retrieve the Airflow URL

When you log in to your Airflow instance, copy the URL from the browser. It includes the deployment ID. You can also retrieve it using the [Astronomer CLI](https://docs.astronomer.io/astro/airflow-api#retrieve-the-deployment-url).

***

### How to create Client ID & Client Secret

1. Follow the steps in the Astronomer docs: [**Create an API key**](https://docs.astronomer.io/astro/api-keys#create-an-api-key).
2. Copy the **Client ID** and **Client Secret** generated during this process.
3. Provide the Airflow URL, Client ID, and Client Secret to Seemore during integration setup.

### Allowlist the Seemore IP

If you want to allow access to your Airflow instance only from a specific IP, use this address: `185.48.123.6`.


---

# Agent Instructions: 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:

```
GET https://docs.seemoredata.io/external-docs/fundamentals/getting-set-up/setting-integrations/airflow/airflow-astronomer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
