# API keys

## 1. How to manage your API Keys? <a href="#contentify_0" id="contentify_0"></a>

### 1.1 How to view your API Keys? <a href="#contentify_1" id="contentify_1"></a>

To check your API keys, please follow the instruction below:

**Note**: Please ensure your account is subscribed to a paid plan. If you don’t have one, please **contact us**.

Step 1: Click on the account icon on the header.

<figure><img src="/files/2ycZ1TcbrsJgFY0D6u1v" alt=""><figcaption></figcaption></figure>

Step 2: Select **My Account.**

Your list of API keys will be shown on the **My API Keys** page.

<figure><img src="/files/6O5sZ6IKUQd6EZ74299s" alt=""><figcaption></figcaption></figure>

### 1.2 How to create a new API Key? <a href="#contentify_2" id="contentify_2"></a>

To create an API Key, please follow these steps:

Step 1: Go to the **My API Keys** page and click **Create New API Key** button.

Step 2: Input **Name**

Step 3: Choose the models you’d like to access.

Step 4: Click **Create** button to generate your new API Key.

<figure><img src="/files/RBhAlzn7iedW2txhtoEW" alt=""><figcaption></figcaption></figure>

After your new API Key created, please copy or save your key.

*Note: The API key is only visible and can be copied once at creation. Please save your key in safe place and do not share your API key with others, or expose it in the browser or other client-side code, anyone with your API Key can make requests on your behalf.In order to protect the security of your account, AI Marketplace may automatically disable any API key that we've found has leaked publicly.*

Then, click the **Done** button to finish

<figure><img src="/files/z9xPId3aTDoN4RwOAaY7" alt=""><figcaption></figcaption></figure>

### 1.3 How to edit an existing API Key? <a href="#contentify_3" id="contentify_3"></a>

You can edit **Name** and **Permission** of the API Key. To edit an API Key, please follow these steps:

**Step 1**: Go to the **My API Keys** page and click Action next to the API Key you want to edit.

**Step 2**: Select **Edit** from the dropdown menu.

**Step 3**: Edit your information.

**Step 4**: Click Save button to finalize the changes.

### 1.4 How to revoke an API Key? <a href="#contentify_4" id="contentify_4"></a>

Before revoking the API Key, please note: After revoking, this API key will immediately be disabled. API requests made using this key will be rejected, which could cause any systems still depending on it to break.

To revoke an API key, please follow the following steps:

**Step 1**: Go to the **My API Keys** page and click **Action** next to the API key you want to revoke.

**Step 2**: Select **Revoke** from the dropdown menu.

**Step 3**: Click **Revoke key** button to confirm and delete the API key.

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/02/revoke.png" alt=""><figcaption></figcaption></figure>

## 2. How to check your usage? <a href="#contentify_5" id="contentify_5"></a>

To check your usage including Input tokens, Output tokens, Total Usage for each Model and API Key, please go to **My Account > My usage**

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/02/my-usage.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-docs.fptcloud.com/~/revisions/GkZVtBK6yRi7YYdjkSnZ/ai-marketplace/ai-inference/tutorials/api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
