> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify-delete-quickstart-page-389072bb.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

## Trigger Updates

Leverage the REST API to programmatically trigger an update when desired.
The primary use-case will be to trigger updates. We will be adding more and more
functionality to the API overtime. Let us know what else you want to see in
[our community](https://mintlify.com/community)!

## Authentication

You can generate an API key through
[the dashboard](https://dashboard.mintlify.com/settings/integrations). The API key is
associated with the entire org and can be used across multiple deployments.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/mintlify-delete-quickstart-page-389072bb/images/external-api-key.png" />
</Frame>

## Discovery API

The Discovery API allows you to embed an AI chat experience grounded in 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 places they need to get help.

## Getting Started

To get started, you'll need to generate a Discovery API key in the [dashboard](https://dashboard.mintlify.com/products/chat/widget):

<Frame>
  <img alt="Create a Discovery API key" src="https://mintlify.s3.us-west-1.amazonaws.com/mintlify-delete-quickstart-page-389072bb/images/generate-discovery-api-key.png" />
</Frame>

<Note>
  The Discovery API token is a public token that can be referenced in your
  frontend code whereas the API key is a server-side token that should be kept
  secret.
</Note>

Now that you have an API key, check out our [example](https://github.com/mintlify/discovery-api-example) for how to use
the API for AI chat. You can also see a deployed version of this example at [chat.mintlify.com](https://chat.mintlify.com).
