Skip to content

Commit 9ff1003

Browse files
committed
make it more clear which keys are for which endpoints
1 parent b6d9bbc commit 9ff1003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ You can generate an API key through [the dashboard](https://dashboard.mintlify.c
1919

2020
### Admin API key
2121

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.
2323

2424
Admin API keys begin with the `mint_` prefix. Keep your admin API keys secret.
2525

2626
### Assistant API key
2727

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.
2929

3030
Assistant API keys begin with the `mint_dsc_` prefix.
3131

0 commit comments

Comments
 (0)