> ## Documentation Index
> Fetch the complete documentation index at: https://friendli.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Personal API Keys

> Create and manage Personal API keys in Friendli Suite for API authentication. Covers key generation steps and usage in API requests.

export const RoundedBorderBox = ({children, caption}) => <div className="rounded-border-box">
    {children}
    {caption && <p className="text-sm text-gray-700 dark:text-gray-400">{caption}</p>}
  </div>;

A Personal API key authenticates your requests to Friendli Suite and its endpoints, serving as an alternative to signing in with an email and password. This guide explains how to create and manage one.

You can generate a new Personal API key through the [Friendli Suite](https://friendli.ai/suite), at your **'[Personal Settings > API Keys](https://friendli.ai/suite/~/setting/keys)'** page by following the steps below.

1. Go to the [Friendli Suite](https://friendli.ai/suite) and log in with your account.
2. Click the profile icon at the top-right corner of the page.
3. Click **'API Keys'** menu.

<RoundedBorderBox>
  <img alt="Personal Settings" style={{ maxWidth: "240px", width: "-webkit-fill-available" }} src="https://mintcdn.com/friendliai/y312xWiY11dgE7oz/static/images/personal-settings-menu.png?fit=max&auto=format&n=y312xWiY11dgE7oz&q=85&s=b1e013a1e3de8446dbcd65a0cccca375" width="702" height="704" data-path="static/images/personal-settings-menu.png" />
</RoundedBorderBox>

4. Create a new Personal API key by clicking the **'Create API Key'** button.
5. Copy the API key and save it in a safe place. You will not be able to see this API key again once the page is refreshed.

<RoundedBorderBox>
  <img alt="Personal API Keys" src="https://mintcdn.com/friendliai/y312xWiY11dgE7oz/static/images/personal-api-keys.png?fit=max&auto=format&n=y312xWiY11dgE7oz&q=85&s=87b55ed018879f51b496ccbf94736f22" width="1708" height="640" data-path="static/images/personal-api-keys.png" />
</RoundedBorderBox>
