On this pageConnectionConfigurationExampleConfiguring your connectionsConnection configurationsdbt CloudCopy pageSupports: Connection Configuration NAMETYPEDESCRIPTIONREQUIREDREADONLYurlstringURL of dbt Cloud instance e.g. https://cloud.getdbt.comtruefalsetokenstringtruefalse Example 1{2 "name": "dbt Cloud connection",3 "type": "dbtcloud",4 "configuration": {5 "token": "secret",6 "url": "https://cloud.getdbt.com"7 }8}