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

# Firebolt

> Integrate Firebolt with Paradime to enables deploying dbt™ in production with Bolt

<Warning>
  **IP RESTRICTION**

  Make sure to allow traffic from one of the Paradime IPs in your firewall depending on the data location selected.

  👉 See also: [Paradime IP addresses](/developers/ip-restrictions).
</Warning>

<Info>
  We advise creating a new Firebolt user and grant the suggested access required to create tables and views your Production database.
</Info>

## Create a Firebolt user

Create a new Firebolt user and assign the `DB Admin`. This user will need to have access to your Production database.

## Add Scheduler Connection

To add the Firebolt Scheduler connection, follow these instructions:

1. Click **Settings** in the top menu bar of the Paradime interface to access **Account Settings**
2. In the left sidebar, click "**Connections**"
3. Click "**Add New**" next to the **Bolt Schedules** section
4. Select "Firebolt" and fill out the corresponding fields.&#x20;

<Frame>
  <img src="https://mintcdn.com/paradime-docs/_V48tdxcy1g_Y-dv/images/image-2-2.png?fit=max&auto=format&n=_V48tdxcy1g_Y-dv&q=85&s=4f75a6da43422d5e4be742219be091e9" alt="" width="1440" height="1450" data-path="images/image-2-2.png" />
</Frame>

### Fields Details

Below are list of fields and example to create a connection.

| Field         | Description                                                                                                                                                                                                                    | Example                   |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
| Profile Name  | The profile name set in your `dbt_project.yaml` . See more [here](https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles).                                                                                | **`dbt-firebolt`**        |
| Target        | The target name used to identify the connection. See more [here](https://docs.getdbt.com/reference/dbt-jinja-functions/target).                                                                                                | **`prod`**                |
| Host Name     | The host name of the connection. For all customers it is `api.app.firebolt.io`                                                                                                                                                 | **`api.app.firebolt.io`** |
| Account Name  | Specifies the account name (not the account ID) under which the specified `database` exists                                                                                                                                    | **`acme`**                |
| Engine Name   | The name of your Firebolt production database.                                                                                                                                                                                 | **`analytics_gp`**        |
| Database      | The name of your Firebolt production database.                                                                                                                                                                                 | **`analytics`**           |
| Client ID     | Your [service account](https://docs.firebolt.io/Guides/managing-your-organization/service-accounts.html) id.                                                                                                                   | **`client_id_xyz`**       |
| Client Secret | The secret associated with the specified `client_id`.                                                                                                                                                                          | **`client_secret_xyz`**   |
| Schema        | Recommended. A string to add as a prefix to the names of generated tables when using the [custom schemas workaround](https://docs.getdbt.com/reference/warehouse-profiles/firebolt-profile#supporting-concurrent-development). | **`dbt_prod`**            |
| Threads       | Must be set to `1`. Multi-threading is not currently supported in Firebolt.                                                                                                                                                    | **`1`**                   |


## Related topics

- [Firebolt](/products/settings/connections/development-environment/firebolt.md)
- [Security model](/resources/other-important-stuff/security-model.md)
- [Scheduler environment](/products/settings/connections/scheduler-environment/index.md)
- [DinoAI Background Agent environment](/products/settings/connections/dinoai-background-agent-environment/index.md)
