# How to get API key

The FoxKit API key allows other applications to securely integrate with your store data.

## What is the API key used for?

The API key enables external apps to authenticate and communicate with **FoxKit**. Common use cases include:

* Custom integrations with internal tools
* Automation workflows
* Back-in-stock alerts with partner apps like **XFlow**, which helps automate back-in-stock alerts and recovery flows for out-of-stock products

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

<a href="https://apps.shopify.com/xflow?utm_source=foxecom&#x26;utm_medium=help_center_foxkit_how_to_get_api_key&#x26;utm_campaign=cta_button&#x26;utm_term=explore_xflow" class="button primary">Explore XFlow</a>

## How to find your FoxKit API key

{% hint style="success" %}
**Steps:**

1. From the **FoxKit dashboard**, go to **Settings** in the left sidebar.
2. Select the **General** tab.
3. Locate the **API Integration** section and copy the **Secret API Key** shown there.
   {% endhint %}

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

{% hint style="warning" %}
Keep this key secure. Anyone with access to it can make API requests to FoxKit app on behalf of your store.
{% endhint %}

## Need help?&#x20;

If you’re unsure how to use the API key or are setting up a custom integration, contact [our support](mailto:happytohelp@foxecom.com) or refer to the integration guide of the app you’re connecting with.&#x20;


---

# 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://docs.foxecom.com/foxkit-app/faq/how-to-get-api-key.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.
