You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/getting-started.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,24 @@ Add a warehouse connection to `.altimate-code/connections.json`. Here's a quick
81
81
82
82
For all warehouse types (Snowflake, BigQuery, Databricks, PostgreSQL, Redshift, DuckDB, MySQL, SQL Server) and advanced options (key-pair auth, ADC, SSH tunneling), see the [Warehouses reference](configure/warehouses.md).
83
83
84
+
### Connecting to Altimate
85
+
86
+
If you have an Altimate platform account, create `~/.altimate/altimate.json` with your credentials:
87
+
88
+
```json
89
+
{
90
+
"altimateInstanceName": "your-instance",
91
+
"altimateApiKey": "your-api-key",
92
+
"altimateUrl": "https://api.myaltimate.com"
93
+
}
94
+
```
95
+
96
+
-**Instance Name** — the subdomain from your Altimate dashboard URL (e.g. `acme` from `https://acme.app.myaltimate.com`)
97
+
-**API Key** — go to **Settings > API Keys** in your Altimate dashboard and click **Copy**
98
+
-**URL** — matches your dashboard domain: if you access `https://<instance>.app.myaltimate.com`, use `https://api.myaltimate.com`; if `https://<instance>.app.getaltimate.com`, use `https://api.getaltimate.com`
99
+
100
+
Then run `/connect` and select **Altimate** to start using it as your model.
101
+
84
102
## Step 4: Choose an Agent Mode
85
103
86
104
altimate offers specialized agent modes for different workflows:
0 commit comments