Files
Ethan Palm be72beb8d4 Document assistant API limits (#914)
* update intro

* add limits

* remove example using old API

* reviewer feedback
2025-07-15 11:23:05 -07:00

29 lines
1.1 KiB
Plaintext

---
title: Introduction
icon: "book-open"
---
## Authentication
You can generate an API key through [the dashboard](https://dashboard.mintlify.com/settings/organization/api-keys). The API key is associated with an entire organization and can be used across multiple deployments.
<Frame>
<img alt="Screenshot of the API keys page in the Mintlify dashboard." src="/images/external-api-key.png" />
</Frame>
## Admin API key
The Admin API key is used for the majority of the API. It is used to trigger updates via the [Update endpoint](/api-reference/update/trigger).
## Assistant API key
The assistant API allows you to embed the AI assistant, trained on your docs and continually kept up to date, into any application of your choosing.
Responses include citations so you can point your users to the right destinations for more information.
<Note>
The assistant API **token** is a public token that can be referenced in your frontend code. The API **key** is a server-side token that should be kept secret.
Calls using the assistant API token can incur costs: either using your AI chat credits or incurring overages.
</Note>