> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/developer/authentication/find-your-roboflow-api-key.md).

# Find Your Roboflow API Key

**You can find your API Key at** [**app.roboflow.com/settings/api**](https://app.roboflow.com/settings/api)

***

There are two kinds of API key:

* **Private API Keys**: used by Roboflow API and [Roboflow Infernece](https://inference.roboflow.com/)
* **Public / Publishable API Key**: Used by `inference.js` , our JavaScript inference SDK

API keys are scoped to a Workspace, which means you must use the API key associated with a workspace to access that Workspace's private projects.

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

Click "Generate New Key" to issue a new key, or copy a key you have already created.

{% hint style="success" %}
Be sure to keep your private API key secret. Treat it like a password; it grants the bearer access to your workspace's data and models.
{% endhint %}

If you ever accidentally expose your key to someone who isn't authorized to access your workspace, click "Roll API Key", which will disable previous API key and create a new one.

### Multiple API Keys

Workspaces on Enterprise plans can create multiple API keys, allowing them to isolate environments and instantly revoke access for specific deployments or personnel without disrupting their entire production workflow.

<figure><img src="/files/PvkdLPLRRK1DoCvnuzjT" alt=""><figcaption><p>Multiple API Key options for Enterprise Workspaces</p></figcaption></figure>

We also offer [Scoped API Keys](/developer/authentication/scoped-api-keys.md) as an Add-on to our Enterprise customers.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/developer/authentication/find-your-roboflow-api-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
