> For the complete documentation index, see [llms.txt](https://lety.gitbook.io/lety-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lety.gitbook.io/lety-docs/chatbot-api/chatbot-api-key.md).

# Chatbot API - Key

API Key (Access Token)

Your API Token/ Key is a string of letters and numbers that is private to your account. Do not publicly disclose your API key. If you do, you can generate a new token, but just know that anything using the old API key will no longer work.

API Key Example: ba534d4274523452345da0e99345a67000

When entering in your API key it will most likely be in the form of a Header {Value: Key}.

You would enter in your API key like this:

Authorization | Token ba534d4274523452345da0e99345a67000![](/files/piU1l9gBe3rmX41cTAAS)

Note: The format has to match in order for this to work.
