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

# Overview

The RedBrick AI Command Line Interface is a package that allows you to interact with the RedBrick AI application programmatically.

We recommend you use the CLI for most regular import & export actions. If you want to write Python scripts to perform these actions, or you are interested in more advanced scripting, [please use our Python SDK](/python-sdk/sdk-overview/home).

This documentation covers high-level guides and use cases. If you are interested in more detailed documentation of the CLI interface, please [visit the full CLI reference documentation](https://sdk.redbrickai.com/cli.html).

## Configure Your CLI Credentials

Once you have [installed the CLI](/python-sdk/installation-and-api-keys), you need to configure your credentials.&#x20;

<Note>
  The URL should default to [https://api.redbrickai.com](https://api.redbrickai.com). If you are
  using a private/single-tenant deployment of RedBrick AI, this will need to be changed for your
  deployment - reach out to us for confirmation on what the URL needs to be.
</Note>

For most scenarios, you will only need a single credentials profile. However, if you want to create multiple profiles (perhaps for different organizations), you can do it in the following way:&#x20;

```bash theme={null}
$ redbrick config add
```

To change your profile:

```bash theme={null}
$ redbrick config set
```
