Firebolt
IP RESTRICTIONS
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.
We recommend creating a dedicated Firebolt service user for the DinoAI agent environment, with the minimum permissions required to create tables and views in your database.
Create a Firebolt user
Create a new Firebolt user and assign the DB Admin role. This user will need access to the database used by the DinoAI agent environment.
Add the DinoAI agent environment connection
To add the Firebolt DinoAI agent environment connection, follow these instructions:
Click Settings in the top menu bar of the Paradime interface to access Account Settings
In the left sidebar, click Connections
Click Add New next to the DinoAI Background Agent Environment section
Select Firebolt and fill out the corresponding fields.

Field details
Target
The target name used to identify the DinoAI agent environment connection. See more here.
dinoai
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 the Firebolt engine the DinoAI agent will use during background agent sessions.
analytics_gp
Database
The name of the Firebolt database the DinoAI agent will query and build objects in.
analytics
Client Secret
The secret associated with the specified client_id.
client_secret_xyz
Schema
A string added as a prefix to the names of generated tables. See the custom schemas workaround.
dbt_dinoai
Threads
Must be set to 1. Multi-threading is not currently supported in Firebolt.
1
Last updated
Was this helpful?