> For the complete documentation index, see [llms.txt](https://developer.singular.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.singular.live/rest-api/how-to-guides/get-a-control-apps-api-token.md).

# Get a control app's API token

Every API request requires an app token, which refers to a specific instance of a control app and is required for authorization.

The app token replaces `:appToken` in endpoints like this: `https://app.singular.live/apiv2/controlapps/:appToken/control`.

You can find a control app's shared app token here:

* [The Singular Dashboard](#on-the-dashboard) (for all control apps)
* [UNO](#in-uno) (for UNO apps)
* [Studio](#in-studio) (for all other Singular apps)

### How to get a control app's API token from the Dashboard

1. Select your desired app in Dashboard.
2. Press the **i** button at the top right to open the [Dashboard inspector](/support/singular-terminology.md#dashboard-inspector). The shared app token is listed under URLs and Token.

   <figure><img src="/files/AfgUi9rP7lgNgrdB1gMs" alt=""><figcaption><p>Getting the shared app token on the Dashboard</p></figcaption></figure>

### How to get the API token for an UNO app

* With the app open, press the **\</>** icon to copy the shared app token.

  <figure><img src="/files/Y6R3XuU9VgDpmIacysWc" alt=""><figcaption><p>Getting an Uno app's shared app token</p></figcaption></figure>

### How to get the API token for a Studio app

1. With the app open, press the **three-dot menu** at the top right of screen.
2. Select **Manage Access**.
3. Copy the App Token.

   <figure><img src="/files/62ddVZcTXf20dkvH3vxu" alt=""><figcaption><p>Getting the shared app token for a Studio control app</p></figcaption></figure>


---

# 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://developer.singular.live/rest-api/how-to-guides/get-a-control-apps-api-token.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.
