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: api-reference/introduction.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,13 @@ You can generate an API key through [the dashboard](https://dashboard.mintlify.c
19
19
20
20
### Admin API key
21
21
22
-
The admin API key is used for the majority of the API. It is used to trigger updates and get update status.
22
+
The admin API key is used for the [Trigger update](/api-reference/update/trigger)and [Get update status](/api-reference/update/status) endpoints.
23
23
24
24
Admin API keys begin with the `mint_` prefix. Keep your admin API keys secret.
25
25
26
26
### Assistant API key
27
27
28
-
The assistant API key is used for generating assistant chat messages through the API. Responses include citations so you can point your users to the right destinations for more information.
28
+
The assistant API key is used for the [Generate assistant message](/api-reference/assistant/create-assistant-message) and [Search documentation](/api-reference/assistant/search) endpoints.
29
29
30
30
Assistant API keys begin with the `mint_dsc_` prefix.
0 commit comments