> ## Documentation Index
> Fetch the complete documentation index at: https://astronomer.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# astro registry provider add

<Info>The behavior and format of this command are the same for both Astro and Astro Private Cloud.</Info>

Download a provider package from the [Astronomer Registry](https://registry.astronomer.io/) to the `requirements.txt` file of your Astro project.

## Usage

```sh wrap theme={null}
astro registry provider add
```

When you run the command, the CLI prompts you for a provider to download. To retrieve the provider name, open the provider in the Astronomer registry and copy the URL between `providers/` and `/versions`. For example, in the URL `https://registry.astronomer.io/providers/apache-airflow-providers-airbyte/versions/3.3.1`, copy `apache-airflow-providers-airbyte`.

## Options

| Option            | Description                              | Valid Values                                                      |
| ----------------- | ---------------------------------------- | ----------------------------------------------------------------- |
| `<provider-name>` | The provider to download.                | Any valid provider name. Must be the first option in the command. |
| `--version`       | The version of the provider to download. | Any valid version.                                                |

## Examples

```sh wrap theme={null}
# Download version 3.3.1 of a provider
astro registry provider add apache-airflow-providers-airbyte --version 3.3.1
```

## Related commands

* [astro registry dag add](/docs/cli/v1.39/astro-registry-dag-add)
* [astro dev start](/docs/cli/v1.39/astro-dev-start)
