# Finding your Webflow API Key

To generate an API key, click on your site settings (the gear icon in Webflow) and select ‘Site settings’.

<figure><img src="https://lh7-us.googleusercontent.com/pCxX38eL2Z91H1kUoh2nyI2JRCnlhtONaqbUtr7a3Ep5i3Jsb7N-3dWBWsXvyEQJsM9cYovMAhe_fIfaxk1nVlNAFaeFhatDONgYfBbZ4nguhJIyIzsXMholzt7FkKRm7VETeSAybQoZGqtQcE2TrB8" alt=""><figcaption></figcaption></figure>

Navigate to the ‘Apps & integrations’ menu.

<figure><img src="https://lh7-us.googleusercontent.com/C8fAX_6UddPIM2pt1Y5GIX9t0zd8hwwrG4XY7YeEbqLh2h27ww3oFKNEA0tpc_HOjyHYJ7nAZLnbGTtsuyKomGcNFx9nPUaI_iIf4uzlzIW3axOVSdIqMBouRdpDKAkqHmBGrqE_A6JUrWvkPguHcP4" alt=""><figcaption></figcaption></figure>

Find the ‘API access’ section and click ‘Generate API Token’.

<figure><img src="https://lh7-us.googleusercontent.com/Vu8Vvef71jRpV3LDVrYGjssCTnLOcYH9Eam3uclqSD08-Mu1agM4arUD3xl_7OeekD8_x6NsndiEgFxnCKyqBnervLt2_YcA1ChEoIGXfQA-GxuWVwH7fMDP0ekwZg0nnfJ96tMRnRmjUUiKUcJHlFA" alt=""><figcaption></figcaption></figure>

You must assign specific permissions to the key to ensure that Findable’s magic can work.

* Assets: Read and write
* Authorized user: Read-only
* CMS: Read and write
* Pages: Read and write
* Sites: Read and write
* Site activity: Read-only

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

Give your token a descriptive name and click ‘Generate token’.

Then copy the key that’s generated.

<figure><img src="https://lh7-us.googleusercontent.com/11xX9O3kzcY1ZXiHcKb1pOYLktdDfHWkNhohsE5trUO_iatPsTxCo8Kdmo9G0dLq0iHjg6-aYndeuSRl_4qLoDgKWLfv_VxYj5agONvSpUdlidNb1xUo-_uDZ8v3iXjveG4mg-e500miU0dfTkicgX4" alt=""><figcaption></figcaption></figure>

If you don’t copy the key or copy something else before you store it, you’ll need to create it again. Simply delete the old key and create a new one.

Your API key can be used to access and modify the data on your site. Findable needs this to work, but you should keep it private.

Keep it safe! As a general rule, never store it in an unencrypted note. If you lose it from your clipboard, you can always generate a new one before sharing it with Findable.


---

# 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.findable.au/create-pseo-pages/connecting-webflow/finding-your-webflow-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.
