API
automate as much as you like
Automatically Sync Dot
To keep Dot in sync with your production environment, it is recommended to trigger the following API endpoint
Region:
app
(US) oreu
(EU)Connection Type:
postgres
,redshift
,snowflake
,mssql
,bigquery
,databricks
,looker
,dbt
User ID: usually email of the user (url encoded)
API Token: can get created (and overwritten) by clicking
Copy API Token
in Settings/Users/Actions/···
Trigger with curl (CLI)
Trigger with dbt webhooks
Call the api endpoint after your dbt run completed.
Import External Assets
Inform Dot about key external knowledge assets, such as BI dashboards or custom data apps, so it can recommend them to users and assist with discovery and understanding. Authentication works similarly to the Sync Connection endpoint.
Export Conversation History
Export all conversations together with relevant meta data fields such as number of messages or author.
Authentication for all other endpoints
For most operations on Dot you first need to login.
For embedded use cases that require SSO, where your end users have individual permissions you can use this endpoint to obtain an access token for users that is valid for 24h. Here is an example on how you can use it to embed Dot in your application.
Please make sure that enabled this flag on settings: "Allow admins to authenticate for users to enable SSO in embeds".
User Administration
Ask questions
Last updated